WRF_DISCONT_POS SAP (Worklist Items: Discontinuation for Seasonal Procurement) Table details

Dictionary Type: Table
Description: Worklist Items: Discontinuation for Seasonal Procurement




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




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

WRF_DISCONT_POS is a standard SAP Table which is used to store Worklist Items: Discontinuation for Seasonal Procurement data and is available within R/3 SAP systems depending on the version and release level.

The WRF_DISCONT_POS table consists of various fields, each holding specific information or linking keys about Worklist Items: Discontinuation for Seasonal Procurement data available in SAP. These include DISNR (Worklist Number in Material Discontinuation), POSNR (Item number), MATNR (Material to Discontinue), LIFNR (Account Number of Vendor or Creditor).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WRF_DISCONT_POS 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
DISNRWorklist Number in Material Discontinuation WRF_DISNR_TYCHAR10ALPHAWRF_DISNR_TYWRF_DISNR_SHLP
POSNRItem number W_POSNRNUMC6NUMC6
MATNRMaterial to Discontinue WRF_MATNR_TYCHAR18Assigned to domainMATN1MATNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCNRCustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MMSTAPlant-Specific Material Status MMSTACHAR2Assigned to domainMMSTA
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
MSTAVCross-distribution-chain material status MSTAVCHAR2Assigned to domainVMSTA
MSTAECross-Plant Material Status MSTAECHAR2Assigned to domainMMSTA
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
SAISOSeason Category SAISOCHAR4Assigned to domainSAISOSAISO
SAISJSeason Year SAISJCHAR4GJAHRCJAHRWMSAISJ
SAITYRollout in a Season SAITYCHAR2Assigned to domainSAITYWMSAITY
ALDATDiscontinuation date ALDATDATS8DATUM
BSPEROrdering block date BESTSPERRDATS8DATUM
VSPERSales block date VERKSPERRDATS8DATUM
KZKORREKTIndicates whether a material can be discontinued KZAUSLISTCHAR1KZAUSLIST
KZSPERRMaterial Is Blocked for Discontinuation WRF_KZSPERR_TYCHAR1OLSELKZ
DISSTAStatus in Discontinuation for Seasonal Procurement WRF_DISSTA_TYCHAR1WRF_DISSTA_TY

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_DISCONT_POS
INTO CORRESPONDING FIELDS OF WA_WRF_DISCONT_POS
WHERE...

How to access SAP table WRF_DISCONT_POS

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