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.
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
RSEC_GENERATE_PASSWORD Generate random password, used by SU01 to create new passwords for users
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