VIAK19 SAP (Costs Directly Assigned to Lease-Out) Table details

Dictionary Type: Table
Description: Costs Directly Assigned to Lease-Out




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




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

VIAK19 is a standard SAP Table which is used to store Costs Directly Assigned to Lease-Out data and is available within R/3 SAP systems depending on the version and release level.

The VIAK19 table consists of various fields, each holding specific information or linking keys about Costs Directly Assigned to Lease-Out data available in SAP. These include MANDT (Client), KOKRS (Controlling Area), BELNR (Document Number), BUZEI (Posting row).. 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 VIAK19 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BELNRDocument Number CO_BELNRCHAR10COBKALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
FI_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FI_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
FI_BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FI_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
SEMPSLSettlement Unit SEMPSLCHAR5Assigned to domainALPHASEMPSLEMPMCEM
SNKSService Charge Collector Number SNKSCHAR22Assigned to domainJ_OBJNR
DVONPERPeriod start date DVONPERDATS8DATUM
DBISPERDate of settlement period end DBISPERDATS8DATUM
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DTDABValid-from date for RU/RA participation in settlement DTDABDATS8DDAT
DTDBISValid-to date for RU/RA participation in settlement DTDBISDATS8DDAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAK19
INTO CORRESPONDING FIELDS OF WA_VIAK19
WHERE...

How to access SAP table VIAK19

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