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

RM_LABELING_SAMPLE_DATA02 SAP ABAP INCLUDE - RMLABELINGSAMPLEDATA02







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


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_LABELING_SAMPLE_DATA02. "Basic submit
SUBMIT RM_LABELING_SAMPLE_DATA02 AND RETURN. "Return to original report after report execution complete
SUBMIT RM_LABELING_SAMPLE_DATA02 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_LABELING_SAMPLE_DATA02

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:

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.



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