RKPS2F01 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 RKPS2F01 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!
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING NAME = GT_TABLES-GEN DD02V_WA = WA_DD02V TABLES DD03P_TAB = LT_DD03P DD05M_TAB = LT_DD05M DD08V_TAB = LT_DD08V DD35V_TAB = LT_DD35V DD36M_TAB = LT_DD36M.
DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING NAME = GT_TABLES-GEN AUTH_CHK = ' '.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = I_STRUC_SRC STATE = 'A' LANGU = SY-LANGU IMPORTING DD02V_WA = WA_DD02V TABLES DD03P_TAB = LT_DD03P DD05M_TAB = GT_DD05M DD08V_TAB = GT_DD08V DD35V_TAB = GT_DD35V DD36M_TAB = GT_DD36M.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = I_STRUC_GEN STATE = 'A' LANGU = SY-LANGU IMPORTING DD02V_WA = WA_DD02V TABLES DD03P_TAB = LT_DD03P_GEN.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'DD03P' CHANGING CT_FIELDCAT = LT_FIELDCAT.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RKPSEIS2' I_CALLBACK_PF_STATUS_SET = 'ALV_SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' IT_FIELDCAT = LT_FIELDCAT IS_LAYOUT = LD_LAYOUT I_SAVE = 'A' TABLES T_OUTTAB = GT_ALV.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = I_STRUC STATE = 'A' LANGU = SY-LANGU IMPORTING DD02V_WA = WA_DD02V.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKPS2F01 - documentation and ABAP source code RKPRZTOP - Top Include for Report RKPRZTOP RKPRZSEV - Business Processes: Maintain Selection Variants RKPRZSEV - Business Processes: Maintain Selection Variants RKPRZSEL - CO-ABC: Selection Criteria for Business Processes RKPRZSEL - CO-ABC: Selection Criteria for Business Processes