SAP GLPCR EC-PCA: Transfer structure for drill-down reporting Table data and field list

GLPCR 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: Transfer structure for drill-down reporting" 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_GLPCR TYPE GLPCR.

The GLPCR table consists of various fields, each holding specific information or linking keys about EC-PCA: Transfer structure for drill-down reporting data available in SAP. These include RLDNR (Ledger), RRCTY (Record Type), RVERS (Version), 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. .

GLPCR structure Technical Details:

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


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GLPCR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RCLNTClient MANDTCLNT3T000MANDT
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERS_PCACHAR3TKVSALPHACOVERSIGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DRCRKDebit/credit indicator SHKZG_PCACHAR1SHKZG
PLIKZPlan/actual indicator PLIKZ_PCACHAR1PLIKZ
RPMAXPeriod RPMAXNUMC3RPMAX
PERIOPeriod/year JAHRPERNUMC7PERI7JAHRPER
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RPRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
RHOARTType of origin object (EC-PCA) HOARTNUMC2HOARTPCH
RFAREAFunctional Area FKBERCHAR16TFKBFKBERFBE
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
RASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
EPRCTRPartner profit center for elimination of internal business EPRCTRCHAR10CEPCALPHAPRCTR
ACTIVFI-SL Business Transaction ACTI1CHAR4T022ACTIVITY
AFABEReal Valuation Area AFABE_PCANUMC2Assigned to domainAFABEAFB
OCLNTOriginal client OCLNTNUMC3NUM3
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
SBUKRSSender company code S_BUKRSCHAR4T001BUKRSBUK
SPRCTRPartner Profit Center PPRCTRCHAR10CEPCALPHAPRCTRPPC
SHOARTType of receiver object SHOARTNUMC2HOART
SFAREAPartner Functional Area SFKBERCHAR16TFKBFKBER
VERSAResults analysis version VERSA_PCACHAR3TKKAPALPHAVERSN_ABGRACV
KSLCosts/revenues in profit center local currency CRGCUR_PCACURR15(2) WERTV8
HSLCosts/revenues in company code currency CRLCUR_PCACURR15(2) WERTV8
TSLCosts/Revenues in Transaction Currency CRTCUR_PCACURR15(2) WERTV8
MSLQuantity consumed CRQUAN1_PCAQUAN15(3) MENG8
KSL_STOCKBalance in profit center local currency STGCUR_PCACURR15(2) WERTV8
HSL_STOCKBalance in company code currency STLCUR_PCACURR15(2) WERTV8
TSL_STOCKBalance in Transaction Currency STTCUR_PCACURR15(2) WERTV8
MSL_STOCKInventory Quantity STQUAN1_PCAQUAN15(3) MENG8
MSTAT_SUMQuantity of Statistical Key Figure (Total Value) MSTAT_SUMQUAN15(3) MENG8
MSTAT_AVRGQuantity of Statistical Key Figure (Fixed Value) MSTAT_AVRGQUAN15(3) MENG8
STAGRStatistical key figure STAGR_PCACHAR6TKA03STAGRSTA
RSCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
REP_MATNRRepresentative material for Profit Center Accounting REP_MATNRCHAR18T8A60MATN1MATNRRPMPCA_SHLP_REP_MATNR
RTCURCurrency key of transaction currency RTCUR_PCACUKY5TCURCWAERSFWS
RUNITUnit of measure MEINS_PCAUNIT3T006CUNITMEINSPCM
RMVCTTransaction Type RMVCTCHAR3Assigned to domainRMVCT

Key field Non-key field



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

As GLPCR 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 GLPCR as there is no data to select.

How to access SAP table GLPCR

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

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