RPCPP04 SAP (EC-PCA: Planning for Inventories) Structure details

Dictionary Type: Structure
Description: EC-PCA: Planning for Inventories




ABAP Code to SELECT data from RPCPP04
Related tables to RPCPP04
Access table RPCPP04




Structure field list including key, data, relationships and ABAP select examples

RPCPP04 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "EC-PCA: Planning for Inventories" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPCPP04 TYPE RPCPP04.

The RPCPP04 table consists of various fields, each holding specific information or linking keys about EC-PCA: Planning for Inventories data available in SAP. These include RLDNR (Ledger), KOKRS (Controlling Area), PLIKZ (Plan/actual indicator), RYEAR (Fiscal Year).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RPCPP04 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RCLNTClient MANDTCLNT3T000MANDT
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
PLIKZPlan/actual indicator PLIKZ_PCACHAR1PLIKZ
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RPMAXPeriod PCA_PERIODNUMC3PCA_PERIODPPD
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RVERSVersion RVERS_PCACHAR3TKVSALPHACOVERSIGVS
RPRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
SPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
REP_MATNRRepresentative material for Profit Center Accounting REP_MATNRCHAR18T8A60MATN1MATNRRPMPCA_SHLP_REP_MATNR
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
RHOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
OCLNTOriginal client OCLNTNUMC3NUM3
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
KSLAmount in profit center local currency VGCUR_PCACURR15(2) WERTV8
HSLAmount in company code currency VLCUR_PCACURR15(2) WERTV8
TSLAmount in transaction currency VTCUR_PCACURR15(2) WERTV8
MSLQuantity QUAN1_PCAQUAN15(3) MENG8
RTCURCurrency key of transaction currency RTCUR_PCACUKY5TCURCWAERSFWS
RUNITUnit of measure MEINS_PCAUNIT3T006CUNITMEINSPCM
HRKFTValues of Field HRKFT in Profit Center Planning PCPP_HRKFTCHAR4T8APP_HRKFTPCPP_HRKFT
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RFAREAFunctional Area FKBER_PCACHAR16TFKBFKBERFBE

Key field Non-key field



How do I retrieve data from SAP structure RPCPP04 using ABAP code?

As RPCPP04 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPCPP04 as there is no data to select.

How to access SAP table RPCPP04

Within an ECC or HANA version of SAP you can also view further information about RPCPP04 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!