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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM_SPECIFICATION_SAMPLE02 - RMSPECIFICATIONSAMPLE02 RM_SPECIFICATION_SAMPLE01 - RMSPECIFICATIONSAMPLE01 RM_SPECIFICATION_SAMPLE00 - RMSPECIFICATIONSAMPLE00 RM_SE_SFGDT_SELECT_B2=========FT - RMSESFGDTSELECTB2=========FT RM_SBP_DATA_DECL - Include RM_SBP_DATA_DECL RM_RECIPE_SAMPLE_DATA_TOP - RMRECIPESAMPLEDATATOP