SNIWEL SAP (Transfer Structure for Lowest Value Determination) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Lowest Value Determination




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




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

SNIWEL 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 "Transfer Structure for Lowest Value Determination" 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_SNIWEL TYPE SNIWEL.

The SNIWEL table consists of various fields, each holding specific information or linking keys about Transfer Structure for Lowest Value Determination data available in SAP. These include 1BPRS (Level 1 valuation price based on tax law), 1BPS1 (Level 2 valuation price based on tax law), 1VJBS (Level 3 tax valuation price), 1BPRH (Level 1 valuation price based on commercial law).. 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 SNIWEL 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
UPDATUpdate Results MY_UPDTCHAR1XFELD
1BPRSLevel 1 valuation price based on tax law F_BWPRSCHAR1XFELD
1BPS1Level 2 valuation price based on tax law F_BWPS1CHAR1XFELD
1VJBSLevel 3 tax valuation price MY_NVJBSCHAR1XFELD
1BPRHLevel 1 valuation price based on commercial law F_BWPRHCHAR1XFELD
1BPH1Level 2 valuation price based on commercial law F_BWPH1CHAR1XFELD
1VJBHLevel 3 commercial valuation price MY_NVJBHCHAR1XFELD
2BPRSLevel 1 valuation price based on tax law F_BWPRSCHAR1XFELD
2BPS1Level 2 valuation price based on tax law F_BWPS1CHAR1XFELD
2VJBSLevel 3 tax valuation price MY_NVJBSCHAR1XFELD
2BPRHLevel 1 valuation price based on commercial law F_BWPRHCHAR1XFELD
2BPH1Level 2 valuation price based on commercial law F_BWPH1CHAR1XFELD
2VJBHLevel 3 commercial valuation price MY_NVJBHCHAR1XFELD
3BPRSLevel 1 valuation price based on tax law F_BWPRSCHAR1XFELD
3BPS1Level 2 valuation price based on tax law F_BWPS1CHAR1XFELD
3VJBSLevel 3 tax valuation price MY_NVJBSCHAR1XFELD
3BPRHLevel 1 valuation price based on commercial law F_BWPRHCHAR1XFELD
3BPH1Level 2 valuation price based on commercial law F_BWPH1CHAR1XFELD
3VJBHLevel 3 commercial valuation price MY_NVJBHCHAR1XFELD
1MTPRBase price: current material price MY_BMATPCHAR1XFELD
2MTPRBase price: current material price MY_BMATPCHAR1XFELD
3MTPRBase price: current material price MY_BMATPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SNIWEL

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