WRF_APC_PLI SAP (Purchasing List Items) Table details

Dictionary Type: Table
Description: Purchasing List Items




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




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

WRF_APC_PLI is a standard SAP Table which is used to store Purchasing List Items data and is available within R/3 SAP systems depending on the version and release level.

The WRF_APC_PLI table consists of various fields, each holding specific information or linking keys about Purchasing List Items data available in SAP. These include MANDT (Client), PLID (Purchasing List Number), PLITEM (Purchasing List Item ID), MAIN_MATNR (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_PLI 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_PLITEMCHAR22SYSUUID_22
MAIN_MATNRPlanned Material Number WRF_PLNARTCHAR18Assigned to domainMATN1MATNR
PRES_STPresentation Date Store WRF_PRDAT_STDATS8DATUM
DL_IDDate Line ID (GUID) WRF_PSCD_DL_IDCHAR22SYSUUID_22
FL_CHGPurchasing List Item Is Changeable WRF_FL_CHGCHAR1XFELD
FL_SUMInclude PL Item in Sum WRF_FL_SUMCHAR1XFELD
FL_POInclude PL Item in Purchase Order WRF_FL_POCHAR1XFELD
FL_RELEASECheckbox XFELDCHAR1XFELD
FL_REL_REQCheckbox XFELDCHAR1XFELD
FL_ORIGINOrigin of Purchasing List Item WRF_ORIGINCHAR1WRF_ORIGIN
PLITEM_SRCPurchasing List Source Item ID WRF_PLITEM_SRCCHAR22WRF_APC_PLISYSUUID_22
LAYGR_SRCLayout Module LAYGRCHAR10Assigned to domainLAYGRWLMLAYMODD
LMVER_SRCLayout Module Version LAYMOD_VERNUMC4Assigned to domainWLMVLAYMOD_VERWLMVLAYMODVER
PL_CONSIGNConsignment Flag WRF_CONS_APCCHAR1WRF_CONS_APC
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
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
UNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MARKET_NONumber for Market Buying WRF_MARKETNOCHAR10WRF_MARKETNO
CHGDCOAPC: Manually Changed DC in a Purchasing List Item WRF_APC_CHGDCCHAR4T001WWERKS
FL_PAQUPDOAPC: Update of Put Away Quantity Distribution Necessary WRF_APC_PAQUPDCHAR1XFELD
FL_SYNCOAPC: Synchronisation Necessary for Purchasing List Item WRF_APC_SYNCNUMC2WRF_APC_SYNC
RESCDOperational APC: Reschedule During PL Item Release WRF_APC_RESCDCHAR1CHAR1
PRCDDOperational APC: Direct Delivery Indicator WRF_APC_PRCDDCHAR1WRF_APC_PRCDD
NOCDPOAPC: No Cross-Docking with Prepacking WRF_APC_NOCDPCHAR1CHAR1
SA_CMPTOTUse derived plan quantities for total calculation WRF_APC_SA_CMPTOTCHAR1XFELD
SA_CBUOMConvert component quantity to base UOM WRF_APC_SA_CBUOMCHAR1XFELD
FYVARFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
FYEARPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
APPLLOGApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_APC_PLI
INTO CORRESPONDING FIELDS OF WA_WRF_APC_PLI
WHERE...

How to access SAP table WRF_APC_PLI

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