SI_T001 SAP (Company codes) Structure details

Dictionary Type: Structure
Description: Company codes




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




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

SI_T001 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 "Company codes" 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_SI_T001 TYPE SI_T001.

The SI_T001 table consists of various fields, each holding specific information or linking keys about Company codes data available in SAP. These include FDBUK (Cash Management and Forecast Company Code), XFDIS (Indicator: Cash Management activated?), XVALV (Indicator: Propose current date as value date ?), XSKFN (Indicator: Discount base amount is the net value).. 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)


SAP SI_T001 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
BUVARCompany Code Variant (Screen) BUVARCHAR1BUVAR
FDBUKCash Management and Forecast Company Code FDBUKCHAR4T001BUKRS
XFDISIndicator: Cash Management activated? XFDISCHAR1XFELD
XVALVIndicator: Propose current date as value date ? XVALVCHAR1XFELD
XSKFNIndicator: Discount base amount is the net value XSKFNCHAR1XFELD
KKBERCredit control area KKBERCHAR4T014KKBERKKB
XMWSNIndicator: Base amount for tax is net of discount ? XMWSNCHAR1XFELD
MREGLRules for Copying from the Sample Account for G/L Accounts MREGLCHAR4T004RMREGL
XGSBEIndicator: Business area financial statements required? XGSBECHAR1XFELD
XGJRVIndicator: Propose fiscal year ? XGJRVCHAR1XFELD
XKDFTIndicator: Post translations for exchange rate differences ? XKDFTCHAR1XFELD
XPRODIndicator: Productive company code? XPROD_001CHAR1XFELD
XEINKIndicator: Purchase Account Processing is Active XEINKCHAR1XFELD
XJVAAIndicator: JVA Active JV_ACTIVECHAR1XFELD
XVVWAIndicator: Financial Assets Management active XVVWACHAR1XFELD
XSLTAIndicator: No ex.rate difference when clearing in local crcy XSLTACHAR1XFELD
XFDMMIndicator: Updating MM in Cash Mgmt/Forecast activated? XFDMMCHAR1XFELD
XFDSDIndicator: Updating SD in Cash Mgmt/Forecast activated? XFDSDCHAR1XFELD
XEXTBIndicator: Company code is in another system XEXTBCHAR1XFELD
EBUKROriginal Key of the Company Code EBUKR_001CHAR4EBUKR
KTOP2Chart of Accounts According to Country Legislation KTOP2CHAR4T004KTOPL
UMKRSSales/Purchases Tax Group UMKRSCHAR4T007FUMKRSFI_UMKRS_COLL
BUKRS_GLOBName of global company code BUKRS_GLOBCHAR6T001OBUKRS_GLOB
FSTVAField Status Variant FSTVACHAR4T004VFSTVA
OPVARPosting Period Variant OPVARCHAR4T010OOPVAR
XCOVRIndicator: hedge request active XCOVRCHAR1XFELD
TXKRSForeign Currency Translation for Tax Items TXKRSCHAR1TXKRS
WFVARWorkflow variant WFVARCHAR4VBWF01WFVAR
XBBBFG/L account authorization check in inventory management XBBBFCHAR1XFELD
XBBBEG/L account authorization check in PO/scheduling agreement XBBBECHAR1XFELD
XBBBAG/L account authorization check in purchase requisitions XBBBACHAR1XFELD
XBBKOG/L account authorization check in contracts XBBKOCHAR1XFELD
XSTDTIndicator: Document date as the basis for tax determination XSTDT_001CHAR1XFELD
MWSKVInput Tax Code for Non-Taxable Transactions MWSKZ_NSTVCHAR2Assigned to domainMWSKZ
MWSKAOutput Tax Code for Non-Taxable Transactions MWSKZ_NSTACHAR2Assigned to domainMWSKZ
IMPDAForeign Trade: Import Data Control in MM Purchase Orders IMPDATENCHAR1IMPDATEN
XNEGPIndicator: Negative Postings Permitted XNEGP_ACTCHAR1XFELD
XKKBIIndicator: Can credit control area be overwritten? XKKBICHAR1XFELD
WT_NEWWTIndicator: Extended withholding tax active WT_NEWWTCHAR1XFELD
PP_PDATEProcedure for Setting the Posting Date PP_PDATECHAR1PP_PDATE
INFMTInflation Method J_1AINFME_CHAR4J_1AINFMETALPHAJ_1AINFMET
FSTVAREFunds reservation field status var. FSTVARECHAR4TREVFSTVARE
KOPIMForeign trade: Import data copying control for GR KOPIMCHAR1KOPIM
DKWEGForeign Trade: Screen ctrl of imp.data f. MM-goods rececipt DKWEGCHAR1DKWEG
OFFSACCTMethod for offsetting account determination GOFFSACCTNUMC1GPACCT
BAPOVARAdditional settings variant for bus.area financial statemnts BAPOVARCHAR2TGSB_CUSBAPOVAR
XCOSCost of sales accounting status XCOSCHAR1XCOS
XCESSIONAccounts Receivable Pledging Active X_CESSIONCHAR1XFELD
XSPLTEnable Amount Split BSPLTCHAR1XFELD
SURCCMSurcharge Calculation Method J_1ISURCCHAR1J_1ISURC
DTPROVDocument Type for Provisions for Taxes on Services Received J_1IPROVCHAR2T003BLART
DTAMTCDocument Type for Journal Voucher (Amount Correction) J_1IAMTCCHAR2T003BLART
DTTAXCDocument Type for Journal Voucher (Tax Code Correction) J_1ITAXCCHAR2T003BLART
DTTDSPDocument Type for Remittance Challans J_1ITDSTYPCHAR2T003BLART
DTAXRDeferred Tax Rule DTAXRCHAR4T007DTDTAXR
XVATDATETax Reporting Date Active in Documents XVATDATECHAR1XFELD
PST_PER_VARManage Variant of Posting Period for Company Code/Ledger FAGL_POST_PER_VARCHAR1XFELD
XBBSCG/L account authorization check in shopping cart /SRMERP/XBBSCCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SI_T001

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