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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_ASSIGN_SEQNUM - MWB: Define load sequencing for a mass transfer DMC_MT_TABLES_ASSIGN_SEQNUM - MWB: Define load sequencing for a mass transfer DMC_MT_STARTER_BATCH - MWB: Mass transfer start DMC_MT_STARTER_BATCH - MWB: Mass transfer start DMC_MT_SHOW_SELPAR - MWB: Display Selection Parameter DMC_MT_SHOW_SELPAR - MWB: Display Selection Parameter