SAP Reports / Programs | Product Lifecycle Management | PLM Web User Interface | Recipe Development(PLM-WUI-RCP) SAP PLM

/PLMI/RCP_RECIPE_AU_SAMPLEDATA SAP ABAP Report - Generated Test Data for Recipe Development







/PLMI/RCP_RECIPE_AU_SAMPLEDATA 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 /PLMI/RCP_RECIPE_AU_SAMPLEDATA 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 /PLMI/RCP_RECIPE_AU_SAMPLEDATA. "Basic submit
SUBMIT /PLMI/RCP_RECIPE_AU_SAMPLEDATA AND RETURN. "Return to original report after report execution complete
SUBMIT /PLMI/RCP_RECIPE_AU_SAMPLEDATA 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: PCONTAIN = Test Data
Selection Text: PETVARID = D .
Selection Text: PPREFIX = D .
Selection Text: PPREFXX = Set Prefix for Identifier
Title: Generated Test Data for Recipe Development
Text Symbol: 001 = Data Source
Text Symbol: 002 = Options


INCLUDES used within this REPORT /PLMI/RCP_RECIPE_AU_SAMPLEDATA

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 IMPORTING return = ls_bapiret2 TABLES materialdescription = lt_materialdescription unitsofmeasure = lt_unitsofmeasure unitsofmeasurex = lt_unitsofmeasurex returnmessages = lt_returnmessages.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.

ECATT_OBJECT_F4_REQUEST CALL FUNCTION 'ECATT_OBJECT_F4_REQUEST' EXPORTING im_object_type = 'ECTD' im_object_name = lv_etobj_name im_display_only = space im_without_personal_list = space IMPORTING ex_object_name = lv_obj_name ex_answer = lv_answer EXCEPTIONS object_type_unknown = 1 OTHERS = 2.

VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = 'PETVARID' EXCEPTIONS id_not_found = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'PETVARID' values = gt_values EXCEPTIONS OTHERS = 0.

VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = 'PETVARID' EXCEPTIONS id_not_found = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'PETVARID' values = gt_values 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 /PLMI/RCP_RECIPE_AU_SAMPLEDATA or its description.