RPCSTLTF is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPCSTLTF into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING IN_PARAMETERS = PRI_PARAMS MODE = 'CURRENT' NO_DIALOG = 'X' USER = SY-UNAME REPORT = SY-REPID IMPORTING OUT_PARAMETERS = PRI_PARAMS EXCEPTIONS INVALID_PRINT_PARAMS = 1 INVALID_ARCHIVE_PARAMS = 2 OTHERS = 3.
HR_99S_CONV_PRIPARMS_TO_SSFCOM CALL FUNCTION 'HR_99S_CONV_PRIPARMS_TO_SSFCOM' EXPORTING P_PARAMS = PRI_PARAMS IMPORTING P_SFPARAMS = P_OUTPUT_OPT.
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING FORMNAME = P_SFORM IMPORTING FM_NAME = FUNC_MOD_NAME EXCEPTIONS NO_FORM = 1 NO_FUNCTION_MODULE = 2 OTHERS = 3.
HRCZ_POPUP_WITH_TABLE_DISPLAY * CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' "ChM bs0812 CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' "ChM bs0812 EXPORTING ENDPOS_COL = 85 ENDPOS_ROW = 38 STARTPOS_COL = 58 STARTPOS_ROW = 34 TITLETEXT = TEXT-F11 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RPCSTLTF or its description.