T093B SAP (Company code-related depreciation area specifications) Table details

Dictionary Type: Table
Description: Company code-related depreciation area specifications




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




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

T093B is a standard SAP Table which is used to store Company code-related depreciation area specifications data and is available within R/3 SAP systems depending on the version and release level.

The T093B table consists of various fields, each holding specific information or linking keys about Company code-related depreciation area specifications data available in SAP. These include BUKRS (Company Code), AFABE (Real depreciation area), WAERS (Currency Key), RUNDEN (Number of places for rounding in depreciation calculation).. 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 or numeric)


SAP T093B 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AFABEReal depreciation area AFABE_DNUMC2T093AFABEAFB
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RUNDENNumber of places for rounding in depreciation calculation RUNDENNUMC1NUM01
ERWERTMemo value ERWERTCURR13(2) WERT13
GWGWRTMaximum low-value asset amount GWGWRTCURR13(2) WERT13
UMRWRTNet book value for changeover of depreciation method UMRWRTCURR13(2) WERT13
GWGBSTMaximum LVA amount for purchase order GWGBSTCURR13(2) WERT13
FILLERInapplicable XPERHMCHAR1XFELD
RNDAHKNumber of places for rounding indexed replacement value RNDAHKNUMC1NUM01
ABGJAClosed fiscal year for depreciation calculation ABGJANUMC4GJAHRGJAHR
AFRHYDepreciation posting cycle AFRHYNUMC3PERAF
XANZUMIndicator transfer down payments from previous years XANZUMCHAR1XFELD
VERSN_011Financial Statement Version VERSN_011CHAR4T011VERSN_011BIL
X445RWeight depreciation distribution X445RCHAR1XFELD
XAKPLIndicator for managing group assets T093B_AKPLCHAR1XFELD
BASRNDWhich value is rounded? BASRNDCHAR1BASRND
METRNDRounding method METRNDCHAR1METRND
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
TOLERANZTolerance amount in deprec. calculation FIAA_TOLECURR13(2) ANLKWERT
KZRBWB_AFABEArea Posts Net Book Value for Retirement KZRBWB_AFABECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T093B
INTO CORRESPONDING FIELDS OF WA_T093B
WHERE...

How to access SAP table T093B

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