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




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

SNIWE0 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_SNIWE0 TYPE SNIWE0.

The SNIWE0 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 KZZUG (Determine Receipt Prices for Purchase Orders), ZUVON (Lower Time Limit for Purchase Order Receipts), ZUBIS (Upper Time Limit for Purchase Order Receipts), ZUSST (Sort Strategy for Purchase Order Receipts).. 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 or numeric)


SAP SNIWE0 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
ANZBLMarket Price as Average of Price in First x Documents MY_ANZBLDEC3DEC3
KZZUGDetermine Receipt Prices for Purchase Orders KZ_ZUGANGCHAR1XFELD
ZUVONLower Time Limit for Purchase Order Receipts MY_ZUVONDATS8DATUM
ZUBISUpper Time Limit for Purchase Order Receipts MY_ZUBISDATS8DATUM
ZUSSTSort Strategy for Purchase Order Receipts MY_ZUSSTCHAR1MY_ZUSST
ZUKSTEx. Rate Strategy for Receipts and Invoices (Market Prices) MY_ZUKSTCHAR1MY_XXKST
ZPRIOSequence Number for Price Source Receipts for POs MY_ZPRIONUMC1NUM1
ZUANZMaximum Number of Receipt Prices MY_ZUANZDEC3DEC3
ZUTO1Lowest Ratio of Invoiced to Delivered Quantity in % MY_ZUTO1DEC4(1) PRZ31
ZUTO2Highest Ratio of Invoiced to Delivered Quantity in % MY_ZUTO2DEC4(1) PRZ31
KZBESSelect Prices from Purchase Orders KZ_BESTLCHAR1XFELD
BEVONLower Time Limit for Purchase Orders MY_BEVONDATS8DATUM
BEBISUpper Time Limit for Purchase Orders MY_BEBISDATS8DATUM
BESSTSort Strategy for Prices from Purchase Orders MY_BESSTCHAR1MY_BESST
BEKSTExchange Rate Strategy for Purchase Orders (Market Prices) MY_BEKSTCHAR1MY_XXKST
BPRIOSequence Number for Price Source Purchase Orders MY_BPRIONUMC1NUM1
BEANZMaximum Number of Purchase Order Prices MY_BEANZDEC3DEC3
KZKONSelect Prices from Contracts KZ_KONTRACHAR1XFELD
KOVONLower Time Limit for Contracts MY_KOVONDATS8DATUM
KOBISUpper Time Limit for Contracts MY_KOBISDATS8DATUM
KOKSTExchange Rate Strategy for Contracts (Market Prices) MY_KOKSTCHAR1MY_XXKST
KPRIOSequence Number for Price Source Contracts MY_KPRIONUMC1NUM1
KOANZMaximum Number of Contract Prices MY_KOANZDEC3DEC3
KZLFPSelect Prices from Scheduling Agreements KZ_LIEFPLCHAR1XFELD
LPVONLower Time Limit for Scheduling Agreements MY_LPVONDATS8DATUM
LPBISUpper Time Limit for Scheduling Agreements MY_LPBISDATS8DATUM
LPKSTExchange Rate Strategy for Sched. Agreements (Market Prices) MY_LPKSTCHAR1MY_XXKST
LPRIOSequence Number for Price Source Scheduling Agreements MY_LPRIONUMC1NUM1
LPANZMaximum Number of Scheduling Agreement Prices MY_LPANZDEC3DEC3
KZINFSelect Prices from Info Records KZ_INFOSCHAR1XFELD
INVONLower Time Limit for Info Records MY_INVONDATS8DATUM
INBISUpper Time Limit for Info Records MY_INBISDATS8DATUM
INKSTEx. rate strategy for info records (market price determ.) MY_INKSTCHAR1MY_INKST
IPRIOSequence Number for Price Source Info Records MY_IPRIONUMC1NUM1
INANZMaximum Number of Info Record Prices MY_INANZDEC3DEC3
INCNSEvaluate Consignment Info Records MY_INCNSCHAR1XFELD
KZSPRInclude Standard Prices as Market Prices KZ_SPREISCHAR1XFELD
SPRIOSequence Number for Price Source Standard Prices MY_SPRIONUMC1NUM1
SVJBAStandard Price: Previous Year (Market Prices) MY_SVJBACHAR1XFELD
SVMBAStandard Price: Previous Month (Market Prices) MY_SVMBACHAR1XFELD
SAKBACurrent Standard Price (Market Price) MY_SAKBACHAR1XFELD
SNULPTake Into Account Standard Prices of Zero (Market Price) MY_SNULPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SNIWE0

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