GLACCOUNT_SCREEN_COA SAP (G/L Account Master Record: Chart of Accounts (Screen Fields)) Structure details

Dictionary Type: Structure
Description: G/L Account Master Record: Chart of Accounts (Screen Fields)




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




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

GLACCOUNT_SCREEN_COA 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 "G/L Account Master Record: Chart of Accounts (Screen 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_GLACCOUNT_SCREEN_COA TYPE GLACCOUNT_SCREEN_COA.

The GLACCOUNT_SCREEN_COA table consists of various fields, each holding specific information or linking keys about G/L Account Master Record: Chart of Accounts (Screen Fields) data available in SAP. These include KTOPL (Chart of Accounts), KTOPL_BILKT (Group Chart of Accts), KTOKS (G/L Account Group), XBILK (Indicator: Account is a balance sheet account?).. 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)


SAP GLACCOUNT_SCREEN_COA 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
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
KTOPL_BILKTGroup Chart of Accts KKTPLCHAR4T004KTOPLKPL
KTOKSG/L Account Group KTOKSCHAR4T077SKTOKS
XBILKIndicator: Account is a balance sheet account? XBILKCHAR1XFELD
XPLACCTP&L statement account XPLACCTCHAR1XFELD
GVTYPP&L statement account type GVTYPCHAR2CHAR2
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
MUSTRNumber of the sample account MUSTRCHAR10SKM1ALPHAMUSTRMST
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
BILKTGroup Account Number BILKTCHAR10SKA1ALPHASAKNR
XLOEVIndicator: Account marked for deletion? XLOEVCHAR1XFELD
XSPEAIndicator: account is blocked for creation ? XSPEACHAR1XFELD
XSPEBIndicator: Is Account Blocked for Posting? XSPEBCHAR1XFELD
XSPEPIndicator: account blocked for planning ? XSPEPCHAR1XFELD
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
SAKANG/L account number, significant length SAKANCHAR10CHAR10
LANGU_MLLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXT20_MLG/L account short text TXT20_SKATCHAR20TEXT20
TXT50_MLG/L Account Long Text TXT50_SKATCHAR50TEXT50
LANGU_TXLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TXT20_TXG/L account short text TXT20_SKATCHAR20TEXT20
TXT50_TXG/L Account Long Text TXT50_SKATCHAR50TEXT50
LANGU_KWLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KEYWORDKey word for G/L accounts SCHLWCHAR30SCHLW

Key field Non-key field



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

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

How to access SAP table GLACCOUNT_SCREEN_COA

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