SAP Reports / Programs | Logistics - General | Logistics Information System (LIS)(LO-LIS) SAP LO

RMCSBWA2 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RMCSBWA2. "Basic submit
SUBMIT RMCSBWA2 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSBWA2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RMCSBWA2

INCLUDE RMCSBWA2QM.
INCLUDE RMCSBWA2PM.
INCLUDE RMCSBWA2CS.


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:

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.



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