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

RM_RECIPE_SAMPLE_DATA SAP ABAP Report - Program RM_RECIPE_SAMPLE_DATA







RM_RECIPE_SAMPLE_DATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the report RM_RECIPE_SAMPLE_DATA to create or edit an XML file with recipe data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RM_RECIPE_SAMPLE_DATA 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_RECIPE_SAMPLE_DATA. "Basic submit
SUBMIT RM_RECIPE_SAMPLE_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RM_RECIPE_SAMPLE_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RM_RECIPE_SAMPLE_DATA
Text Symbol: 040 = Do you want to save?
Text Symbol: 036 = Load
Text Symbol: 035 = Save
Text Symbol: 034 = Stage Documents
Text Symbol: 033 = Operations
Text Symbol: 032 = Action Process Parameters
Text Symbol: 031 = Action Documents
Text Symbol: 030 = Action Short Texts
Text Symbol: 029 = Actions
Text Symbol: 028 = Operation Process Parameters
Text Symbol: 027 = Operation Documents
Text Symbol: 026 = Relationship
Text Symbol: 025 = Stage Process Parameters
Text Symbol: 024 = Operation Short Texts
Text Symbol: 023 = Item to Process Assignments for Stage Formula
Text Symbol: 022 = Stage Formula Items
Text Symbol: 021 = Output Stream Short Texts
Text Symbol: 020 = Change Number Not Valid
Text Symbol: 019 = Stage Short Texts
Text Symbol: 018 = Recipe Process Parameters
Text Symbol: 017 = Item to Process Assignments for Recipe Formula
Text Symbol: 016 = Recipe Formula Items
Text Symbol: 015 = Stages
Text Symbol: 014 = Equipment Requirement Process Parameters
Text Symbol: 013 = Equipment Requirement Short Texts
Text Symbol: 012 = Equipment Requirement Documents
Text Symbol: 011 = Equipment Requirement
Text Symbol: 010 = Recipe Documents
Text Symbol: 009 = Characteristic Assignments to Equipment Requirement
Text Symbol: 008 = Characteristic Assignment
Text Symbol: 007 = Recipe Classification
Text Symbol: 006 = Recipe Identifiers
Text Symbol: 005 = Recipe Scope of Application
Text Symbol: 004 = Recipe Short Texts
Text Symbol: 003 = Recipes
Text Symbol: 002 = Percentage Loss


INCLUDES used within this REPORT RM_RECIPE_SAMPLE_DATA

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:

No SAP FUNCTION MODULES are executed within this report code!



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