SNIWEFY SAP (Lowest Value: Fiscal Year ID Data) Structure details

Dictionary Type: Structure
Description: Lowest Value: Fiscal Year ID Data




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




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

SNIWEFY 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 "Lowest Value: Fiscal Year ID Data" 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_SNIWEFY TYPE SNIWEFY.

The SNIWEFY table consists of various fields, each holding specific information or linking keys about Lowest Value: Fiscal Year ID Data data available in SAP. These include LFPER (Posting Period (YYYYPP) at Current Date), H1PER (Posting Period (YYYYPP) at First Date (Consumptions)), H2PER (Posting Period (YYYYPP) at Run Date (Consumptions)), S1PER (Posting Period (YYYYPP) at First Date (Stocks)).. 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 SNIWEFY 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
STPERPosting Period (YYYYPP) at Key Date MY_STPERACCP6BUPER
LFPERPosting Period (YYYYPP) at Current Date MY_LFPERACCP6BUPER
H1PERPosting Period (YYYYPP) at First Date (Consumptions) MY_H1PERACCP6BUPER
H2PERPosting Period (YYYYPP) at Run Date (Consumptions) MY_H2PERACCP6BUPER
S1PERPosting Period (YYYYPP) at First Date (Stocks) MY_S1PERACCP6BUPER
S2PERPosting Period (YYYYPP) at Run Date (Stocks) MY_S2PERACCP6BUPER
VMPERPrevious Posting Period (YYYYPP) MY_VMPERACCP6BUPER
VVMPRPosting Period Before Last (YYYYPP) MY_VVMPRACCP6BUPER
VJPERFinal Posting Period of Previous Year (YYYYPP) MY_VJPERACCP6BUPER
VVJPRLast Posting Period of Previous Year (YYYPP) MY_VVJPRACCP6BUPER
AKPERPosting Period (YYYYPP) for Parameter MVERS MY_AKPERACCP6BUPER
AKDATCurrent Date for Parameter MVERS MY_AKDATDATS8DATS
VJFLGFirst or Second Half of Year? MY_VJFLGCHAR1XFELD
LODATFirst Date of Proposed Time Period MY_LODATDATS8DATS
HIDATLast Date for Proposed Time Period MY_HIDATDATS8DATS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MVERSQuantity Comparison Parameter for LIFO/FIFO MVERSCHAR3MYPERKZ
XVPERIndicator: Determine data for previous period XVPERCHAR1XFELD
XVVPRIndicator: Determine data for period before last XVVPRCHAR1XFELD
XVJAHIndicator: Determine data for last period of previous year XVJAHCHAR1XFELD
XVVJAInd.: Determine data for last period of year before last XVVJACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SNIWEFY

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