RFKICOPA04 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 RFKICOPA04 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!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = REPID IS_LAYOUT = LAYOUT IT_FIELDCAT = TFIELDCAT IT_EVENTS = TEVENTS TABLES T_OUTTAB = TFIKEY2 EXCEPTIONS OTHERS = 1.
K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING PAR_LANGU = SY-LANGU PAR_MSGID = TERRMSG-ID PAR_MSGNO = TERRMSG-NUMBER PAR_MSGTY = TERRMSG-TYPE PAR_MSGV1 = TERRMSG-MSGV1 PAR_MSGV2 = TERRMSG-MSGV2 PAR_MSGV3 = TERRMSG-MSGV3 PAR_MSGV4 = TERRMSG-MSGV4 IMPORTING PAR_MSGTX = TEXT EXCEPTIONS OTHERS = 1.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = PRGNAME TABLES SELECTION_TABLE = VARI_TAB EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3.
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING REPORT = PRGNAME SELTEXT = 'X' NEWPAGE = SPACE
TABLES SEL_TAB = VARI_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKICOPA04 - Determine and block number range for payment forms RFKICOPA03 - Determine and block number range for payment forms RFKICMP0 - documentation and ABAP source code RFKICMF5 - documentation and ABAP source code RFKICMF4 - documentation and ABAP source code RFKICMF3 - documentation and ABAP source code