DATE_COMPUTE_DAY Returns day of the week for a particular date(1=Monday, 5=Friday etc.)
DATE_TO_DAY Returns day of the week for a particular date('Monday', 'Friday', 'Sat.')
DOCU_READ Retrieve SAP documentation for specific repository object (FM, Prog, Tcode etc). link details required by function module
are stored in table DOKIL.
HR_SEN_CRULE_0100_DATE Increase/decrease DATE by a specific number of Days/Months/Years
JOB_OPEN, JOB_SUBMIT, JOB_CLOSE Create and submit background jobs
MESSAGE_TEXT_BUILD Builds actual message based on info returned from Call transaction
NUMBER_GET_NEXT Get the next unique number in a number range. Use tcode SNRO for maintaining number ranges
NUMBER_CHECK Check if number is within a number range (see tcode SNRO)
NUMBER_GET_INFO Get info about number range (see tcode SNRO)
POPUP* Display Pop-up Screen(s)
READ_TEXTS Retrive standard texts (i.e. PO headers texts)
READ_EXCHANGE_RATE Retrieve exchange rate on a particular date
RS_CREATE_VARIANT Creating a Report Variant
RS_VARIANT_CONTENTS Returns contents of a variant, is also useful as the result lists all variable names that could be set on screen
RZL_READ_DIR_LOCAL Get list of files within specific directory(Application Server)
SAPGUI_SET_FUNCTIONCODE Execute SAP function code. Can also be used to execute transaction code by using '/o' i.e. '/OSE80'.
SO_SPLIT_FILE_AND_PATH Splits the filename and its path i.e. c:\temp\hello.txt would return 'hello.txt' & 'c:\temp\'
SPLIT_FILENAME Splits the file name and its extension i.e. c:\temp\hello.txt would return 'hello' & 'txt'
STUM_WP_TOTAL_ACTIVITY Retrieves list of all process from all servers (i.e. SM50, SM66). Also returns a second table, containing a list of all the servers
STUM_WP_SERVER_ACTIVITYS & EW_TH_WPINFO Retrieves list of processes on current server