RMCSBWA2 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 RMCSBWA2 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.
INCLUDE RMCSBWA2QM.
INCLUDE RMCSBWA2PM.
INCLUDE RMCSBWA2CS.
No SAP DATABASE tables are accessed within this REPORT code!
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'E' I_MSGNO = 140 I_MSGV1 = LF_APPL I_MSGV2 = P_ESTRUC I_MSGV3 = LF_VBFUNC.
TRFC_GET_QUEUE_INFO CALL FUNCTION 'TRFC_GET_QUEUE_INFO' EXPORTING QNAME = LF_QNAME DEST = '*' CLIENT = '*' IMPORTING QDEEP = LF_QDEEP.
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'E' I_MSGNO = 151 I_MSGV1 = LF_APPL I_MSGV2 = P_ESTRUC.
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'E' I_MSGNO = 141 I_MSGV1 = LF_APPL I_MSGV2 = P_ESTRUC I_MSGV3 = LF_SETUPTAB I_MSGV4 = LF_MANDT.
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'I' I_MSGNO = 148 I_MSGV1 = LF_APPL.
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'E' I_MSGNO = 149 I_MSGV1 = SY-SYSID.
MCEX_MESS_TAB_FILL CALL FUNCTION 'MCEX_MESS_TAB_FILL' EXPORTING I_MSGID = 'MCEX' I_MSGTY = 'I' I_MSGNO = 150 I_MSGV1 = P_ESTRUC I_MSGV2 = LF_APPL I_MSGV3 = SY-SYSID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.