VIAK08 SAP (DME Settlement Units Master Data) Table details

Dictionary Type: Table
Description: DME Settlement Units Master Data




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




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

VIAK08 is a standard SAP Table which is used to store DME Settlement Units Master Data data and is available within R/3 SAP systems depending on the version and release level.

The VIAK08 table consists of various fields, each holding specific information or linking keys about DME Settlement Units Master Data data available in SAP. These include SHEIZZ (Heating system), BUKRS (Company Code), SWENR (Site Number), SKABRF (Settlement company indicator).. 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 VIAK08 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
SHEIZZHeating system SHEIZZCHAR13SHEIZZHEZ
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SWENRSite Number SWENRCHAR8VIOB01SWENRSWENRWEHMCWE
SKABRFSettlement company indicator SKABRFCHAR3TIV50SKABRF
ABRORDNRAccountancy firm classification key ABRORDNRCHAR9TEXT9
VERRKZSettlement by settlement company VERRKZCHAR1VERRKZ
EQUINREquipment number of a heating system (comp. maintenance) EQUINRCHAR10TEXT10
KBRARTFuel type in RE KBRARTNUMC2TIV54KBRART
BRMENGEFuel amount BRMENGEQUAN13(3) MENG13
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
DIMIDDimension key DIMIDCHAR6T006DDIMID
JLOESCHReal Estate Deletion Indicator/Flag JLOESCHCHAR1JLOESCH
XBEZMNormal name (30 characters) XMBEZCHAR30XMBEZ
XBEZKShort Name XKBEZCHAR15XKBEZ
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
SEMPSLSettlement Unit SEMPSLCHAR5VIAK03ALPHASEMPSLEMPMCEM
SNKSLService Charge Key SNKSLCHAR4TIV05ALPHASNKSLNKLREFXCLSNKSL
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
JHZUNTHeating system subsystems available VVJHZUNTCHAR1JANE
PGKHZPercentage of heating basic costs VVPGKHZDEC5(2) DEC3_2
PGKWWPercentage of hot water basic costs VVPGKWWDEC5(2) DEC3_2
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
SAKNRCost account for incidental expense account settlement VVKOSTKTOCHAR10Assigned to domainALPHAKSTAR
BERGRPAuthorization group VVBERGRPCHAR40VVBERGRP
JHKINTERNSU indicator for heating system are settled internally VVJHKINTERNCHAR1XFELD
.INCLU--AP 0
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
USEONLYFORSingle-Character Indicator CHAR1CHAR1CHAR1
ENDOFHSField of type DATS DATSDATS8DATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAK08
INTO CORRESPONDING FIELDS OF WA_VIAK08
WHERE...

How to access SAP table VIAK08

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