REHO_VIAKHO20_C SAP () Structure details

Dictionary Type: Structure
Description:




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




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

REHO_VIAKHO20_C 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 "" 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_REHO_VIAKHO20_C TYPE REHO_VIAKHO20_C.

The REHO_VIAKHO20_C table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MAND (Client), BUKRS (Company Code), SMIVE (), SWENR (Site Number).. 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: Not classified


SAP REHO_VIAKHO20_C 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
MANDClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SMIVE REHOCNNRCHAR13ALPHARECNNR
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DVONPERPeriod start date DVONPERDATS8DATUM
NPERSONDSpecial period to post follow-up costs VVNPERSONDNUMC2NUMC2
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
HOVERSN REHOVERSNCHAR3Assigned to domainREHOVERSNREHOVERSN
DBISPERDate of settlement period end DBISPERDATS8DATUM
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
VVBKOPTGAverage costs per day for a condition type VVBKOPTGCURR13(2) WRTV7
BNETTONet amount BNETTOCURR13(2) WRTV7
BSTEUERTax amount BSTEUERCURR13(2) WRTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BGUFOCredit memo/receivable amount BGUFOCURR13(2) WRTV7
BMWSTValue-added tax amount included BMWSTCURR13(2) WRTV7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DVZNEUValid-as-from date for new advance payment DVZNEUDATS8DDAT
BVZNEUNew advance payment amount BVZNEUCURR13(2) WRTV7
BKONDALTPrevious condition amount BKONDALTCURR13(2) WRTV7
VVSKVZAReason why advance payment adjustment not carried out VVSKVZACHAR1VVSKVZA
DABRECHSettlement date DABRECHDATS8DDAT
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
DMBTRAmount of advance payments made for SCS VVGELVZCURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
BNAVSTAmount of non-deductible input tax share VVBNAVSTCURR13(2) WRTV7
BSTBASBase amount for tax calculation in incid.expenses sttlmnt VVBSTBASCURR13(2) WRTV7
BSTBTROutput tax for customer posting in service charge settlement VVBSTBTRCURR13(2) WRTV7
PERHVZPercentage of additional advance payment increase VVPERHVZDEC4(2) DEC2_2V
BSTKORRTax adjustment for tenant service charge settlement VVBSTKORRCURR13(2) WERTV7
ABREARTSettlement type for service charges after settlement perfor. VVABREARTCHAR1VVABREART
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MAXCOSTMaximum costs value for service charge settlement VVMAXCOSTCURR13(2) WERT7
REBKOPTGAverage costs per day for a condition type REBKOPTGDEC13(6)
BNETTO_REALNet amount, original amount REBNETTO_REALCURR13(2) WRTV7
BSTBAS_REALBasic amount for tax calculation for SCS, orig. value REBSTBAS_REALCURR13(2) WRTV7
BSTBTR_REALOutput tax for customer posting for SCS, original value REBSTBTR_REALCURR13(2) WRTV7
XKOARTLName of condition type XKOARTLCHAR30XMBEZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBEWARTName of flow type XBEWARTCHAR30TEXT30
BGELVZNETAmount of net SC advance payments made VVGELVZNETCURR13(2) WERT7
BBRTBKWGross amount in company code currency BBRTBKWCURR13(2) WRTV7
NKKOSTANTShare of costs for service charges NKKOSTANTCURR13(2) WERT7
NK_GUTHBNCredit for incidental costs NK_GUTHBNCHAR1XFELD
NKFOGUDiffer.in amnt btwn adv.pmnt + incid. costs share of costs NKFOGUCURR13(2) WERT7
PSATZTax rate MSATZ_F05LDEC7(3) PRZ43V
MZSTIndicator: Tenant assessed for tax VVMZSTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table REHO_VIAKHO20_C

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