IDCN_GA_APAR SAP (Golden Audit China AP/AR Fields) Structure details

Dictionary Type: Structure
Description: Golden Audit China AP/AR Fields




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




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

IDCN_GA_APAR 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 "Golden Audit China AP/AR 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_IDCN_GA_APAR TYPE IDCN_GA_APAR.

The IDCN_GA_APAR table consists of various fields, each holding specific information or linking keys about Golden Audit China AP/AR Fields data available in SAP. These include DTCODE (Document Type), DTCODE_D (Document Type Description), TTCODE (Transaction Type), TTCODE_D (Transaction Type Description).. 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_GA_APAR 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
DTCODEDocument Type IDCNDTCODECHAR5IDCNDTCODE
DTCODE_DDocument Type Description IDCNDTCODE_TCHAR60IDCNDTCODE_T
TTCODETransaction Type IDCNTTCODECHAR5IDCNTTCODE
TTCODE_DTransaction Type Description IDCNTTCODE_TCHAR60IDCNTTCODE_T
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BLART 0
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
HWAERGL Account Currency Type IDCN020CHAR14
KURSFCharacter field of 9 digits CHAR9CHAR9CHAR9
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBTR_TOTAmount in Local Currency DMBTRCURR13(2) WERT7
DOC_CURRGL Account Currency Type IDCN020CHAR14
WRBTR_TOTAmount in document currency WRBTRCURR13(2) WERT7
SGTXTItem Text SGTXTCHAR50TEXT50
VALUTCharacter Field Length = 10 CHAR10CHAR10CHAR10
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
AUGDT_CLRCharacter Field Length = 10 CHAR10CHAR10CHAR10
DTCODE1Document Type IDCNDTCODECHAR5IDCNDTCODE
TTCODE1Transaction Type IDCNTTCODECHAR5IDCNTTCODE
VBELNReference Key AWKEYCHAR20AWKEY
XBLNRReference Document Number XBLNRCHAR16XBLNR
VBELN_VAReference Key AWKEYCHAR20AWKEY
EBELNReference Key AWKEYCHAR20AWKEY
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
AUGDTCharacter Field Length = 10 CHAR10CHAR10CHAR10
CLFLAGCheckbox XFELDCHAR1XFELD
BOENUMAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DUMARCheckbox XFELDCHAR1XFELD
DUMAPCheckbox XFELDCHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table IDCN_GA_APAR

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