SAP Reports / Programs

RCOCB007 SAP ABAP Report - Request Control Recipes







RCOCB007 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 RCOCB007 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 RCOCB007. "Basic submit
SUBMIT RCOCB007 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOCB007 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: SEQ = Control recipe destinations
Selection Text: PLNT_OLD = Copy from plant
Selection Text: PLNT_NEW = to plant
Selection Text: MESS = Process message categories
Selection Text: INST = Process instruction categories
Selection Text: GRMS = Charact. grps for instructions
Selection Text: GRFT = Charact. groups for messages
Selection Text: DEST = Message destinations
Title: Request Control Recipes
Text Symbol: 105 = Characteristics groups for messages/instructions
Text Symbol: 104 = Message destinations
Text Symbol: 103 = Message/instr. cat.
Text Symbol: 102 = Control recipe destination
Text Symbol: 101 = Process instruction categories
Text Symbol: 100 = Process message categories
Text Symbol: 027 = -Characteristics groups for process instructions:
Text Symbol: 026 = -Characteristics groups for process messages:
Text Symbol: 025 = -Message destinations:
Text Symbol: 023 = -Control recipe destinations:
Text Symbol: 022 = -Process instruction categories:
Text Symbol: 021 = -Process message categories:
Text Symbol: 015 = --->Destination-specific target fields:
Text Symbol: 014 = ---->Assignments of destination-specific target fields:
Text Symbol: 013 = -->Destination assignments:
Text Symbol: 012 = -->Characteristics assignments:
Text Symbol: 011 = The following objects and dependent objects already exist in the target plant:
Text Symbol: 010 = The following objects and dependent objects were copied:
Text Symbol: 009 = Characteristics Groups for Instructions:
Text Symbol: 008 = Characteristics Groups for Messages:
Text Symbol: 007 = to plant
Text Symbol: 006 = from plant
Text Symbol: 005 = Message Destinations:
Text Symbol: 004 = Message/instr. cat.
Text Symbol: 003 = Ctrl rec.destinations:
Text Symbol: 002 = Process Instruction Categories:
Text Symbol: 001 = Process Message Categories:
Text Symbol: %FS = Program delimitations
Text Symbol: %FP = Program parameters





INCLUDES used within this REPORT RCOCB007

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