WRF_APC_PLIP SAP (OAPC: Purchasing List Item Prepack Information) Table details

Dictionary Type: Table
Description: OAPC: Purchasing List Item Prepack Information




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




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

WRF_APC_PLIP is a standard SAP Table which is used to store OAPC: Purchasing List Item Prepack Information data and is available within R/3 SAP systems depending on the version and release level.

The WRF_APC_PLIP table consists of various fields, each holding specific information or linking keys about OAPC: Purchasing List Item Prepack Information data available in SAP. These include MANDT (Client), PLID (Purchasing List Number), PLITEM (Purchasing List Item ID), PRPNR (Planned Material Number).. 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_APC_PLIP 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 MANDTCLNT3T000MANDT
PLIDPurchasing List Number WRF_PLIDCHAR10WRF_APC_PLHPLID1WRF_PLIDPLID
PLITEMPurchasing List Item ID WRF_PLITEMCHAR22WRF_APC_PLISYSUUID_22
PRPNRPlanned Material Number WRF_PLNARTCHAR18Assigned to domainMATN1MATNR
MAIN_MATNRPlanned Material Number WRF_PLNARTCHAR18Assigned to domainMATN1MATNR
PRES_STPresentation Date Store WRF_PRDAT_STDATS8DATUM
PO_NETPROperational APC: Purchase Price Current PO Vendor Currency WRF_PRICE_POCURR11(2) WERTV6
PO_WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
PO_NETPR_OWNOperational APC: Purchase Price Current PO Own Currency WRF_NPRPO_OWNCURR11(2) WERTV6
PO_WAERS_OWNCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_APC_PLIP
INTO CORRESPONDING FIELDS OF WA_WRF_APC_PLIP
WHERE...

How to access SAP table WRF_APC_PLIP

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