SAP BUFFER_VIAK25 Structure for Table Buffer for DB Table VIAK25 Table data and field list

BUFFER_VIAK25 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 "Structure for Table Buffer for DB Table VIAK25" 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_BUFFER_VIAK25 TYPE BUFFER_VIAK25.

The BUFFER_VIAK25 table consists of various fields, each holding specific information or linking keys about Structure for Table Buffer for DB Table VIAK25 data available in SAP. These include MANDT (Client), BUKRS (Company Code), SWENR (Valid business entity), SNKSL (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. .

BUFFER_VIAK25 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BUFFER_VIAK25 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BUFFER_VIAK25 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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
NOT_FOUNDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BUFFER_VIAK25

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