T093 SAP (Real and derived depreciation areas) Table details

Dictionary Type: Table
Description: Real and derived depreciation areas




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




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

T093 is a standard SAP Table which is used to store Real and derived depreciation areas data and is available within R/3 SAP systems depending on the version and release level.

The T093 table consists of various fields, each holding specific information or linking keys about Real and derived depreciation areas data available in SAP. These include AFAPL (Chart of depreciaton for asset valuation), AFABER (Depreciation area real or derived), XSTORE (Indicator: Store real depreciation area), ABVOR1 (+/- Sgn of real dep. area in screen layout rule of der. area).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T093T


SAP T093 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
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
AFABERDepreciation area real or derived AFABERNUMC2AFABE
XSTOREIndicator: Store real depreciation area XSTORECHAR1XFELD
ABVOR1+/- Sgn of real dep. area in screen layout rule of der. area ABVORZCHAR1VORZEI
AFABE1Real depreciation area AFABE_DNUMC2T093AFABEAFB
ANTEI1Proportion of real depreciation area in derived dep.area ANTEILNUMC1NUM01
ABVOR2+/- Sgn of real dep. area in screen layout rule of der. area ABVORZCHAR1VORZEI
AFABE2Real depreciation area AFABE_DNUMC2T093AFABEAFB
ANTEI2Proportion of real depreciation area in derived dep.area ANTEILNUMC1NUM01
ABVOR3+/- Sgn of real dep. area in screen layout rule of der. area ABVORZCHAR1VORZEI
AFABE3Real depreciation area AFABE_DNUMC2T093AFABEAFB
ANTEI3Proportion of real depreciation area in derived dep.area ANTEILNUMC1NUM01
ABVOR4+/- Sgn of real dep. area in screen layout rule of der. area ABVORZCHAR1VORZEI
AFABE4Real depreciation area AFABE_DNUMC2T093AFABEAFB
ANTEI4Proportion of real depreciation area in derived dep.area ANTEILNUMC1NUM01
VZANSW+/- Sign for acquisition value VZANSWCHAR1VORZW
VZREST+/- Sign for net book value VZRESTCHAR1VORZW
BUHBKTPost to G/L account BUHBKTCHAR1BUHBKT
VIEW0Asset view VIEWXNUMC1VIEWX
VIEW1Asset view VIEWXNUMC1VIEWX
VIEW2Asset view VIEWXNUMC1VIEWX
VIEW3Asset view VIEWXNUMC1VIEWX
VIEW4Asset view VIEWXNUMC1VIEWX
VIEW5Asset view VIEWXNUMC1VIEWX
VIEW6Asset view VIEWXNUMC1VIEWX
VZINVZ+/- Sign for investment grants VZINVZCHAR1VORZW
VZAWMA+/- Sign for transfer of reserves(acquis.val.reducing dep.) VZAWMACHAR1VORZW
VZNAFA+/- Sign for ordinary depreciation VZNAFACHAR1VORZW
VZSAFA+/- Sign for special depreciation VZSAFACHAR1VORZW
VZAAFA+/- Sign for unplanned depreciation VZAAFACHAR1VORZW
VZINDW+/- Sign for revaluation VZINDWCHAR1VORZW
VZZINS+/- Sign for interest VZZINSCHAR1VORZW
VZINDA+/- Sign for revaluation of ordinary depreciation VZINDACHAR1VORZW
AFABEOIndicator: Depreciation areas are OK AFABEOCHAR1XFELD
XBEREPAsset Accounting: Depreciation area for reporting purposes XBEREPCHAR1XFELD
CORRBEDepreciation area used for modification AFABE_CORRNUMC2T093AFABE
GAFABERCross-system depreciation area GLOBAFABERCHAR2T093GALPHAGLOAFABER
LDGRP_GLTarget Ledger Group FAGL_TARGET_LDGRPCHAR4FAGL_TLDGRPFAGL_LDGRPGLDGRP_FLEX
XAFABERTreat Derived Depreciation Area As Real Area X_AFABERCHAR1XFELD
ABWBERAlternative Depreciation Area for Account Determination ABW_AFABERNUMC2T093AFABE
AREA_USAGE_INDPurpose of Depreciation Area AREA_USAGE_INDCHAR1AREA_USAGE_IND

Key field Non-key field



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

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

SELECT SINGLE *
FROM T093
INTO CORRESPONDING FIELDS OF WA_T093
WHERE...

How to access SAP table T093

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