VIAK13Y SAP (Report writer struct. apport.result list eval. (IE sttlmnt)) Structure details

Dictionary Type: Structure
Description: Report writer struct. apport.result list eval. (IE sttlmnt)




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




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

VIAK13Y 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 "Report writer struct. apport.result list eval. (IE sttlmnt)" 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_VIAK13Y TYPE VIAK13Y.

The VIAK13Y table consists of various fields, each holding specific information or linking keys about Report writer struct. apport.result list eval. (IE sttlmnt) data available in SAP. These include MANDT (Client), BUKRS (Company Code), AESWENR (Site Number), AESNKSL (Service Charge Key).. 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 VIAK13Y 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 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
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SMIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
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
SMIVERMSLease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
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
VVANTMTenant share of incidental expenses (gross) VVANTMCURR13(2) WRTV7
VVANTVLandlord share of incidental expenses (gross) VVANTVCURR13(2) WRTV7
BBRUTTOGross amount BBRUTTOCURR13(2) WRTV7
BEINHNETNet unit price BUNITNETDEC15(4) BAMTUNIT
BEINHBRTGross unit price BUNITGROSSDEC15(4) BAMTUNIT
BGESAMTTotal Amount BGESAMTCURR13(2) WRTV7
JVERBRNUMNumerical indicator for consumption for apportionment units JVERBRNUMDEC1JANEIN
SMIVEBERGLLO no. and additional details for info. system evaluations SMIVEBERGLCHAR24CHAR24
DTDAB_TAGEValid-from date and no. of days for info system analyses DTDAB_TAGECHAR14CHAR14

Key field Non-key field



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

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

How to access SAP table VIAK13Y

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