DMC_MT_TABLES_TARGET_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Upload the mapping rules for complete tables in the context of 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_TARGET_LOAD 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_DSN = Name of Local File
Selection Text: P_ID = Mass Transfer ID
Selection Text: P_SIM = Simulation
Title: MWB: Load diffing table mappings in DMC_MT_TABLES
Text Symbol: 001 = No HEADER entry found
Text Symbol: 002 = Mapping instruction loaded for
Text Symbol: 003 = INSERT error at
Text Symbol: 004 = No data was uploaded
Text Symbol: 005 = Error reading PC file
Text Symbol: 006 = File selection terminated
Text Symbol: 007 = Error while reading from front end
Text Symbol: 100 = Select file with relevant tables
Text Symbol: F01 = Selection of Mass Transfer
Text Symbol: T01 = Selection of Mass Transfer
Text Symbol: T02 = File Storage
Text Symbol: T03 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'ID' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'DMC_MT_HEADER' lfieldname = 'DESCR' IMPORTING dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ID' dynpprog = dyname dynpnr = dynum dynprofield = 'P_ID' window_title = text-f01 value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab.
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_TARGET_LOAD - MWB: Load diffing table mappings in DMC_MT_TABLES DMC_MT_TABLES_TARGET_LOAD - MWB: Load diffing table mappings in DMC_MT_TABLES 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