WRF_PPW_WORKLERR SAP (PPW Worklist Error Table) Table details

Dictionary Type: Table
Description: PPW Worklist Error Table




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




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

WRF_PPW_WORKLERR is a standard SAP Table which is used to store PPW Worklist Error Table data and is available within R/3 SAP systems depending on the version and release level.

The WRF_PPW_WORKLERR table consists of various fields, each holding specific information or linking keys about PPW Worklist Error Table data available in SAP. These include GUID (Unique, Generated Key), MATNR (Material Number), COLOR (Characteristic Value that Describes a Color), SIZE1 (Characteristic Value for Size).. 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_PPW_WORKLERR 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
GUIDUnique, Generated Key WRF_PPW_GUIDRAW16
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
COLORCharacteristic Value that Describes a Color WRF_PPW_COLORCHAR18
SIZE1Characteristic Value for Size WRF_PPW_SIZE1CHAR18
VKORGSales Organization WRF_PPW_VKORGCHAR4Assigned to domainVKORGVKO
VTWEGDistribution Channel WRF_PPW_VTWEGCHAR2Assigned to domainVTWEGVTW
PLTYPPrice List Category WRF_PPW_PLTYPCHAR2Assigned to domainPLTYPVPL
WERKSPlant WRF_PPW_WERKSCHAR4Assigned to domainWERKS
STGRTPType of Plant Grouping WRF_PPW_STGRTPCHAR1
STRGRPPlant Grouping WRF_PPW_STRGRPCHAR18
PERIVFiscal Year Variant WRF_PPW_PERIVCHAR2Assigned to domainPERIV
POPERPosting Period According to Markdown Profile WRF_PPW_POPERNUMC3POPER
GJAHRFiscal Year WRF_PPW_GJAHRNUMC4GJAHRGJAHR
SSMPROFMarkdown Profile WRF_SSMPROFCHAR10WRF_SSMPROF
ACTSLSRTIOActual Sales Ratio WRF_PPW_ACTSLSRTIODEC5(2) WRF_PPW_PROCENT
TARGSLSRTIOTarget Sales Ratio WRF_PPW_TARGSLSRTIODEC5(2) WRF_PPW_PROCENT
MDPRCPrice Reduction as Percentage of Initial Price WRF_PPW_MDPRCDEC5(2) WRF_PPW_PROCENT
STOCKCurrent Stock WRF_PPW_STOCKQUAN17(3) WRF_PPW_STOCK
SELLPERValidity Period of Material According to Markdown Profile WRF_PPW_SELLPERNUMC4
ERSDAPrice Plan Created on WRF_PPD_CREATEDCHAR14
STOCKUNITBase Unit of Measure WRF_PPW_STOCKUNITUNIT3Assigned to domainCUNITMEINS
MAXPERValidity Period of Markdown Profile WRF_PPW_MAXPERNUMC4
ANEPRLFlag: Analysis Level = Price Activation Level WRF_PPW_ANEPRLCHAR1
NOLOCNumber of Considered Plants WRF_PPW_NOLOCINT410
RUN_NORun Number WRF_PPW_RUN_NORAW16
WLSTAWorklist Status WRF_PPW_WLSTACHAR2WRF_PPW_WLSTA
ERRSTAPPW Worklist: Error Status WRF_PPW_ERRSTANUMC2WRF_PPW_ERRSTA
PMATNPricing Reference Material WRF_PPW_PMATNCHAR18
ATTYPMaterial Category WRF_PPW_ATTYPCHAR2ATTYP
SISTERRelated Markdown Proposals Exist WRF_PPW_SYSTERCHAR1XFELD
USRGRPPrice Planner Group WRF_PPWD_USRGRPCHAR4WRF_PPWD_USRGRPWRF_PPW_USRGRP
OBJECTObject (Application Log) WRF_PPW_OBJECTCHAR20
SUBOBJECTSubobject (Application Log) WRF_PPW_SUBOBJECTCHAR20
EXT_NUMBERExternal Number (Application Log) WRF_PPW_EXT_NUMMERCHAR20
ERNAMName of Person Who Created Object WRF_PPW_ERNAMCHAR12
LAEDATime Stamp of Last Change WRF_PPD_LAEDACHAR14
AENAMUser Who Last Changed the Object WRF_PPW_AENAMCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_PPW_WORKLERR
INTO CORRESPONDING FIELDS OF WA_WRF_PPW_WORKLERR
WHERE...

How to access SAP table WRF_PPW_WORKLERR

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