SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

DMC_MT_TABLES_SET_SEQNUM SAP ABAP Report - MWB: Create loading sequence for mass processing







DMC_MT_TABLES_SET_SEQNUM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report runs in the context of a mass processing and creates a suggestion for a user-defined loading sequence...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 DMC_MT_TABLES_SET_SEQNUM 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 DMC_MT_TABLES_SET_SEQNUM. "Basic submit
SUBMIT DMC_MT_TABLES_SET_SEQNUM AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_TABLES_SET_SEQNUM 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_USER = User Tables (USRxx)
Selection Text: P_ON = Activate Control
Selection Text: P_MCID = Matchcodes (M_xxxx)
Selection Text: P_LARGE = XXL Tables
Selection Text: P_ID = D Mass Transfer ID
Selection Text: P_CUST = Customizing Tables (Txxxx)
Selection Text: P_ALL = Default Sequence Number
Selection Text: P_ACPLAN = Access Plan ID
Title: MWB: Create loading sequence for mass processing
Text Symbol: T02 = Sequence Control
Text Symbol: T01 = Sequence Number Setting
Text Symbol: T00 = Mass Transfer
Text Symbol: S09 = Tables USR01-04
Text Symbol: S08 = Reserve
Text Symbol: S07 = Customizing Tables Whose Names Start With T
Text Symbol: S06 = Tables Not Equal to T*, M_* and USR01-04
Text Symbol: S05 = Reserve
Text Symbol: S04 = Reserve
Text Symbol: S03 = Tables With 5 to 50 Portions
Text Symbol: S02 = Tables With More Than 50 Portions and Cluster Tab.
Text Symbol: S01 = Matchcode Tables Whose Name Starts With M_
Text Symbol: H03 = Delimitation by Table Name
Text Symbol: H02 = Example/Proposal
Text Symbol: H01 = Pos
Text Symbol: 001 = No entries found in table DMC_MT_TABLES


INCLUDES used within this REPORT DMC_MT_TABLES_SET_SEQNUM

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 = 'DMC_MT_TABLES' CHANGING ct_fieldcat = p_fcat.



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