RCRA0020 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 RCRA0020 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CR06 - Work Center Assignment to Cost Ctr
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.
Selection Text: SO_KOKRS = Controlling Area
Selection Text: SO_KOSTL = Cost Center
Title: Assignment of Work Centers to Cost Centers
Text Symbol: 001 = ActType Int.Proc.
Text Symbol: 002 = WrkCntr
Text Symbol: 003 = Plant
Text Symbol: 004 = Cat
Text Symbol: 005 = Description
Text Symbol: 006 = Validity
Text Symbol: 007 = Cost Center
Text Symbol: 008 = Stand. val. descr.
Text Symbol: 009 = ActivityType
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RK_KOSTL_READ CALL FUNCTION 'RK_KOSTL_READ' EXPORTING kokrs = rcrco_a-kokrs kostl = rcrco_a-kostl datum = cskt_sttag spras = sy-langu IMPORTING ktext = cskt_ktext EXCEPTIONS kostl_not_found = 1 text_not_found = 2 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.