WRF_PPW_PPDART SAP (PPD Material Item) Table details

Dictionary Type: Table
Description: PPD Material Item




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




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

WRF_PPW_PPDART is a standard SAP Table which is used to store PPD Material Item data and is available within R/3 SAP systems depending on the version and release level.

The WRF_PPW_PPDART table consists of various fields, each holding specific information or linking keys about PPD Material Item data available in SAP. These include GUID (Unique, Generated Key), PARENT (Parent), AVPOS (Item from Worklist), VKORG (Sales Organization).. 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: Cannot Be Enhanced


SAP WRF_PPW_PPDART 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
PARENTParent WRF_PPW_PARENTRAW16
AVPOSItem from Worklist WRF_PPW_AVPOSCHAR1XFELD
VKORGSales Organization WRF_PPW_VKORGCHAR4Assigned to domainVKORGVKO
VTWEGDistribution Channel WRF_PPW_VTWEGCHAR2Assigned to domainVTWEGVTW
USRGRPProcessor Group WRF_PPW_USRGRP_PPDCHAR4
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
PPD_ARTPrice Planning Type WRF_PPW_PPD_ARTCHAR4
VKKAB_MDPValid From Date on Which Price Will Become Active WRF_PPW_VKKABDATS8DATUM
POS_OKMaterial Item OK WRF_PPW_ARTPOS_OKCHAR1XFELD
DEAKTPrice Plan Item Was Deactivated WRF_PPW_DEAKTCHAR1XFELD
SATNRMaterial Number of the Generic Material WSTR_SATNRCHAR18Assigned to domainMATN1MATNRWMPPGEN
BUDGET_NRBudget Number WRF_PPW_BUDGET_NRNUMC16
PROCESS_IDBudget ID WRF_BUDG_PROC_IDNUMC2WRF_BUDG_PROC_ID
SAISOSeason WRF_PPW_SAISOCHAR6PERIOD
SAISJSeason Year WRF_PPW_SAISJCHAR4GJAHRCJAHR
FASHGRDFashion Grade WRF_PPW_FASHGRDCHAR4
SAITYRollout WRF_PPW_SAITYCHAR2
DEP_ARTDependent Material Exists for Pricing Reference Material WRF_PPW_DEP_ARTCHAR1XFELD
ME_REGELQuantity Rule for Promotions WRF_PPW_ME_REGELNUMC1WRF_PPW_ME_REGEL
PLND_SALES_QTYPlanned Quantity WRF_PPW_PLAN_MENGEQUAN13(3) MENGE
PRICE_CALC_TYPPrice Calculation Type (Relative or Absolute Price Changes) WRF_PPW_PRICE_CALC_TYPCHAR1WRF_PPW_PRICE_CALC_TYP
ORGSET_IDNumber of an Organization Set in a Price Plan WRF_PPW_ORGSET_IDINT410
HIER_IDHierarchy WRF_HIER_CNTCHAR2WRF_HIERCNTRTHIERWRF_HIERID_STATUS
CREATIONDATEDate of Hierarchy Determination WRF_PPW_CREATIONDATEDATS8DATS
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
NODE01Hierarchy Node 1 WRF_HIER_NODE1CHAR18WRF_CM_CDT
NODE02Hierarchy Node 2 WRF_HIER_NODE2CHAR18WRF_CM_CDT
NODE03Hierarchy Node 3 WRF_HIER_NODE3CHAR18WRF_CM_CDT
NODE04Hierarchy Node 4 WRF_HIER_NODE4CHAR18WRF_CM_CDT
NODE05Hierarchy Node 5 WRF_HIER_NODE5CHAR18WRF_CM_CDT
NODE06Hierarchy Node 6 WRF_HIER_NODE6CHAR18WRF_CM_CDT
NODE07Hierarchy Node 7 WRF_HIER_NODE7CHAR18WRF_CM_CDT
NODE08Hierarchy Node 8 WRF_HIER_NODE8CHAR18WRF_CM_CDT
NODE09Hierarchy Node 9 WRF_HIER_NODE9CHAR18WRF_CM_CDT
NODE10Hierarchy Node 10 WRF_HIER_NODE10CHAR18WRF_CM_CDT

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_PPW_PPDART
INTO CORRESPONDING FIELDS OF WA_WRF_PPW_PPDART
WHERE...

How to access SAP table WRF_PPW_PPDART

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