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

ISU_MDATA_TEMPLATE_TEST SAP ABAP Report - Execute a master data template







ISU_MDATA_TEMPLATE_TEST 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 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. "Basic submit
SUBMIT ISU_MDATA_TEMPLATE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_MDATA_TEMPLATE_TEST 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: XBPIMP = Breakpoint for call engine
Selection Text: XBPSCR = Breakpoint script for error
Selection Text: XFROM = D Valid From
Selection Text: XNOENV = No Environment Determination
Selection Text: XPRODID = D MDT Description
Selection Text: XTO = D Valid To
Title: Execute a master data template
Text Symbol: 001 = Master Data Template Successfully Processed by Master Data Generator
Text Symbol: 002 = Error Occurred When Executing Master Data Template
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

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_no_env_select = xnoenv x_prodid = p_obj-prodid x_container = p_obj-container IMPORTING y_logid = p_obj-logid y_script_info_tab = p_obj-script_info_tab y_ide_started = dummy_ide_started y_mdg_completed = dummy_mdg_completed CHANGING xy_new_keys_tab = p_obj-inew_keys xy_done_node_tab = p_obj-done_node_tab EXCEPTIONS general_fault = 1 OTHERS = 2.

ISU_PROD_SCRIPT_INFO_DISPLAY CALL FUNCTION 'ISU_PROD_SCRIPT_INFO_DISPLAY' EXPORTING x_prodid = p_obj-prodid x_script_info_tab = p_obj-script_info_tab.

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.

ISU_PDSCR_BREAKPOINT_SET CALL FUNCTION 'ISU_PDSCR_BREAKPOINT_SET'.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = &1 langu = sy-langu importing dd04v_wa = wdd04v exceptions others = 1.

ISU_PRODUCT_SAVE_NEW_KEY_PARAM CALL FUNCTION 'ISU_PRODUCT_SAVE_NEW_KEY_PARAM' EXPORTING x_new_keys_tab = p_obj-inew_keys x_prodid = p_obj-prodid.

ECCLOG_S_DISPLAY CALL FUNCTION 'ECCLOG_S_DISPLAY' EXPORTING x_log_object = 'IUCSPROD' "#EC NOTEXT x_logid = p_obj-logid EXCEPTIONS OTHERS = 1.

EBA_SELECTION_LIST CALL FUNCTION 'EBA_SELECTION_LIST' EXPORTING x_hotspot = 'X' "#EC NOTEXT IMPORTING y_selectind = lv_selectind TABLES t_selectlist = isellist EXCEPTIONS cancelled = 1 OTHERS = 2.

ISU_S_UI_DISPLAY CALL FUNCTION 'ISU_S_UI_DISPLAY' EXPORTING x_int_ui = int_ui x_no_change = 'X' "#EC NOTEXT EXCEPTIONS OTHERS = 0.

ISU_S_MOVE_IN_DISPLAY CALL FUNCTION 'ISU_S_MOVE_IN_DISPLAY' EXPORTING x_einzbeleg = einzbeleg x_no_change = 'X' "#EC NOTEXT x_no_other = 'X' "#EC NOTEXT EXCEPTIONS OTHERS = 1.

ISU_NAVIGATOR CALL FUNCTION 'ISU_NAVIGATOR' EXPORTING x_objtype = p_env-objtype x_objkey = p_env-objkey 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 or its description.