VIAKHO13 SAP () Table details

Dictionary Type: Table
Description:




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




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

VIAKHO13 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 VIAKHO13 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUKRS (Company Code), AESWENR (Site Number), AESNKSL (Service Charge Key), AESEMPSL (Settlement 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 VIAKHO13 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AESWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
AESNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
AESEMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
DVONPERPeriod start date DVONPERDATS8DATUM
DBISPERDate of settlement period end DBISPERDATS8DATUM
NPERSONDSpecial period to post follow-up costs VVNPERSONDNUMC2NUMC2
HOVERSN REHOVERSNCHAR3Assigned to domainREHOVERSNREHOVERSN
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SMIVEReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
SNKSService Charge Collector Number SNKSCHAR22Assigned to domainJ_OBJNR
MVSNKSRU reference object number for flat rate payment(settlement) MVSNKSCHAR22Assigned to domainJ_OBJNR
DTDABValid-from date for RU/RA participation in settlement DTDABDATS8DDAT
DTDBISValid-to date for RU/RA participation in settlement DTDBISDATS8DDAT
ATAGENumber of days VVATAGENUMC6INT6
BUMLGRApportionment factor for settlement VVBUMLGRQUAN15(4) VVBUMLGR
PMIETERTenant share per service charge key, in percent PMIETERDEC5(2) PANTEIL
BEZGRReference Factor BEZGRDEC17(4) BEZGR
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
ABREARTSettlement type for service charges after settlement perfor. VVABREARTCHAR1VVABREART
JVZEIGIndicator whether costs for advance pmnt to be paid by owner JVZEIGCHAR1JANE
JMWSTValue added tax indicator JMWSTCHAR1JANE
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BNETTONet amount BNETTOCURR13(2) WRTV7
BSTEUERTax amount BSTEUERCURR13(2) WRTV7
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
DABRECHSettlement date DABRECHDATS8DDAT
JVSTOPTInput tax opting (indicator) VVJVSTOPTCHAR1JANE
SNKSRMSService charge collector for object with tenant SC settlemnt VVSNKSRMSCHAR22Assigned to domainJ_OBJNR
SMIVERMSReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
ABWKUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SABRGApportionment unit SABRGNUMC4Assigned to domainSABRGARG
HEIZPROZHeating value percentage rate VVHEIZPROZDEC10(2) DEC8_2
SBELEGNGRU occupancy by LO (used by third-prty/private/corp.grp) VVSBELEGNGCHAR1VVSBELEGNG
BELEGNGRMSRU occupancy by LO (used by third-prty/private/corp.grp) VVSBELEGNGCHAR1VVSBELEGNG
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
XEINHEITUnits of measure for apportionments units-RU XEINHEITUNIT3VVMSEHI
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
UEBERAEPredistribution settlement unit indicator VVJUEBERAECHAR1JANE
JNOTAXCORRNo input tax adjustment in the service charge settlement REJNOTAXCORRCHAR1CHAR1
JDIRECTCosts Directly Assigned to Lease-Out REJDIRECTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAKHO13
INTO CORRESPONDING FIELDS OF WA_VIAKHO13
WHERE...

How to access SAP table VIAKHO13

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