DTFIAA_11 SAP (Data Transfer: Asset Transactions into BW (new)) Structure details

Dictionary Type: Structure
Description: Data Transfer: Asset Transactions into BW (new)




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




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

DTFIAA_11 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 "Data Transfer: Asset Transactions into BW (new)" 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_DTFIAA_11 TYPE DTFIAA_11.

The DTFIAA_11 table consists of various fields, each holding specific information or linking keys about Data Transfer: Asset Transactions into BW (new) data available in SAP. These include ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber), GJAHR (Fiscal Year), FISCPER (Fiscal year / period).. 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 DTFIAA_11 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
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
LNRANSequence number of asset line items in fiscal year LNRANNUMC5Assigned to domainLNRAN
AFABERDepreciation area real or derived AFABERNUMC2Assigned to domainAFABE
BWASLAsset Transaction Type BWASLCHAR3Assigned to domainBWASLBWA
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
BW_ANSBW_TAcquisition Value for Transactions BW_ANSBW_TCURR13(2) ANLKWERT
BW_INVBW_TInvestment Support on Transaction BW_INVBW_TCURR13(2) ANLKWERT
BW_NAFAB_TOrdinary depreciation on transactions NAFABCURR13(2) ANLKWERT
BW_SAFAB_TSpecial depreciation on transactions SAFABCURR13(2) ANLKWERT
BW_AAFAB_TUnplanned Depreciation on Transaction BW_AAFAB_TCURR13(2) ANLKWERT
BW_MAFAB_TTransfer of Reserves from Transaction BW_MAFAB_TCURR13(2) ANLKWERT
BW_ZINSB_TInterest on transaction DZINSBCURR13(2) ANLKWERT
BW_AUFBW_TAppreciation on transaction BW_AUFBW_TCURR13(2) ANLKWERT
BW_AUFNP_TRevaluation of Ordinary Depreciation on Transaction BW_AUFNP_TCURR13(2) ANLKWERT
BW_NAFAW_TTransaction: Acc.Dep. and Write-Up on Ordinary Depreciation BW_NAFAW_TCURR13(2) ANLKWERT
BW_SAFAW_TTransaction: Accum.Dep.and Write-Up on Special Depreciation BW_SAFAW_TCURR13(2) ANLKWERT
BW_AAFAW_TTransaction: Acc.Dep. & Write-Up on Unplanned Depreciation BW_AAFAW_TCURR13(2) ANLKWERT
BW_MAFAW_TTransaction: Acc.Dep.and Write-Up on Transfer of Reserves BW_MAFAW_TCURR13(2) ANLKWERT
BW_AUWWW_TAccumulated Depreciation on Revaluation of APC BW_AUWWW_TCURR13(2) ANLKWERT
BW_AUFNW_TAccum.Depreciation on Revaluation of Ordinary Depreciation BW_AUFNW_TCURR13(2) ANLKWERT
BW_INVZW_TAccumulated Depreciation on Investment Support BW_INVZW_TCURR13(2) ANLKWERT
ERLBTRevenue from asset sale ERLBTCURR13(2) ANLKWERT
VERKOCosts from asset retirement VERKO_DCURR13(2) ANLKWERT
MINERLLoss from asset retirement MINERLCURR13(2) ANLKWERT
MEHERLGain from asset retirement MEHERLCURR13(2) ANLKWERT

Key field Non-key field



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

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

How to access SAP table DTFIAA_11

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