SAP Reports / Programs | Integration: Customer Relationship Management | SAP Utilities | Integration: Customer Relationship Management(IS-U-CS-CRM) SAP IS

ISU_MDATA_TEMPLATE_TEST_MULT SAP ABAP Report - Multiple Execution of a Master Data Template







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


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 ISU_MDATA_TEMPLATE_TEST_MULT. "Basic submit
SUBMIT ISU_MDATA_TEMPLATE_TEST_MULT AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_MDATA_TEMPLATE_TEST_MULT 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: 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


INCLUDES used within this REPORT ISU_MDATA_TEMPLATE_TEST_MULT

INCLUDE IEOBJTYP.


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:

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.



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