RKCXPR40 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for XPRA for SAP-EIS...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RKCXPR40 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.
Title: SAP-EIS: XPRA for 4.0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKC_ASP_TAB_REORG CALL FUNCTION 'RKC_ASP_TAB_REORG' EXPORTING AUTH_CHECK = SPACE HIGH_ASPET = HIG_ASP LOW_ASPET = LOW_ASP NO_DIAL = 'X' TAB_ENQ = SPACE TEST = SPACE XPRA = 'X'.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
RS_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING * CORRNUMBER = PROGRAM = SUBRC_TAB-PROGRAM * SUPPRESS_CHECKS = ' ' SUPPRESS_COMMIT = 'X' SUPPRESS_POPUP = 'X' * WITH_CUA = 'X' * WITH_DOCUMENTATION = 'X' * WITH_DYNPRO = 'X' * WITH_INCLUDES = ' ' * WITH_TEXTPOOL = 'X' * WITH_VARIANTS = 'X' * TADIR_DEVCLASS = * IMPORTING * CORRNUMBER = * PROGRAM = EXCEPTIONS ENQUEUE_LOCK = 1 OBJECT_NOT_FOUND = 2 PERMISSION_FAILURE = 3 REJECT_DELETION = 4 OTHERS = 5.
KCD_SENDERSTRUCTURE_CHECK CALL FUNCTION 'KCD_SENDERSTRUCTURE_CHECK' EXPORTING REPID = REPID MANDT = T242I-MANDT EXCEPTIONS SEND_STRUC_NOT_FOUND = 1.
KCD_RECEIVER_TAB_FILL CALL FUNCTION 'KCD_RECEIVER_TAB_FILL' EXPORTING REPID = REPID MANDT = T242I-MANDT TABLES IKCDDIFIE = IKCDDIFIE IKCDDIDEP = IKCDDIDEP EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 DOMAIN_NOT_FOUND = 4 DATA_ELEMENT_NOT_FOUND = 5 DATA_ELEMENT_ERROR = 6 OTHERS = 7.
KCD_SEND_TAB_FILL CALL FUNCTION 'KCD_SEND_TAB_FILL' EXPORTING REPID = REPID MANDT = T242I-MANDT IMPORTING ET_SSTRUC = IT242S[] EXCEPTIONS DDIC_NOT_FOUND = 1 NO_DDIC_STRUC = 2 SEND_STRUC_NOT_FOUND = 3 OTHERS = 4.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = XMSG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.