SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Master Recipe(PP-PI-MD-MRC) SAP PP

RCPCD001 SAP ABAP Report - Display Change Documents for a Recipe Group







RCPCD001 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 RCPCD001 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

C261 - Change Document Display Master Rec.


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 RCPCD001. "Basic submit
SUBMIT RCPCD001 AND RETURN. "Return to original report after report execution complete
SUBMIT RCPCD001 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: S_PLAENE = Recipe Group
Selection Text: AENDERER = Changed By
Title: Display Change Documents for a Recipe Group
Text Symbol: T15 = Secondary Resource
Text Symbol: T20 = Material Component Assignment
Text Symbol: T21 = Production Resource/Tool
Text Symbol: T22 = Process Instruction
Text Symbol: T23 = Process Instr. Char.
Text Symbol: T24 = Insp. Characteristic
Text Symbol: T25 = Insp. Char. Value
Text Symbol: T50 = Recipe Group
Text Symbol: T51 = Group
Text Symbol: T52 = Recipe
Text Symbol: T53 = Task List
Text Symbol: T55 = Suboperation
Text Symbol: T56 = Resource
Text Symbol: T57 = Work Center
Text Symbol: T61 = Requirements Profile
Text Symbol: T62 = Resource Network
Text Symbol: T63 = Description
Text Symbol: T64 = Maintenance Package
Text Symbol: T65 = Equipment Assignment
Text Symbol: T66 = Technical Work Center Assignment
Text Symbol: T67 = Milestone
Text Symbol: T68 = Plant
Text Symbol: T69 = Object
Text Symbol: T70 = Item
Text Symbol: T71 = Short Text
Text Symbol: T72 = Action
Text Symbol: T73 = Changed object
Text Symbol: T14 = Phase
Text Symbol: P01 = External To
Text Symbol: P02 = Predecessor -
Text Symbol: P03 = Successor -
Text Symbol: P04 = DocumentNo
Text Symbol: P05 = Changed By
Text Symbol: P06 = Chnge Date
Text Symbol: P07 = Time





Text Symbol: P08 = ChngeNo.
Text Symbol: P09 = Valid Frm
Text Symbol: P10 = TCode
Text Symbol: P11 = Created
Text Symbol: P12 = Changed
Text Symbol: P13 = Deleted
Text Symbol: P14 = New Value
Text Symbol: P15 = Old Value
Text Symbol: P16 = From
Text Symbol: P17 = on
Text Symbol: P18 = Chgno
Text Symbol: P19 = Task List Type
Text Symbol: P20 = Change Number
Text Symbol: T02 = Recipe Object Selection
Text Symbol: T03 = Changed On
Text Symbol: T04 = To
Text Symbol: T05 = Overview Selection
Text Symbol: T06 = Change Document View
Text Symbol: T07 = Recipe Object View
Text Symbol: T10 = Header
Text Symbol: T11 = Material Assignment
Text Symbol: T12 = Relationships
Text Symbol: T13 = Operation


INCLUDES used within this REPORT RCPCD001

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:

C5_XS_GET_BADI CALL FUNCTION 'C5_XS_GET_BADI' EXPORTING null_inst_accept = 'X' iv_routing_type = s_plnty IMPORTING ref = xs_exit.

TCA01_READ CALL FUNCTION 'TCA01_READ' EXPORTING plnty = plko_tmp_tab-plnty * SPRAS = ' ' IMPORTING struct = tca01_tmp * TEXT = EXCEPTIONS no_entry = 1 OTHERS = 2.

CP_CHK_AUTHORITY CALL FUNCTION 'CP_CHK_AUTHORITY' EXPORTING plnaw_imp = tca01_tmp-plnaw plkod_imp = plkod_tmp message_type_imp = '' * TCODE_IMP = SY-TCODE trtyp_imp = 'A' IMPORTING no_authority = authority_flg EXCEPTIONS OTHERS = 1.



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