ACGL_HEAD SAP (Fields for Document Header Entry Screen) Structure details

Dictionary Type: Structure
Description: Fields for Document Header Entry Screen




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




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

ACGL_HEAD 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 "Fields for Document Header Entry Screen" 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_ACGL_HEAD TYPE ACGL_HEAD.

The ACGL_HEAD table consists of various fields, each holding specific information or linking keys about Fields for Document Header Entry Screen data available in SAP. These include BLDAT (Document Date in Document), BUDAT (Posting Date in the Document), XBLNR (Reference Document Number), BKTXT (Document Header Text).. 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 ACGL_HEAD 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
MANDTClient MANDTCLNT3T000MANDT
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BKTXTDocument Header Text BKTXTCHAR25TEXT25
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XINVR_CURVIndicator: Calculation allowed with inverted exchange rate ? XINVR_CURVCHAR1XFELD
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
WWERTTranslation Date WWERT_DDATS8DATUM
LDGRPLedger Group FAGL_LDGRPCHAR4FAGL_TLDGRPFAGL_LDGRPGLDGRP_FLEX
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BELNR_0240Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
NUMPGNumber of pages of invoice J_1ANOPGNUMC3J_1ANOPG
MONATFiscal Period MONATNUMC2MONAT
BRNCHBranch Number J_1ABRNCHCHAR4J_1BBRANCHJ_1BBRANCHJEA
BLART_TXTLong Text LTEXTCHAR40TEXT40
BUKRS_TXT 0
WAERS_TXT 0
XMWSTCalculate tax automatically XMWSTCHAR1XFELDXTX
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SUMSOLLTotal of Debit Postings to Be Displayed AZSOL_F05ACURR17(2) WERTV9
SUMHABENTotal of Credit Postings to be Displayed AZHAB_F05ACURR17(2) WERTV9
STRUCT 0
AMPELName of an Icon ICONNAMECHAR30ICONNAME
PARGBTrading partner's business area PARGBCHAR4TGSBGSBERGSB
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
USNAMUser Name USNM_VBKPFCHAR12USNAMUSR
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AEDATDate of the Last Document Change AEDT_VBKPFDATS8DATUM
FRWEGRelease Approv. Path FRWEGCHAR4Assigned to domainFRWEG
SUBN1_LVLAmount Release Approval Levels SUBN1_LVLNUMC2NUM02
XWFFRRelease necessary XWFFRCHAR1XFELD
XPRFGDocument complete XPRFGCHAR1XFELD
XFRGEReleased XFRGECHAR1XFELD
USCMPCompleted By USCMPCHAR12USNAM
VATDATETax Reporting Date VATDATEDATS8DATUM
KURSXMarket Data Exchange Rate GLE_FXR_DTE_RATEX28DEC28(14) EXCRXGLE_FXR_RATEX28

Key field Non-key field



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

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

How to access SAP table ACGL_HEAD

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