SAP Reports / Programs

RCOCB001 SAP ABAP Report - Usage of Characteristics for Process Planning and Control







RCOCB001 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 RCOCB001 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O21C - PP-PI: Where-Used List for Charact.


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 RCOCB001. "Basic submit
SUBMIT RCOCB001 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOCB001 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: POC = Used in proc.manuf. cockpits
Selection Text: PI = Used in PI sheets
Selection Text: MSREC = Used in process data record
Selection Text: MS = Used in process messages
Selection Text: MR = Used in master recipes
Selection Text: MESS_CAT = Used in message categories
Selection Text: INST_CAT = Used in instruction categories
Selection Text: EVAL = Used in evaluation versions
Selection Text: BR = Used in process orders
Selection Text: ATNAM = Characteristic
Title: Usage of Characteristics for Process Planning and Control
Text Symbol: 040 = PI sheet ;;
Text Symbol: 032 = Send time ;;
Text Symbol: 031 = Send date ;;
Text Symbol: 023 = InstrCat. ;;
Text Symbol: 022 = Description ;;
Text Symbol: 021 = Message cat;;
Text Symbol: 020 = Plnt;;
Text Symbol: 018 = Process manufacturing cockpit
Text Symbol: 017 = Evaluation version
Text Symbol: 016 = Process order
Text Symbol: 015 = Master recipe
Text Symbol: 014 = PI sheet
Text Symbol: 013 = Process data record
Text Symbol: 012 = Process messages
Text Symbol: 011 = Process instruction categories
Text Symbol: 010 = Process message categories
Text Symbol: 004 = Number of usages :
Text Symbol: 003 = Used in
Text Symbol: 002 = Char. description
Text Symbol: 001 = Characteristic
Text Symbol: 041 = Operation number ;;
Text Symbol: 042 = Process instr. no. ;;
Text Symbol: 050 = Process order ;;
Text Symbol: 060 = Evaluation version ;;
Text Symbol: 070 = Cockpit
Text Symbol: 071 = Description
Text Symbol: 100 = Used in





Text Symbol: 101 = Number of usages ;;
Text Symbol: 102 = Usage of Characteristics for Process Planning and Ctrl


INCLUDES used within this REPORT RCOCB001

INCLUDE DATA_RCOCB001.
INCLUDE FILL_STRUCTS_RCOCB001.


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:

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING I_FREE_MEMORY = ' ' EXCEPTIONS OTHERS = 0.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING FEATURE_NEUTRAL_NAME = ATNAM LANGUAGE = SY-LANGU IMPORTING FEATURE_ID = ATINN FEATURE_NAME = ATBEZ EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 01 NO_FEATURE_FOUND = 02 NO_FEATURE_VALID = 01 NO_LANGUAGE = 01.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'STR_ALV_TREE01' CHANGING CT_FIELDCAT = GT_FIELDCATALOG.



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