SAP Reports / Programs | Media Product | SAP Media | Media Product(IS-M-MD-PR-MP) SAP IS

RJP_MDATA_TEMPLATE_TEST SAP ABAP Report - Test Master Data Template for Media







RJP_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 RJP_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 RJP_MDATA_TEMPLATE_TEST. "Basic submit
SUBMIT RJP_MDATA_TEMPLATE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT RJP_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: XPRODID = D Master Data Template
Title: Test Master Data Template for Media
Text Symbol: 021 = and edit the parameters again?
Text Symbol: 022 = Edit Parameters
Text Symbol: 100 = Generation Model
Text Symbol: 020 = Do you want to continue the test
Text Symbol: 001 = Master Data Template Successfully Processed by Master Data Generator
Text Symbol: 002 = Error executing master data template
Text Symbol: 005 = Test master data template
Text Symbol: 010 = Executing the master data template
Text Symbol: 011 = changes the data
Text Symbol: 012 = Execute
Text Symbol: 013 = Cancel


INCLUDES used within this REPORT RJP_MDATA_TEMPLATE_TEST

No INCLUDES are used within this REPORT code!


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:

ISM_PRODUCT_READ_ATTRIBUTES call function 'ISM_PRODUCT_READ_ATTRIBUTES' exporting x_prodid = p_prodid importing y_outtab = lt_outtab exceptions general_fault = 3 action_canceled = 2 no_parameters = 1 others = 3 .

ISM_PRODUCT_EDIT_PARAMETERS call function 'ISM_PRODUCT_EDIT_PARAMETERS' exporting * X_NO_DIALOG = ' ' x_outtab = lt_outtab importing y_container = p_obj-container exceptions general_fault = 3 action_canceled = 2 no_parameters = 1 others = 3 .

ISM_PMD_MDG_PARAMETER_DIALOG * call function 'ISM_PMD_MDG_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_prodid = p_obj-prodid x_container = p_obj-container x_industry = con_industry_media importing y_logid = p_obj-logid y_script_info_tab = p_obj-script_info_tab 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_PRODUCT_NEWKEYS_DISPLAY * CALL FUNCTION 'ISU_PRODUCT_NEWKEYS_DISPLAY' * EXPORTING * x_new_keys = p_obj-inew_keys * x_ref_top_node = p_obj-ref_top_node_read.

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 exceptions others = 1.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' 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.

ISU_NAVIGATOR * call function 'ISU_NAVIGATOR' * exporting * x_objtype = wenv-objtype * x_objkey = wenv-objkey * exceptions * others = 1.

EBA_SELECTION_LIST * call function 'EBA_SELECTION_LIST' * exporting * x_hotspot = 'X' * tables * t_selectlist = isellist * exceptions * cancelled = 1 * others = 2.

ISU_NAVIGATOR * call function 'ISU_NAVIGATOR' * exporting * x_objtype = wenv-objtype * x_objkey = wenv-objkey * exceptions * others = 1.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = &1 langu = sy-langu importing dd04v_wa = wdd04v 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 RJP_MDATA_TEMPLATE_TEST or its description.