MEA21BSWPRC 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 MEA21BSWPRC 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: Joint Processing of Standard Reversal/Adjustment Reversal
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_MEMORY_CLEAR_AUTOACTIVE CALL FUNCTION 'ADDR_MEMORY_CLEAR_AUTOACTIVE'.
ISU_MDUS_CANCELREQ_ACTION CALL FUNCTION 'ISU_MDUS_CANCELREQ_ACTION' EXPORTING X_MDUSREQUESTID = space X_MDUSREQAPPEND = space X_MDUSREQSEND = space X_MDUSREQDELE = 'X' CHANGING xy_mduscanmsgcoll = T_EMDUSRQID EXCEPTIONS OTHERS = 1.
ISU_MDUS_CANCELREQ_ACTION CALL FUNCTION 'ISU_MDUS_CANCELREQ_ACTION' EXPORTING X_MDUSREQUESTID = space X_MDUSREQAPPEND = space X_MDUSREQSEND = space X_MDUSREQDELE = 'X' CHANGING xy_mduscanmsgcoll = T_EMDUSRQID EXCEPTIONS OTHERS = 1.
ISU_MDUS_CANCELREQ_ACTION CALL FUNCTION 'ISU_MDUS_CANCELREQ_ACTION' EXPORTING X_MDUSREQUESTID = space X_MDUSREQAPPEND = space X_MDUSREQSEND = 'X' X_MDUSREQDELE = 'X' CHANGING xy_mduscanmsgcoll = T_EMDUSRQID EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEA21BSWPRC - Joint Processing of Standard Reversal/Adjustment Reversal MEA21BSWCAN - Include for Reversing Large-Scale Serial Switching MEA20TOP - Data Definition for Billing Cancellation MEA20MAC - Macro Modules for Billing Cancellation MEA20F00 - Processing Forms for Billing Cancellation MEA00TURBO - documentation and ABAP source code