SAP Reports / Programs

/CWM/MM_0000A SAP ABAP Report - Program /CWM/MM_0000A







/CWM/MM_0000A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 /CWM/MM_0000A 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 /CWM/MM_0000A. "Basic submit
SUBMIT /CWM/MM_0000A AND RETURN. "Return to original report after report execution complete
SUBMIT /CWM/MM_0000A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DATE = Date
Selection Text: P_TIME = Time
Selection Text: R1 = No Restriction
Selection Text: R2 = Only with Next Records in INV
Selection Text: R3 = Only without Next Recds in INV
Selection Text: S1 = No Restriction
Selection Text: S2 = Only with Next Records in LIME
Selection Text: S3 = Only Without Next Recs in LIME
Selection Text: S_BSART = D .
Selection Text: S_CHARG = D .
Selection Text: S_EBELN = D .
Selection Text: S_LGORT = D .
Selection Text: S_MATNR = D .
Selection Text: S_MBLNR = D .
Selection Text: S_WERK = D .
Title: Program /CWM/MM_0000A


INCLUDES used within this REPORT /CWM/MM_0000A

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/LIME/NLOG_QUAN' CHANGING ct_fieldcat = fcat_nquan EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/LIME/STOCK_I002' CHANGING ct_fieldcat = fcat_stock EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/LIME/LOC_I001' CHANGING ct_fieldcat = fcat_loc1 EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/LIME/LOC_I008' CHANGING ct_fieldcat = fcat_loc8 EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_structure_name = gv_itemtype i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 0.



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 /CWM/MM_0000A or its description.