RCOPCA33 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 RCOPCA33 into the relevant SAP transactions such as SE38 or SE80
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.
Title: EC-PC: Transfer Work in Process
Text Symbol: 053 = Test Run
Text Symbol: 052 = Update Run w. Line Items
Text Symbol: 051 = Update Run w/o Line Items
Text Symbol: 050 = EC-PCA: Transfer WIP
Text Symbol: 049 = Controlling Area:
Text Symbol: 016 = No data can be transferred
Text Symbol: 015 = Sales Order:
Text Symbol: 014 = Cost Center:
Text Symbol: 013 = Cost Object:
Text Symbol: 012 = WBS Element:
Text Symbol: 011 = Order Number:
Text Symbol: 010 = Res.Analysis Version
Text Symbol: 009 = Fiscal Year:
Text Symbol: 008 = Period:
Text Symbol: 007 = Company Code:
Text Symbol: 006 = End Total:
Text Symbol: 005 = G/L Account:
Text Symbol: 001 = Transfer Work in Process
001 Profit Center
INCLUDE PCA33TOP. " GLOBAL DATA
INCLUDE PCACONS2. " GLOBALE VARIABLE
INCLUDE PCACONS3. " GLOBALE KONSTANTEN
INCLUDE RKACOPER. " MAXIMALE PERIODE
INCLUDE PCACONS4. " ÜBERGABETAB. RW-BELEG
INCLUDE PCA33F01. " FORM-ROUTINES
INCLUDE PCA33F02. " FORM: KOMPONENTE AKTIV
INCLUDE PCAUEBER. " UEBERLAUF
INCLUDE PCARWFOR. " FORM-ROUTINEN RW-BELEG
INCLUDE PCA33E01. " EREIGNISSE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.