VIAKUV SAP (Sales settlement histories) Table details

Dictionary Type: Table
Description: Sales settlement histories




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




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

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

The VIAKUV table consists of various fields, each holding specific information or linking keys about Sales settlement histories data available in SAP. These include INTRENO (Internal Real Estate Master Data Code), SKOART (Condition Type (Smallest Subdivision of Condition Records)), DMELDV (Reporting Interval Start for Sales-Based Lease-Out), DMELDB (End of Reporting Interval for Sales-Based Lease-Out).. 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: Can be enhanced (character-type or numeric)


SAP VIAKUV 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 MANDTCLNT3T000MANDT
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
DMELDVReporting Interval Start for Sales-Based Lease-Out DMELD01VDATS8DDAT
DMELDBEnd of Reporting Interval for Sales-Based Lease-Out DMELD01BDATS8DDAT
BMELDReported sales BMELD01CURR13(2) WRTV7
BUMVRSales settlement amount VVBUMVRCURR13(2) WRTV7
BVZGMCustomer advance payment of basic rent on sales-based lease VVBVZGMCURR13(2) WRTV7
BMWSTSALDOClearing balance tax amount BMWSTSALDOCURR13(2) WRTV7
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5TCURCWAERS
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
MON_PANumber of months VVMONATNUMC2NUM2
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAKUV
INTO CORRESPONDING FIELDS OF WA_VIAKUV
WHERE...

How to access SAP table VIAKUV

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