SNIWE8 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 SNIWE8
Related tables to SNIWE8
Access table SNIWE8




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

SNIWE8 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_SNIWE8 TYPE SNIWE8.

The SNIWE8 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 MY_UPPER (Indicator: check revaluation), SCHWERT (Threshold value for variance), ABSOL (Minimum variance: absolute amount), TITLE (Lowest value determination: free text for column heading).. 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: Can be enhanced (character-type)


SAP SNIWE8 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
MY_LOWERIndicator: check devaluation MY_LOWERCHAR1XFELD
MY_UPPERIndicator: check revaluation MY_UPPERCHAR1XFELD
SCHWERTThreshold value for variance SCHWERTNUMC2NIWE_PROZ
ABSOLMinimum variance: absolute amount MY_ABSOLNUMC9NUMC09
TITLELowest value determination: free text for column heading NW_TITLECHAR18NW_TITLE
MVERSQuantity Comparison Parameter for LIFO/FIFO MVERSCHAR3MYPERKZ
CBPRSBase price: tax valuation price 1 MY_BBPRSCHAR1XFELD
NULLPRS1Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
CBPS1Base price: tax valuation price 2 MY_BBPS1CHAR1XFELD
NULLPRS2Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
CVJBSBase price: tax valuation price 3 MY_BVJBSCHAR1XFELD
NULLPRS3Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
CBPRHBase price: commercial valuation price 1 MY_BBPRHCHAR1XFELD
NULLPRH1Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
CBPH1Base price: commercial valuation price 2 MY_BBPH1CHAR1XFELD
NULLPRH2Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
CVJBHBase price: commercial valuation price 3 MY_BVJBHCHAR1XFELD
NULLPRH3Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SNIWE8

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