SNIWE1 SAP (Transfer Struct. for Lowest Val. Determ. (Range of Coverage)) Structure details

Dictionary Type: Structure
Description: Transfer Struct. for Lowest Val. Determ. (Range of Coverage)




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




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

SNIWE1 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 Struct. for Lowest Val. Determ. (Range of Coverage)" 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_SNIWE1 TYPE SNIWE1.

The SNIWE1 table consists of various fields, each holding specific information or linking keys about Transfer Struct. for Lowest Val. Determ. (Range of Coverage) data available in SAP. These include DISPO (Determine Consumption from Material Master Data), KORDI (Consider Corrected Consumption Values), VONDI (Lower date limit for consumption), BISDI (Running date of range of coverage determination).. 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 SNIWE1 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
MTAGEAge of material in the warehouse in months NW_ALTERINT410INT4
DISPODetermine Consumption from Material Master Data KZ_DISPO1CHAR1XFELD
KORDIConsider Corrected Consumption Values MY_KORVBCHAR1XFELD
VONDILower date limit for consumption RWMINDATDATS8DDAT
BISDIRunning date of range of coverage determination RWLAUFDATDATS8DDAT
PROGNIndicator: determine consumption via forecast values KZ_PROGNCHAR1XFELD
VONPRRunning date of range of coverage determination RWLAUFDATDATS8DDAT
BISPRUpper date limit for consumption RWMAXDATDATS8DDAT
KORPRTake Corrected Forecast Values into Account KZ_KORPRCHAR1XFELD
NOPROGNLowest value by range of coverage: no forecast data NOPROGNCHAR1XFELD
USERXDetermine Average Consumption with User-Specific Routine RW_USERXCHAR1XFELD
VONSTLower Limit of Time Period for Selection of Monthly Stocks MY_VONSTDATS8DDAT
BISSTUpper time limit for selecting monthly stocks MY_BISSTDATS8DDAT
RESERDeduct Reservations from Stock KZ_RESERCHAR1XFELD
BESTBAdd Order Stocks to Stock KZ_BESTBCHAR1XFELD
EXCP1Exception rule 1 for lowest val. determ. based on r/coverage RWEXCP1CHAR1XFELD
B1VVJException (lowest value based on r/c): year bef.last stock RWBVVJCHAR1XFELD
B1VOJException (lowest value based on r/c): prev. year's stock RWBVOJCHAR1XFELD
B1VVMException (low.value based on r/c): stck month before last RWBVVMCHAR1XFELD
B1VOMException (lowest value based on r/c): prev. month's stock RWBVOMCHAR1XFELD
B2VOJException (lowest value based on r/c): prev. year's stock RWBVOJCHAR1XFELD
B2VOMException (lowest value based on r/c): prev. month's stock RWBVOMCHAR1XFELD
B2CURExpcetion (lowest value based on r/c): current stock RWBCURCHAR1XFELD
EXCP2Exception rule 2 for low. value determ. based on r/coverage RWEXCP2CHAR1XFELD
VONRCException (lowest value based on r/coverage): from date RWVONRCDATS8DDAT
BISRCException (lowest value based on range of coverage): to date RWBISRCDATS8DDAT
PRZRCException (lowest value based on range of cov.): percentage RWPRZRCDEC4(1) DEC3_1
B3VVJException (lowest value based on r/c): year bef.last stock RWBVVJCHAR1XFELD
B3VOJException (lowest value based on r/c): prev. year's stock RWBVOJCHAR1XFELD
B3VVMException (low.value based on r/c): stck month before last RWBVVMCHAR1XFELD
B3VOMException (lowest value based on r/c): prev. month's stock RWBVOMCHAR1XFELD
B3CURExpcetion (lowest value based on r/c): current stock RWBCURCHAR1XFELD
B3AVRException (lowest value based on range of cov.): av. stock RWBAVRCHAR1XFELD
EXCP3Exception rule 3 for low. value determ. based on r/coverage RWEXCP3CHAR1XFELD
ERSDASelect to material creation date KZ_ERSDADATS8DATUM

Key field Non-key field



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

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

How to access SAP table SNIWE1

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