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




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

SNIWE9 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_SNIWE9 TYPE SNIWE9.

The SNIWE9 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 XCAB1 (No Revaluation Between Stock Value and Level 1), TITLE2 (Description of Level 2), XCAB2 (No Revaluation Between Levels 1 and 2), TITLE3 (Description of Level 3).. 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 SNIWE9 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
TITLE1Description of Level 1 NW_TITLE1CHAR18NW_TITLE
XCAB1No Revaluation Between Stock Value and Level 1 MY_XCABW1CHAR1XFELD
TITLE2Description of Level 2 NW_TITLE2CHAR18NW_TITLE
XCAB2No Revaluation Between Levels 1 and 2 MY_XCABW2CHAR1XFELD
TITLE3Description of Level 3 NW_TITLE3CHAR18NW_TITLE
XCAB3No Revaluation Between Levels 2 and 3 MY_XCABW3CHAR1XFELD
TITLE4Description of Level 4 NW_TITLE4CHAR18NW_TITLE
XCAB4NO Revaluation Between Levels 3 and 4 MY_XCABW4CHAR1XFELD
TITLE5Description of Level 5 NW_TITLE5CHAR18NW_TITLE
XCAB5No Revaluation Between Levels 4 and 5 MY_XCABW5CHAR1XFELD
TITLE6Description of Level 6 NW_TITLE6CHAR18NW_TITLE
XCAB6No Revaluation Between Levels 5 and 6 MY_XCABW6CHAR1XFELD
CBPRSBase price: tax valuation price 1 MY_BBPRSCHAR1XFELD
NULLPRS1Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFES1Level for Tax Price 1 MY_STUFE1NUMC1NUM1
CBPS1Base price: tax valuation price 2 MY_BBPS1CHAR1XFELD
NULLPRS2Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFES2Level for Tax Price 2 MY_STUFE2NUMC1NUM1
CVJBSBase price: tax valuation price 3 MY_BVJBSCHAR1XFELD
NULLPRS3Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFES3Level for Tax Price 3 MY_STUFE3NUMC1NUM1
CBPRHBase price: commercial valuation price 1 MY_BBPRHCHAR1XFELD
NULLPRH1Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFEH1Level for Commercial Price 1 MY_STUFE4NUMC1NUM1
CBPH1Base price: commercial valuation price 2 MY_BBPH1CHAR1XFELD
NULLPRH2Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFEH2Level for Commercial Price 2 MY_STUFE5NUMC1NUM1
CVJBHBase price: commercial valuation price 3 MY_BVJBHCHAR1XFELD
NULLPRH3Indicates that zero prices should be taken into account KZ_NULLPRCHAR1XFELD
STUFEH3Level for Commercial Price 3 MY_STUFE6NUMC1NUM1
STEP1Level 1 Active MY_STEP1CHAR1XFELD
STEP2Level 2 Active MY_STEP2CHAR1XFELD
STEP3Level 3 Active MY_STEP3CHAR1XFELD
STEP4Level 4 Active MY_STEP4CHAR1XFELD
STEP5Level 5 Active MY_STEP5CHAR1XFELD
STEP6Level 6 Active MY_STEP6CHAR1XFELD
SBSTP1Replacement Value for Level 1: Level... MY_SBSTP1NUMC1NUM1
SBSTP2Replacement Value for Level 2: Level... MY_SBSTP2NUMC1NUM1
SBSTP3Replacement Value for Level 3: Level... MY_SBSTP3NUMC1NUM1
SBSTP4Replacement Value for Level 4: Level... MY_SBSTP4NUMC1NUM1
SBSTP5Replacement Value for Level 5: Level... MY_SBSTP5NUMC1NUM1
SBSTP6Replacement Value for Level 6: Level... MY_SBSTP6NUMC1NUM1
BBSTP0Balance sheet value can result from the stock value MY_BBSTP0CHAR1XFELD
BBSTP1Balance Sheet Value Can Come from Level 1 MY_BBSTP1CHAR1XFELD
BBSTP2Balance Sheet Value Can Come from Level 2 MY_BBSTP2CHAR1XFELD
BBSTP3Balance Sheet Value Can Come from Level 3 MY_BBSTP3CHAR1XFELD
BBSTP4Balance Sheet Value Can Come from Level 4 MY_BBSTP4CHAR1XFELD
BBSTP5Balance Sheet Value Can Come from Level 5 MY_BBSTP5CHAR1XFELD
BBSTP6Balance Sheet Value Can Come from Level 6 MY_BBSTP6CHAR1XFELD
NONEGIgnore Negative Quantities KZ_NONEGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SNIWE9

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