IDIN_ALV_TREE SAP (ALV tree structure for FI-AA India Localization) Structure details

Dictionary Type: Structure
Description: ALV tree structure for FI-AA India Localization




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




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

IDIN_ALV_TREE 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 "ALV tree structure for FI-AA India Localization" 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_IDIN_ALV_TREE TYPE IDIN_ALV_TREE.

The IDIN_ALV_TREE table consists of various fields, each holding specific information or linking keys about ALV tree structure for FI-AA India Localization data available in SAP. These include GJAHR (Fiscal Year), BLKKEY (Block Key), BLKDESC (Block Description), GLO_IN_ADDNL_BLK (Additional Depreciation Block 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 IDIN_ALV_TREE 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLKKEYBlock Key IDIN_BLKKEYCHAR5IDIN_BLKKEYBLK
BLKDESCBlock Description IDIN_BLKDESCCHAR255TEXT255
GLO_IN_ADDNL_BLKAdditional Depreciation Block Key GLO_IN_ADNL_BLK_KEYCHAR5GLO_IN_ADNL_BLK_KEY
ADDNLBLKDESCBlock Description IDIN_BLKDESCCHAR255TEXT255
GLO_IN_AST_USEPut to use date GLO_IN_AST_PUT_USEDATS8GLO_IN_AST_PUT_USE
PERIODFiscal Period MONATNUMC2MONAT
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
TXT50Asset description TXA50_ANLTCHAR50TEXT50
ASSTDTLSTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
ADJDTLSTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WDV_OPENOpening WDV IDIN_WDVOPENCURR17(2) IDIN_AMOUNT
ADJ_WDVAdjustment to Opening WDV IDIN_ADJUST_WDVCURR17(2) IDIN_AMOUNT
ADJ_TRN_GTAdjustment to Transaction Greater than 180 days IDIN_ADJUST_TRN_GTCURR17(2) IDIN_AMOUNT
ADJ_TRN_LTAdjustment to Transaction Less than or Equal to 180 days IDIN_ADJUST_TRN_LTCURR17(2) IDIN_AMOUNT
WDV_CLOSEClosing WDV IDIN_WDVCLOSECURR17(2) IDIN_AMOUNT
DEP_AMTDepreciation Amount IDIN_DEPAMTCURR17(2) IDIN_AMOUNT
DEP_AMT_PROJDepreciation Amount IDIN_DEPAMTCURR17(2) IDIN_AMOUNT
RATEDepreciation allowance Percentage IDIN_DEPALWDEC7(4) AFPROZ
ACQLT180Acquisition Less than or Equal to 180 Days IDIN_ACQLT180CURR17(2) IDIN_AMOUNT
ACQGT180Acquisition Greater Than 180 Days IDIN_ACQGT180CURR17(2) IDIN_AMOUNT
ACQLT180_OLDOld Acquisition Less than or Equal to 180 Days IDIN_ACQLT180_OLDCURR17(2) IDIN_AMOUNT
ACQGT180_OLDOld Acquisition Greater Than 180 Days IDIN_ACQGT180_OLDCURR17(2) IDIN_AMOUNT
RTRMNTRetirement IDIN_RTRMNTCURR17(2) IDIN_AMOUNT
RTRMNT_OLDOld Retirement IDIN_RTRMNT_OLDCURR17(2) IDIN_AMOUNT
TRNSFRIN_LT180Transfer In Less than or Equal 180 Days IDIN_TRNSFRIN_LT180CURR17(2) IDIN_AMOUNT
TRNSFRIN_GT180Transfer In - Greater than 180 days IDIN_TRNSFRIN_GT180CURR17(2) IDIN_AMOUNT
TRNSFRIN_LT180_OLDOld Transfer In - Less thanor Equal to 180 days IDIN_TRNSFRIN_LT180_OLDCURR17(2) IDIN_AMOUNT
TRNSFRIN_GT180_OLDOld Transfer In - Greater than 180 days IDIN_TRNSFRIN_GT180_OLDCURR17(2) IDIN_AMOUNT
TRNSFROUTTransfer Out IDIN_TRNSFROUTCURR17(2) IDIN_AMOUNT
TRNSFROUT_OLDOld Transfer Out IDIN_TRNSFROUT_OLDCURR17(2) IDIN_AMOUNT
CGAINCapital Gain IDIN_CGAINCURR17(2) IDIN_AMOUNT
CLOSSCapital Loss IDIN_CLOSSCURR17(2) IDIN_AMOUNT
POST_CAPPost Capitalization IDIN_POST_CAPCURR17(2) IDIN_AMOUNT
POST_CAP_OLDOld Post Capitalization IDIN_POST_CAP_OLDCURR17(2) IDIN_AMOUNT
CMEMOCredit Memo IDIN_CMEMOCURR17(2) IDIN_AMOUNT
CMEMO_OLDOld Credit Memo IDIN_CMEMO_OLDCURR17(2) IDIN_AMOUNT
INVST_SUPRTInvestment Support IDIN_INVST_SUPRTCURR17(2) IDIN_AMOUNT
INVST_SUPRT_OLDOld Investment Support IDIN_INVST_SUPRT_OLDCURR17(2) IDIN_AMOUNT
TRNSFRIN_BLKTransfer In Same Block IDIN_TRNSFRIN_BLKCURR17(2) IDIN_AMOUNT
TRNSFROUT_BLKTransfer Out in Same Block IDIN_TRNSFROUT_BLKCURR17(2) IDIN_AMOUNT

Key field Non-key field



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

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

How to access SAP table IDIN_ALV_TREE

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