RPCAPP00 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 RPCAPP00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
7KE1 - Change Plan Costs/Revenues
7KE2 - Display Plan Costs/Revenues
7KE3 - Change Plan Inventories
7KE4 - Display Plan Inventories
7KE5 - Change Plan Statisitcal Key Figures
7KER - Call Up Planning with Initial Screen
7KEP - Set Planner Profile
9KE1 - Change Cost/Revenue Balances
9KE2 - Display Cost/Revenue Balances
9KE3 - Change Balance Sheet Accnt Balances
9KE4 - Display Balance Sheet Accnt Balances
9KE5 - Change Statistical Key Fig. Balances
9KE9 - Display Profit Center Document
9KE6 - Display Statist. Key Figure Balances
9KE7 - Change Actual Document
9KE8 - Display Actual Document
7KE6 - Display Plan Statisitcal Key Figures
9KE0 - Create Profit Center Document
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-PCA Planning: Direct Callup, Planning Processor
Text Symbol: 333 = Planner profiles not supported
INCLUDE KPPXI003. "COMMON TYPES
INCLUDE LPCPPTYP. "TYPES FOR EC-PCA PLANNING
INCLUDE LPCPPCON. "CONSTANTS EC-PCA PLANING
No SAP DATABASE tables are accessed within this REPORT code!
K_PLAN_PLPROF_SET CALL FUNCTION 'K_PLAN_PLPROF_SET' EXPORTING POPUP = '1' SUBCLASS = SUBCLASS_PCA.
PCA_PP_GET_INFO CALL FUNCTION 'PCA_PP_GET_INFO' EXPORTING I_TCODE = SAVE_TCODE IMPORTING E_MODUS = LOC_MODUS.
PCA_PP_DIALOG CALL FUNCTION 'PCA_PP_DIALOG' EXPORTING I_MODUS = LOC_MODUS. "modus
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCAPP00 - EC-PCA Planning: Direct Callup, Planning Processor RPCAPP00 - EC-PCA Planning: Direct Callup, Planning Processor RPCAPNI0 - documentation and ABAP source code RPCAPMG0 - HR GB: Class 1A NICs Alternative Payment Method List RPCAPMG0 - HR GB: Class 1A NICs Alternative Payment Method List RPCAPCG0 - HR-GB: Advanced Payments Calulation in Payroll Driver