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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DMC_MT_TABLES' CHANGING ct_fieldcat = p_fcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_MT_TABLES_SET_SEQNUM - MWB: Create loading sequence for mass processing DMC_MT_TABLES_SET_SEQNUM - MWB: Create loading sequence for mass processing DMC_MT_TABLES_LOAD - MWB: Load table DMC_MT_TABLES DMC_MT_TABLES_LOAD - MWB: Load table DMC_MT_TABLES DMC_MT_TABLES_ASSIGN_SEQNUM - MWB: Define load sequencing for a mass transfer DMC_MT_TABLES_ASSIGN_SEQNUM - MWB: Define load sequencing for a mass transfer