SAP Reports / Programs

DMC_MT_TABLES_ASSIGN_SEQNUM SAP ABAP Report - MWB: Define load sequencing for a mass transfer







DMC_MT_TABLES_ASSIGN_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 assigns sequence numbers to the conversion objects in a mass transfer...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_ASSIGN_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_ASSIGN_SEQNUM. "Basic submit
SUBMIT DMC_MT_TABLES_ASSIGN_SEQNUM AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_TABLES_ASSIGN_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_ALL = Default Sequence Number
Selection Text: P_CLUS = Cluster table parameter
Selection Text: P_CUST = Customizing Tables (Txxxx)
Selection Text: P_FLAT = Flat tables
Selection Text: P_ID = D Mass Transfer ID
Selection Text: P_LGE_F = Large and flat tables
Selection Text: P_LGE_S = Large and Structured Tables
Selection Text: P_LPOR = Large Portion Number
Selection Text: P_LREC = Large Record Count
Selection Text: P_MCID = TZ tables
Selection Text: P_ON = Activate Control
Selection Text: P_REC = XXL Record Count
Selection Text: P_SEQ = Overwrite sequence numbers
Selection Text: P_STR = Structured tables
Selection Text: P_USER = User Tables (USRxx)
Selection Text: P_XXL = XXL Portion Number
Selection Text: P_XXLF = XXL and Flat tables
Selection Text: P_XXLS = XXL and Structured tables
Selection Text: SO_CLUS = Cluster tables
Selection Text: SO_CUST = Customizing Tables
Selection Text: SO_FLAT = Flat Tables
Selection Text: SO_LGE_F = Large and flat tables
Selection Text: SO_LGE_S = Large and Structured Tables
Selection Text: SO_MCID = TZ tables
Selection Text: SO_STR = Structured tables
Selection Text: SO_USER = User Tables (USRxx)
Selection Text: SO_XXLF = XXL and Flat tables
Selection Text: SO_XXLS = XXL and Structured tables
Selection Text: P_ACPLAN = Access Plan ID
Title: MWB: Define load sequencing for a mass transfer
Text Symbol: 002 = Seq. num
Text Symbol: 003 = Tablename
Text Symbol: 004 = Table Category
Text Symbol: 005 = Pool/Cluster Name
Text Symbol: 006 = Delivery Class
Text Symbol: 009 = "Calculated" Status
Text Symbol: 010 = No tables exist for this Mass transfer with
Text Symbol: 011 = and unassigned sequence numbers





Text Symbol: H01 = Pos
Text Symbol: H02 = Example/Proposal
Text Symbol: H03 = Delimitation by Table Name
Text Symbol: S01 = Tables starting with TZ
Text Symbol: S02 = PREC_USED + Structured
Text Symbol: S03 = PREC_USED + Flat
Text Symbol: S04 = XXL and Structured
Text Symbol: S05 = XXL and Flat
Text Symbol: S06 = Large and Structured
Text Symbol: S07 = All tables not explicitly mentioned
Text Symbol: S08 = Customising Tables ( Starting with T*)
Text Symbol: S09 = User Tables (USR01-04)
Text Symbol: S35 = Cluster Tables
Text Symbol: S65 = Large and Flat
Text Symbol: T00 = Mass Transfer
Text Symbol: T01 = Sequence Number Setting
Text Symbol: T02 = Sequence Control
Text Symbol: XXL = Portion Number and Record count


INCLUDES used within this REPORT DMC_MT_TABLES_ASSIGN_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:

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = g_jobcount jobname = g_jobname EXCEPTIONS OTHERS = 0.

ENQUEUE_E_DMC_JOB CALL FUNCTION 'ENQUEUE_E_DMC_JOB' EXPORTING mode_dmc_job_lock_struct = 'E' jobname = g_jobname jobcount = g_jobcount _scope = '2' _wait = 'X' _collect = ' ' EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DMC_MT_TABLES' CHANGING ct_fieldcat = it_fcat.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = gs_layout_disp it_fieldcat = gt_fieldcat_disp it_sort = gt_sort1 TABLES t_outtab = gt_tables_final EXCEPTIONS OTHERS = 2.



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