SKVSTR SAP (Structure for Net Postings) Structure details

Dictionary Type: Structure
Description: Structure for Net Postings




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




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

SKVSTR 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 Net Postings" 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_SKVSTR TYPE SKVSTR.

The SKVSTR table consists of various fields, each holding specific information or linking keys about Structure for Net Postings data available in SAP. These include TXJCD (Tax Jurisdiction), HKONT (General Ledger Account), STKOR (Tax Adjustment Code), SLBSL (Posting Key for Debit Postings).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SKVSTR structure 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
STKORTax Adjustment Code STKORCHAR1CHAR1
SLBSLPosting Key for Debit Postings BSCHSCHAR2Assigned to domainBSCHL
HNBSLPosting Key for Credit Postings BSCHHCHAR2Assigned to domainBSCHL
NETTOAmount in Local Currency DMBTRCURR13(2) WERT7
BRUTTGross Amount in Local Currency DMBRTCURR13(2) WERT7
SKNTOCash discount amount in local currency SKNTOCURR13(2) WERT7
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
NAVHWNon-Deductible Input Tax (in Local Currency) NAVHWCURR13(2) WERT7
NAVFWNon-Deductible Input Tax (in Document Currency) NAVFWCURR13(2) WERT7
ANZPONumber of Line Items ANZPOINT410INT4
SKNT2Cash Discount Amount in Second Local Currency SKNT2CURR13(2) WERT7
SKNT3Cash Discount Amount in Third Local Currency SKNT3CURR13(2) WERT7
NAVH2Non-Deductible Input Tax in Second Local Currency NAVH2CURR13(2) WERT7
NAVH3Non-Deductible Input Tax in Third Local Currency NAVH3CURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table SKVSTR

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