WRF_DISCONT_HDR SAP (Worklist for Discontinuation for Seasonal Procurement) Table details

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




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




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

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

The WRF_DISCONT_HDR table consists of various fields, each holding specific information or linking keys about Worklist for Discontinuation for Seasonal Procurement data available in SAP. These include DISNR (Worklist Number in Material Discontinuation), DISNAM (Name of a Worklist in Material Discontinuation), CREDAT (Created On), CRETIM (Time Worklist was Created).. 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_HDR 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
DISNAMName of a Worklist in Material Discontinuation WRF_DISNAM_TYCHAR20WRF_DISNAM_TYWRF_DISNAM_SHLP
CREDATCreated On ERSDADATS8DATUM
CRETIMTime Worklist was Created WRF_CRETIM_TYTIMS6UZEIT
CRENAMName of Person who Created the Object ERNAMCHAR12USNAM
UPDDATDate of Last Change LAEDADATS8DATUM
UPDTIMLast Time Worklist Was Changed WRF_UPDTIM_TYTIMS6UZEIT
UPDNAMName of Person Who Changed Object AENAMCHAR12USNAM
DISSTAStatus in Discontinuation for Seasonal Procurement WRF_DISSTA_TYCHAR1WRF_DISSTA_TY
KZFACTExecute Automatic Subsequent Processing Indicator KZFACT_TYCHAR1XFELD
LVORMSet Deletion Flags SET_MATERIAL_LVORMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_DISCONT_HDR
INTO CORRESPONDING FIELDS OF WA_WRF_DISCONT_HDR
WHERE...

How to access SAP table WRF_DISCONT_HDR

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