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
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.
Title: Include DMC_MDS_LOAD_TRANSP_ORD_ALV
INCLUDE DMC_MDS_LOAD_TRANSP_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
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_MDS_LOAD_TRANSP_SCREEN100 - Include DMC_MDS_LOAD_TRANSP_ORD_ALV DMC_MDS_LOAD_TRANSP_SCREEN0110 - Include DMC_MDS_LOAD_TRANSP_SCREEN0110 DMC_MDS_LOAD_TRANSP_ORDERS - Program DMC_MDS_LOAD_TRANSP_ORDERS DMC_MDS_LOAD_TRANSP_ORDERS - Program DMC_MDS_LOAD_TRANSP_ORDERS DMC_MDS_LOAD_TRANSP_DIR - Include DMC_MDS_LOAD_TRANSP_DIR DMC_MDS_LOAD_TRANSP_ALV - Include DMC_MDS_LOAD_TRANSP_ALV