VIAKHO20 SAP () Table details

Dictionary Type: Table
Description:




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




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

VIAKHO20 is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The VIAKHO20 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUKRS (Company Code), SMIVE (), SWENR (Site Number), SMENR (Number of Rental Unit).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VIAKHO20 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAKHO20
INTO CORRESPONDING FIELDS OF WA_VIAKHO20
WHERE...

How to access SAP table VIAKHO20

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