IDCN_S_DOC_INFO SAP (Account Document Header) Structure details

Dictionary Type: Structure
Description: Account Document Header




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




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

IDCN_S_DOC_INFO 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 "Account Document Header" 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_IDCN_S_DOC_INFO TYPE IDCN_S_DOC_INFO.

The IDCN_S_DOC_INFO table consists of various fields, each holding specific information or linking keys about Account Document Header data available in SAP. These include GJAHR (Fiscal Year), MONAT (Fiscal Period), BUDAT (Posting Date in the Document), TITLE (PDF Report Title).. 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 IDCN_S_DOC_INFO 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BUDATPosting Date in the Document BUDATDATS8DATUM
TITLEPDF Report Title IDCNREPTLCHAR200IDCNREPTL
TOTALCharacter field length 50 CHAR_50CHAR50
MANGRFull Name of Person AD_NAMTEXTCHAR80TEXT80
APPVRFull Name of Person AD_NAMTEXTCHAR80TEXT80
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
XBLNR_ALTAlternative Reference Number XBLNR_ALTCHAR26ODNITXBLNR_ALT
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
CURFLGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
NUMPGNumber of pages of invoice J_1ANOPGNUMC3J_1ANOPG
TOTAL_NUMTotal of Debit Postings to Be Displayed AZSOL_F05ACURR17(2) WERTV9
TOTAL_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ALTKTAlternative Account Number Flag IDCN_ALTKT_FLAGCHAR1XFELD
FCURRDECNumber of decimal places CURRDECINT13CURRDEC
LCURRDECNumber of decimal places CURRDECINT13CURRDEC
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STJAHReverse document fiscal year STJAHNUMC4GJAHRGJAHR
BLDATDocument Date in Document BLDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table IDCN_S_DOC_INFO

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