SAP Reports / Programs

RKCXPR40 SAP ABAP Report - SAP-EIS: XPRA for 4.0







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RKCXPR40. "Basic submit
SUBMIT RKCXPR40 AND RETURN. "Return to original report after report execution complete
SUBMIT RKCXPR40 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP-EIS: XPRA for 4.0


INCLUDES used within this REPORT RKCXPR40

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



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 RKCXPR40 or its description.