IDIN_ASSETTRNS SAP (Asset Transaction Table for India (Block Level)) Table details

Dictionary Type: Table
Description: Asset Transaction Table for India (Block Level)




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




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

IDIN_ASSETTRNS is a standard SAP Table which is used to store Asset Transaction Table for India (Block Level) data and is available within R/3 SAP systems depending on the version and release level.

The IDIN_ASSETTRNS table consists of various fields, each holding specific information or linking keys about Asset Transaction Table for India (Block Level) data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), PERIOD (Fiscal Period), BLKKEY (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDIN_ASSETTRNS 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODFiscal Period MONATNUMC2MONAT
BLKKEYBlock Key IDIN_BLKKEYCHAR5IDIN_ASSETBLKIDIN_BLKKEYBLK
GLO_IN_ADDNL_BLKAdditional Depreciation Block Key GLO_IN_ADNL_BLK_KEYCHAR5GLO_IN_ADNL_BLK_KEY
REC_STATUSRecord status of Asset Block IDIN_REC_STATUSNUMC1IDIN_REC_STATUS
ACQLT180Acquisition Less than or Equal to 180 Days IDIN_ACQLT180CURR17(2) IDIN_AMOUNT
ACQGT180Acquisition Greater Than 180 Days IDIN_ACQGT180CURR17(2) IDIN_AMOUNT
RTRMNTRetirement IDIN_RTRMNTCURR17(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
TRNSFROUTTransfer Out IDIN_TRNSFROUTCURR17(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
WRITEUPWrite up IDIN_WRITEUPCURR17(2) IDIN_AMOUNT
CMEMOCredit Memo IDIN_CMEMOCURR17(2) IDIN_AMOUNT
INVST_SUPRTInvestment Support IDIN_INVST_SUPRTCURR17(2) IDIN_AMOUNT
CEASE_STATUSGeneral Flag FLAGCHAR1FLAG
LASTUPDTDay of Entry Record IDIN_LASTUPDATEDATS8DATUM
LASTUPTMTime of Entry IDIN_LASTUPTIMETIMS6UZEIT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDIN_ASSETTRNS
INTO CORRESPONDING FIELDS OF WA_IDIN_ASSETTRNS
WHERE...

How to access SAP table IDIN_ASSETTRNS

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