ISU_MDATA_TEMPLATE_TEST_MULT 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 ISU_MDATA_TEMPLATE_TEST_MULT 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: XMULT = Retries
Selection Text: XPRODID = D MDT Description
Title: Multiple Execution of a Master Data Template
Text Symbol: 001 = Master Data Template Successfully Processed &1 Times
Text Symbol: 002 = Error Occurred when Executing Master Data Templaet in Run &1
Text Symbol: 005 = Test Master Data Template
Text Symbol: 010 = Executing the master data template
Text Symbol: 011 = changes the database
Text Symbol: 012 = Execute
Text Symbol: 013 = Cancel
Text Symbol: 020 = Do you want to continue the test
Text Symbol: 021 = and edit the parameters again?
Text Symbol: 022 = Edit Parameters
INCLUDE IEOBJTYP.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_PRODUCT_PARAMETER_DIALOG CALL FUNCTION 'ISU_PRODUCT_PARAMETER_DIALOG' EXPORTING x_prodid = p_prodid IMPORTING y_container = p_obj-container EXCEPTIONS no_parameters = 1 action_canceled = 2 general_fault = 3 OTHERS = 3.
ISU_PRODUCT_IMPLEMENT CALL FUNCTION 'ISU_PRODUCT_IMPLEMENT' EXPORTING x_raise_no_event = dummy_raise_no_event x_no_bpcontact = dummy_no_bpcontact x_contractdata = dummy_contractdata x_prodid = p_obj-prodid x_container = p_obj-container IMPORTING y_logid = p_obj-logid y_ide_started = dummy_ide_started y_mdg_completed = dummy_mdg_completed EXCEPTIONS general_fault = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING titel = text-005 textline1 = text-010 textline2 = text-011 text_option1 = text-012 text_option2 = text-013 cancel_display = space IMPORTING answer = answer.
ECCLOG_S_DISPLAY * CALL FUNCTION 'ECCLOG_S_DISPLAY' * EXPORTING * x_log_object = 'IUCSPROD' * x_logid = p_obj-logid * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_MDATA_TEMPLATE_TEST_MULT - Multiple Execution of a Master Data Template ISU_MDATA_TEMPLATE_TEST_MULT - Multiple Execution of a Master Data Template ISU_MDATA_TEMPLATE_TEST - Execute a master data template ISU_MDATA_TEMPLATE_TEST - Execute a master data template ISU_MAU_MRORD_FULL_DOWNLOAD_SD - Download Program for Meter Reading Orders ISU_MAU_MRORD_FULL_DOWNLOAD_SD - Download Program for Meter Reading Orders