T093C SAP (Company codes in Asset Accounting) Table details

Dictionary Type: Table
Description: Company codes in Asset Accounting




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




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

T093C is a standard SAP Table which is used to store Company codes in Asset Accounting data and is available within R/3 SAP systems depending on the version and release level.

The T093C table consists of various fields, each holding specific information or linking keys about Company codes in Asset Accounting data available in SAP. These include BUKRS (Company Code), BUKRSN (Company code for number assignment), PERIV (Fiscal Year Variant), MONMIT (First day of the second half of the month).. 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 T093C 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
BUKRSNCompany code for number assignment BUKRSNCHAR4T093NBUKRSN
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
MONMITFirst day of the second half of the month MONMITNUMC2AMDAY
XRUMPFIndicator: Shortened fiscal year XRUMPFCHAR1XFELD
DATUMValue date for legacy asset data transferred DATE_T093CDATS8DATUM
AFAPLChart of depreciaton for asset valuation AFAPLCHAR4T096AFAPLAFPH_AFAPL
VRMAFBDepreciation area for net worth tax valuation VRMAFBNUMC2T093AFABE
BKRAKTCost center check across company codes BKRAKTCHAR1XFELD
XREBUWInd: Enter net book value during legacy data transfer XREBUWCHAR1XFELD
XANUEBStaus of asset data transfer in the company code XANUEBNUMC1XANUEB
LGJAHRLast fiscal year opened by the fiscal year change LGJAHRNUMC4GJAHRGJAHR
AFBLRTDocument type for depreciation posting AFBLRTCHAR2T003BLART
XVRSKURecalculate cumulative insurance base value XVRSKUCHAR1XFELD
MWSKZVAInput tax code - Assets without input tax MWSKZVACHAR2T007AMWSKZ
MWSKZAAOutput tax code - asset is exempt from tax (unused) MWSKZAACHAR2T007AMWSKZ
KZRBWBIndicator post net book value for retirement KZRBWBCHAR1XFELD
APROFSettlement profile for assets under construction AM_APROFCHAR6TKB1AALPHAAPROF
TTECHMin. retention period of assets and asset values TTECHINT13INT1
TKUNDRetention period of asset and asset values (cust. specific) TKUNDINT13INT1
XANLEIndicator: Original line item for proof of origin IM_XANLECHAR1XFELD
VARBZDVariant for determining asset value date VARBZDATCHAR14TABVAVARBZDAT
J_1AAOFFCLOfficial document class for Asset Movements J_1AAOFFCLCHAR1Assigned to domainJ_1ADOCCLS
XZORGIndicator: Time-independent management of organiz. units XZORGCHAR1XFELD
APERBLRTDocument Type for Periodic Posting of APC Values APERBLRTCHAR2T003BLART
XNOSKONTOSubsequent Capitalization of Discount Not Allowed XNOSKONTOCHAR1XFELD
XDFYVAllow Different Fiscal Year Variants XDFYVCHAR1XFELD
REVDMETHMethod for Revenue Distribution at Asset Retirement REVDMETHCHAR1REVDMETH

Key field Non-key field



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

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

SELECT SINGLE *
FROM T093C
INTO CORRESPONDING FIELDS OF WA_T093C
WHERE...

How to access SAP table T093C

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