WRF_STOCK_SITUAT SAP (Stock Situation Table) Table details

Dictionary Type: Table
Description: Stock Situation Table




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




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

WRF_STOCK_SITUAT is a standard SAP Table which is used to store Stock Situation Table data and is available within R/3 SAP systems depending on the version and release level.

The WRF_STOCK_SITUAT table consists of various fields, each holding specific information or linking keys about Stock Situation Table data available in SAP. These include WERKS (Plant), MATNR (Material Number), PERIOD_FLAG (Execute for Previous Period), KZ_MULTI_STOCK (Stock Is Ambiguous).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRF_STOCK_SITUAT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PERIOD_FLAGExecute for Previous Period WRF_PERIOD_FLAG_TYCHAR1FLAG
KZ_MULTI_STOCKStock Is Ambiguous WRF_MULTI_STOCK_TYCHAR1FLAG
KZ_UNIQUE_CSTOCKStock is Clearly Consignment WRF_UNIQUE_CSTOCK_TYCHAR1FLAG
CONS_VENDORConsignment Vendor WRF_CONS_VENDOR_TYCHAR10Assigned to domainALPHALIFNR
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY

Key field Non-key field



How do I retrieve data from SAP table WRF_STOCK_SITUAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on WRF_STOCK_SITUAT to SELECT all data from the table
DATA: WA_WRF_STOCK_SITUAT TYPE WRF_STOCK_SITUAT.

SELECT SINGLE *
FROM WRF_STOCK_SITUAT
INTO CORRESPONDING FIELDS OF WA_WRF_STOCK_SITUAT
WHERE...

How to access SAP table WRF_STOCK_SITUAT

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