VIAK25 SAP (Cost collector for SU (per settlement period)) Table details

Dictionary Type: Table
Description: Cost collector for SU (per settlement period)




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




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

VIAK25 is a standard SAP Table which is used to store Cost collector for SU (per settlement period) data and is available within R/3 SAP systems depending on the version and release level.

The VIAK25 table consists of various fields, each holding specific information or linking keys about Cost collector for SU (per settlement period) data available in SAP. These include BUKRS (Company Code), SWENR (Valid business entity), SNKSL (Service Charge Key), SEMPSL (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: Can be enhanced (character-type or numeric)


SAP VIAK25 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SWENRValid business entity VVSWENRNKACHAR8VIOB01SWENRSWENRWEH
SNKSLService Charge Key SNKSLCHAR4TIV05ALPHASNKSLNKLREFXCLSNKSL
SEMPSLSettlement Unit SEMPSLCHAR5VIAK03ALPHASEMPSLEMPMCEM
DPERBEGStart of settlement period VVDPERBEGDATS8DATUM
NPERSONDSpecial period to post follow-up costs VVNPERSONDNUMC2NUMC2
DPERENDEnd of settlement period VVDPERENDDATS8DATUM
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
ABRVARSettlement variant ABRVARCHAR4TIA01ABRVAR
DABRECHNDate settled on VVDABRECHNDATS8DATUM
DPEROEFFDate on which cost collector was opened (generated) VVDPEROEFFDATS8DATUM
DPERSCHLCost collector closed for further postings since VVDPERSCHLDATS8DATUM
NAJAHRSettlement year NAJAHRNUMC4GJAHRGJAHR
BEINHNETNet unit price BEINHNETDEC15(9) BEINH
BEINHBRTGross unit price BEINHBRTDEC15(9) BEINH
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
PAUSFWService charge stt. apport.loss risk percentage surcharge VVPAUSFWDEC5(2) DEC3_2
PVWHONPercentage surcharge service charge settlement VVPVWHONDEC5(2) DEC3_2
.INCLU--AP 0
HOARECH REHOABRECHDATS8DATS
HOVVABBLN REHOVVABBLNCHAR16XBLNR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAK25
INTO CORRESPONDING FIELDS OF WA_VIAK25
WHERE...

How to access SAP table VIAK25

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