RM_LABELING_SAMPLE_DATA02 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_LABELING_SAMPLE_DATA02 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!
C149_RECN_GET_NEXT CALL FUNCTION 'C149_RECN_GET_NEXT' IMPORTING number = ls_recn_map-new_recn.
C1F5_SPECIFICATIONS_MODIFY CALL FUNCTION 'C1F5_SPECIFICATIONS_MODIFY' EXPORTING i_scenario = ls_scenario i_addinf = ls_addinf i_flg_create_mode = abap_true * i_flg_atwrt_has_int_format = esp1_false IMPORTING e_flg_internal_error = lv_flg_internal_error e_flg_error = lv_flg_error TABLES x_spec_head_tab = ls_spec_data-x_spec_head_tab x_restriction_tab = ls_spec_data-x_restriction_tab x_identifier_tab = ls_spec_data-x_identifier_tab x_identifier_usage_tab = ls_spec_data-x_identifier_usage_tab x_material_tab = ls_spec_data-x_material_tab x_valuation_head_tab = ls_spec_data-x_valuation_head_tab x_valuation_inst_tab = ls_spec_data-x_valuation_inst_tab x_composition_tab = ls_spec_data-x_composition_tab x_charact_data_tab = ls_spec_data-x_charact_data_tab x_valuation_usage_tab = ls_spec_data-x_valuation_usage_tab x_assessment_tab = ls_spec_data-x_assessment_tab x_user_def_text_tab = ls_spec_data-x_user_def_text_tab e_error_tab = lt_error.
C1F2_SUBSTANCES_SAVE_TO_DB CALL FUNCTION 'C1F2_SUBSTANCES_SAVE_TO_DB' EXPORTING i_flg_no_change_docs = abap_false i_flg_commit = abap_true i_flg_unlock = abap_true TABLES e_return_tab = lt_error.
BAPI_MATERIAL_SAVEDATA CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA' EXPORTING headdata = ls_bapimathead clientdata = ls_bapi_mara clientdatax = ls_bapi_marax plantdata = ls_bapi_marc plantdatax = ls_bapi_marcx storagelocationdata = ls_bapi_mard storagelocationdatax = ls_bapi_mardx valuationdata = ls_bapi_mbew valuationdatax = ls_bapi_mbewx salesdata = ls_bapi_mvke salesdatax = ls_bapi_mvkex IMPORTING return = ls_bapiret2 TABLES materialdescription = lt_materialdescription unitsofmeasure = lt_unitsofmeasure unitsofmeasurex = lt_unitsofmeasurex returnmessages = lt_returnmessages.
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_LABELING_SAMPLE_DATA02 - RMLABELINGSAMPLEDATA02 RM_LABELING_SAMPLE_DATA01 - RMLABELINGSAMPLEDATA01 RM_LABELING_SAMPLE_DATA - Generated Test Data for Labeling RM_LABELING_SAMPLE_DATA - Generated Test Data for Labeling RM_INITIAL_DATA_LOAD - Initial Data Load for Recipes RM_INITIAL_DATA_LOAD - Initial Data Load for Recipes