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

DMC_MT_TABLES_LOAD SAP ABAP Report - MWB: Load table DMC_MT_TABLES







DMC_MT_TABLES_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter DMC_MT_TABLES_LOAD 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_LOAD. "Basic submit
SUBMIT DMC_MT_TABLES_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_TABLES_LOAD 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_STOR = Host Name
Selection Text: P_RELOAD = Reload
Selection Text: P_ID = Identification
Selection Text: P_DSN = File Name
Title: MWB: Load table DMC_MT_TABLES
Text Symbol: T05 = SAP Application Server
Text Symbol: T04 = Local Network PC
Text Symbol: T03 = Host Name
Text Symbol: T02 = File Storage
Text Symbol: T01 = Selection of Mass Transfer
Text Symbol: LCL = Selection
Text Symbol: D04 = No
Text Symbol: D03 = Yes
Text Symbol: D02 = Do you really want to replace ALL existing entries with the new uploaded tables ?
Text Symbol: D01 = Delete entries DMC_MT_TABLES
Text Symbol: 200 = End of Program
Text Symbol: 120 = Loading a local file is not allowed in batch mode
Text Symbol: 110 = No DMC_MT_HEADER eintry found
Text Symbol: 104 = Error when opening file
Text Symbol: 103 = Error while reading from front end
Text Symbol: 102 = File selection terminated
Text Symbol: 101 = Error while reading local file
Text Symbol: 100 = Select file with relevant tables
Text Symbol: 003 = could not be created because it already exists
Text Symbol: 002 = was created
Text Symbol: 001 = Entry for table


INCLUDES used within this REPORT DMC_MT_TABLES_LOAD

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 text_question = text-d02 text_button_1 = 'Ja'(d03) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Nein'(d04) icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = '' IMPORTING answer = answer EXCEPTIONS text_not_found = 0 OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING dynpnr = sy-dynnr dynpprog = sy-repid retfield = 'TYPE' dynprofield = 'P_STOR' value_org = 'S' TABLES value_tab = lt_server EXCEPTIONS parameter_error = 10 no_values_found = 20 OTHERS = 30.



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