TXI_VIOB01 SAP (Business entities) Structure details

Dictionary Type: Structure
Description: Business entities




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




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

TXI_VIOB01 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 "Business entities" 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_TXI_VIOB01 TYPE TXI_VIOB01.

The TXI_VIOB01 table consists of various fields, each holding specific information or linking keys about Business entities data available in SAP. These include MANDT (Client), BUKRS (Company Code), SWENR (Site Number), GSBER (Business 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TXI_VIOB01 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
SINSTBEZMaintenance district SINSTBEZNUMC5TIV16SINSTBEZ
SVERKEHRTransport Connections of Business Entity SVERKEHRCHAR1TIV44SVERKEHR
XWETEXTBusiness entity identification XWETEXTCHAR30XMBEZ
SLAGEWEBusiness entity location number SLAGEWENUMC4TIV10SLAGEWE
RKZBESTObject status RKZBESTCHAR1RKZBEST
SOBJLAGEIndicator: District Location of Object RESOBJLAGENUMC2TIV45RESOBJLAGE
SMIETSPRepresentative list of rents assignment SMIETSPCHAR6TIV20SMIETSP
RARTOPTOption rate calculation type RARTOPTNUMC1RARTOPT
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
FEINSArea unit FEINSUNIT3T006CUNITMEINSFEH
REINSUnit for cubic volume REINSUNIT3T006CUNITMEINS
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
NUMKIGRInternal number range for property NUMKIGRNUMC8NUMKIGR
NUMKIGEBuilding internal number range NUMKIGENUMC8NUMKIGE
NUMKIMEInternal number range for rental unit NUMKIMECHAR8Assigned to domainSMENRSMENR
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
SMIETRTenancy law SMIETRCHAR5TIV03SMIETR
VORBKPredefined operating costs settlement variant VORBKCHAR4TIA01ABRVAR
VORHKPredefined heating expenses settlement variant VORHKCHAR4TIA01ABRVAR
DAKTBESTDate active in portfolio DAKTBESTDATS8DATUM
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
VVLENUnit of length VVLENUNIT3T006CUNITMEINS
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
J_OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
RFAKTConversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
ADRNRObject number (virtual object) SOBJNRNUMC10SANO1SOBJNR
SSTDORTRegional location VVSSTDORTCHAR10TIV35VVSSTDORT
PROFLSettlement profile for costs VVAPROFCHAR6TKB1AALPHAAPROF
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
PROFILPlanning profile for Real Estate objects VVPROFILCHAR7TIV98VVPROFIL
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
BERGRPAuthorization group VVBERGRPCHAR40VVBERGRP
XNOTPLNo automatic creation of functional location allowed VVXNOTPLCHAR1XFELD
.INCLU--AP 0
AREABusiness Entity Area HB_AREACHAR20TEXT20
DIVSBusiness Entity Division HB_DIVSCHAR20TEXT20
REGNBusiness Entity Area HB_REGNCHAR20TEXT20
PURCSTPurchasing Cost HB_PURCSTCURR12(2) HBS_PRICE
DVLCSTLand Development Cost HB_DVLCSTCURR12(2) HBS_PRICE
OTHCSTOther Costs HB_OTHCSTCURR12(2) HBS_PRICE
HB_MARKERSingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
HOCONTR REHOCONTRCHAR1XFELD
.INCLU--AP 0
VALIDFROMDate: Object Valid From REBDOBJVALIDFROMDATS8RECADATEBEG
VALIDTODate: Object Valid To REBDOBJVALIDTODATS8REDATRECADATEEND
CREATIONTYPEHow the Object Was Created RECACREATIONTYPECHAR1RECACREATIONTYPE
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
USEREXCLUSIVEUser with Exclusive Change Authorization RECAUSEREXCLUSIVECHAR12Assigned to domainXUBNAMEUSER_COMP

Key field Non-key field



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

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

How to access SAP table TXI_VIOB01

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