IBKKGLACGL SAP (BCA: Structure for BCA-Relevant Fields Document Lines) Structure details

Dictionary Type: Structure
Description: BCA: Structure for BCA-Relevant Fields Document Lines




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




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

IBKKGLACGL 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 "BCA: Structure for BCA-Relevant Fields Document Lines" 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_IBKKGLACGL TYPE IBKKGLACGL.

The IBKKGLACGL table consists of various fields, each holding specific information or linking keys about BCA: Structure for BCA-Relevant Fields Document Lines data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of line item within accounting document), BSCHL (Posting Key).. 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 IBKKGLACGL 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of line item within accounting document BKK_BUZEINUMC3BKK_BUZEI
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXITIndicator: Tax item BKK_TAXITCHAR1CHAR1
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
VALUTValue date VALUTDATS8DATUM
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
XREF1Business partner reference key XREF1CHAR12CHAR12
KOARTAccount Type KOARTCHAR1KOART
MWARTTax Type BKK_MWARTCHAR1BKK_MWART
KTOSLTransaction Key KTOSLCHAR3CHAR3
POSNRAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
BUDATPosting Date in the Document BUDATDATS8DATUM
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
ZUONRAssignment Number DZUONRCHAR18ZUONR

Key field Non-key field



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

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

How to access SAP table IBKKGLACGL

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