IDCN_ALGACCHIER SAP (Account Level Hierarchy: Account Level Hierarchy (Top Level)) Table details

Dictionary Type: Table
Description: Account Level Hierarchy: Account Level Hierarchy (Top Level)




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




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

IDCN_ALGACCHIER is a standard SAP Table which is used to store Account Level Hierarchy: Account Level Hierarchy (Top Level) data and is available within R/3 SAP systems depending on the version and release level.

The IDCN_ALGACCHIER table consists of various fields, each holding specific information or linking keys about Account Level Hierarchy: Account Level Hierarchy (Top Level) data available in SAP. These include KTOPL (Chart of Accounts), TOPACCGROUP (Account Level Hierarchy (Top Level)), USE_TOPACCFLAG (Account Hierarchy Attribute: Use Top Hierarchy in Groups), COUNT_LEVELS (Account Hierarchy Attribute: Max. Number of Levels).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IDCN_ALGACCHIER table 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
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
TOPACCGROUPAccount Level Hierarchy (Top Level) IDCN_ALGTOPACCGROUPCHAR31IDCN_ALGTOPACCGROUP
USE_TOPACCFLAGAccount Hierarchy Attribute: Use Top Hierarchy in Groups IDCN_ALGUSE_TOPACCFLAGCHAR1XFELD
COUNT_LEVELSAccount Hierarchy Attribute: Max. Number of Levels IDCN_ALGCOUNT_LEVELSNUMC2IDCN_ALGCOUNT_LEVELS
SEPARATORAccount Hierarchy Attribute: Separator of Levels IDCN_ALGSEPARATORCHAR1IDCN_ALGSEPARATOR
CHARS_PER_LVLSAccount Hierarchy Attribute: Number of Chars in Levels IDCN_ALGPCHARS_PER_LVLSNUMC20IDCN_ALGCHARS_PER_LVLS
ADD_RANGEFLAGAccount Hierarchy Attribute: Add Empty Account Ranges IDCN_ALGADD_RANGEFLAGCHAR1XFELD
CHANGED_ONAccount Level Hierarchy: Changed On IDCN_ALGCHANGED_ONDATS8DATS
CHANGED_BYAccount Level Hierarchy: Changed By IDCN_ALGCHANGED_BYCHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table IDCN_ALGACCHIER using ABAP code

The following ABAP code Example will allow you to do a basic selection on IDCN_ALGACCHIER to SELECT all data from the table
DATA: WA_IDCN_ALGACCHIER TYPE IDCN_ALGACCHIER.

SELECT SINGLE *
FROM IDCN_ALGACCHIER
INTO CORRESPONDING FIELDS OF WA_IDCN_ALGACCHIER
WHERE...

How to access SAP table IDCN_ALGACCHIER

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