SI_GLPCA_CT SAP (GLPOS_C_CT: Standard fields) Structure details

Dictionary Type: Structure
Description: GLPOS_C_CT: Standard fields




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




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

SI_GLPCA_CT 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 "GLPOS_C_CT: Standard fields" 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_SI_GLPCA_CT TYPE SI_GLPCA_CT.

The SI_GLPCA_CT table consists of various fields, each holding specific information or linking keys about GLPOS_C_CT: Standard fields data available in SAP. These include RLDNR (Ledger), RPRCTR (Profit Center), SPRCTR (Partner Profit Center), RBUKRS (Company Code).. 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 SI_GLPCA_CT 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
RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
POPERPosting period POPERNUMC3POPERPOPR
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
DEBITTotal Debit Postings FAGL_UMSOLCURR23(2) WERTV12
CREDITTotal Credit Postings FAGL_UMHABCURR23(2) WERTV12
TURNOVERBalance FAGL_SALESCURR23(2) WERTV12
COUNTERProcessed Database Table Rows SYDBCNTINT410SYST_LONG
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
CURRUNITCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
QUANTITYQuantity QUAN1_12QUAN23(3) MENGV12
QUANUNITUnit of Measure ROUNITUNIT3Assigned to domainCUNITMEINS
CURRKEY_00Document Currency Key FAGL_CURRKEY_00CUKY5Assigned to domainWAERS
CURRVAL_00Document Currency Value FAGL_CURRVAL_00CURR23(2) WERTV12
CURRKEY_10Company Code Currency Key FAGL_CURRKEY_10CUKY5Assigned to domainWAERS
CURRVAL_10Company Code Currency Value FAGL_CURRVAL_10CURR23(2) WERTV12
CURRKEY_11Company Code Currency Key, Group Valuation FAGL_CURRKEY_11CUKY5Assigned to domainWAERS
CURRVAL_11Company Code Currency Value, Group Valuation FAGL_CURRVAL_11CURR23(2) WERTV12
CURRKEY_12Company Code Currency Key, Profit Center Valuation FAGL_CURRKEY_12CUKY5Assigned to domainWAERS
CURRVAL_12Company Code Currency Value, Profit Center Valuation FAGL_CURRVAL_12CURR23(2) WERTV12
CURRKEY_20Controlling Area Currency Key FAGL_CURRKEY_20CUKY5Assigned to domainWAERS
CURRVAL_20Controlling Area Currency Value FAGL_CURRVAL_20CURR23(2) WERTV12
CURRKEY_21Controlling Area Currency Key, Group Valuation FAGL_CURRKEY_21CUKY5Assigned to domainWAERS
CURRVAL_21Controlling Area Currency Value, Group Valuation FAGL_CURRVAL_21CURR23(2) WERTV12
CURRKEY_22Controlling Area Currency Key, Profit Center Valuation FAGL_CURRKEY_22CUKY5Assigned to domainWAERS
CURRVAL_22Controlling Area Currency Value, Profit Center Valuation FAGL_CURRVAL_22CURR23(2) WERTV12
CURRKEY_30Group Currency Key FAGL_CURRKEY_30CUKY5Assigned to domainWAERS
CURRVAL_30Group Currency Value FAGL_CURRVAL_30CURR23(2) WERTV12
CURRKEY_31Group Currency Key, Group Valuation FAGL_CURRKEY_31CUKY5Assigned to domainWAERS
CURRVAL_31Group Currency Value, Group Valuation FAGL_CURRVAL_31CURR23(2) WERTV12
CURRKEY_32Group Currency Key, Profit Center Valuation FAGL_CURRKEY_32CUKY5Assigned to domainWAERS
CURRVAL_32Group Currency Value, Profit Center Valuation FAGL_CURRVAL_32CURR23(2) WERTV12
CURRKEY_90Profit Center Currency Key FAGL_CURRKEY_90CUKY5Assigned to domainWAERS
CURRVAL_90Profit Center Currency Value FAGL_CURRVAL_90CURR23(2) WERTV12
CURRKEY_91Profit Center Currency Key, Group Valuation FAGL_CURRKEY_91CUKY5Assigned to domainWAERS
CURRVAL_91Profit Center Currency Value, Group Valuation FAGL_CURRVAL_91CURR23(2) WERTV12
CURRKEY_92Profit Center Currency Key, Profit Center Valuation FAGL_CURRKEY_92CUKY5Assigned to domainWAERS
CURRVAL_92Profit Center Currency Value, Profit Center Valuation FAGL_CURRVAL_92CURR23(2) WERTV12

Key field Non-key field



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

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

How to access SAP table SI_GLPCA_CT

Within an ECC or HANA version of SAP you can also view further information about SI_GLPCA_CT 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!