SI_GLPOS_C_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_GLPOS_C_CT
Related tables to SI_GLPOS_C_CT
Access table SI_GLPOS_C_CT




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

SI_GLPOS_C_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_GLPOS_C_CT TYPE SI_GLPOS_C_CT.

The SI_GLPOS_C_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 DEBIT (Total Debit Postings), CREDIT (Total Credit Postings), TURNOVER (Balance), COUNTER (Processed Database Table Rows).. 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_GLPOS_C_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
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_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_40Hard Currency Key FAGL_CURRKEY_40CUKY5Assigned to domainWAERS
CURRVAL_40Hard Currency Value FAGL_CURRVAL_40CURR23(2) WERTV12
CURRKEY_50Index Currency Key FAGL_CURRKEY_50CUKY5Assigned to domainWAERS
CURRVAL_50Index Currency Value FAGL_CURRVAL_50CURR23(2) WERTV12
CURRKEY_60Global Company Currency Key FAGL_CURRKEY_60CUKY5Assigned to domainWAERS
CURRVAL_60Global Company Currency Value FAGL_CURRVAL_60CURR23(2) WERTV12

Key field Non-key field



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

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

How to access SAP table SI_GLPOS_C_CT

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