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

DMC_MDS_LOAD_TRANSP_SCREEN100 SAP ABAP INCLUDE - Include DMC_MDS_LOAD_TRANSP_ORD_ALV







DMC_MDS_LOAD_TRANSP_SCREEN100 is a standard ABAP INCLUDE 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_MDS_LOAD_TRANSP_SCREEN100 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_MDS_LOAD_TRANSP_SCREEN100. "Basic submit
SUBMIT DMC_MDS_LOAD_TRANSP_SCREEN100 AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MDS_LOAD_TRANSP_SCREEN100 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include DMC_MDS_LOAD_TRANSP_ORD_ALV


INCLUDES used within this REPORT DMC_MDS_LOAD_TRANSP_SCREEN100

INCLUDE DMC_MDS_LOAD_TRANSP_ALV.


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 text_question = text-del text_button_1 = text-yes text_button_2 = text-no1 display_cancel_button = ' ' IMPORTING answer = lv_answer.

DMC_MDS_TRINT_TP_INTERFACE CALL FUNCTION 'DMC_MDS_TRINT_TP_INTERFACE' EXPORTING iv_tp_command = 'SHOWBUFFER' iv_system_name = lv_system_name IMPORTING ev_tp_cmd_string = lv_tp_cmd_string ev_tp_cmd_line = lv_tp_cmd_line ev_tp_return_code = lv_tp_return_code TABLES tt_stdout = lt_stdout tt_buffer = lt_buffer EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.

DMC_MDS_TRINT_TP_INTERFACE CALL FUNCTION 'DMC_MDS_TRINT_TP_INTERFACE' EXPORTING iv_tp_command = 'SHOWBUFFER' iv_tp_options = lv_tp_options iv_tp_tpparam = lv_tp_tpparam iv_showbuffer_wo_sid = 'X' IMPORTING ev_tp_cmd_string = lv_tp_cmd_string ev_tp_cmd_line = lv_tp_cmd_line ev_tp_return_code = lv_tp_return_code TABLES tt_stdout = lt_stdout tt_buffer = lt_buffer EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.

DMC_MDS_TRINT_TP_INTERFACE CALL FUNCTION 'DMC_MDS_TRINT_TP_INTERFACE' EXPORTING iv_tp_command = 'SHOWBUFFER' iv_tp_options = lv_tp_options iv_tp_tpparam = lv_tp_tpparam iv_showbuffer_wo_sid = 'X' IMPORTING ev_tp_cmd_string = lv_tp_cmd_string ev_tp_cmd_line = lv_tp_cmd_line ev_tp_return_code = lv_tp_return_code TABLES tt_stdout = lt_stdout tt_buffer = lt_buffer EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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