SAP Reports / Programs | Product Lifecycle Management | Recipe Management(PLM-RM) SAP PLM

RM_SPECIFICATION_SAMPLE02 SAP ABAP INCLUDE - RMSPECIFICATIONSAMPLE02







RM_SPECIFICATION_SAMPLE02 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 RM_SPECIFICATION_SAMPLE02 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 RM_SPECIFICATION_SAMPLE02. "Basic submit
SUBMIT RM_SPECIFICATION_SAMPLE02 AND RETURN. "Return to original report after report execution complete
SUBMIT RM_SPECIFICATION_SAMPLE02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RM_SPECIFICATION_SAMPLE02

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUBID' value = lv_value value_org = 'S' TABLES value_tab = lt_value_help return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

C1F5_SPECIFICATIONS_READ CALL FUNCTION 'C1F5_SPECIFICATIONS_READ' EXPORTING i_scenario = ls_scenario i_addinf = ls_addinf i_valfr = '00010101' i_valto = '99991231' i_flg_key_date_switch_only = 'X' i_flg_return_whole_interval = '' TABLES x_spec_head_tab = lt_spec_head_tab x_restriction_tab = lt_restriction_tab x_identifier_tab = lt_identifier_tab x_identifier_usage_tab = lt_identifier_usage_tab x_material_tab = lt_material_tab x_valuation_head_tab = lt_valuation_head_tab x_valuation_inst_tab = lt_valuation_inst_tab x_composition_tab = lt_composition_tab x_charact_data_tab = lt_charact_data_tab x_valuation_usage_tab = lt_valuation_usage_tab x_assessment_tab = lt_assessment_tab x_user_def_text_tab = lt_user_def_text_tab e_error_tab = lt_error_tab.

SDIXML_DOM_TO_SCREEN CALL FUNCTION 'SDIXML_DOM_TO_SCREEN' EXPORTING document = lr_xml_document title = gc_title_xml EXCEPTIONS OTHERS = 0.



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