WRF_APC_PLI_SCR_STY SAP (Purchasing List Item Attributes: Screen Structure) Structure details

Dictionary Type: Structure
Description: Purchasing List Item Attributes: Screen Structure




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




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

WRF_APC_PLI_SCR_STY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Purchasing List Item Attributes: Screen Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WRF_APC_PLI_SCR_STY TYPE WRF_APC_PLI_SCR_STY.

The WRF_APC_PLI_SCR_STY table consists of various fields, each holding specific information or linking keys about Purchasing List Item Attributes: Screen Structure data available in SAP. These include PRES_ST (Presentation Date Store), DL_ID (Date Line ID (GUID)), FL_CHG (Purchasing List Item Is Changeable), FL_SUM (Include PL Item in Sum).. 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:
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_SCR_STY structure 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
PLITEMPurchasing List Item ID WRF_PLITEMCHAR22SYSUUID_22
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
FL_NO_CONSNo Consignment WRF_FL_NO_CONSCHAR1XFELD
FL_CONS_STConsignment in Store WRF_FL_CONS_STCHAR1XFELD
FL_CONS_DCConsignment in Distribution Center WRF_FL_CONS_DCCHAR1XFELD
FL_CONSConsignment in Distribution Center and Stores WRF_FL_CONSCHAR1XFELD
DELDATE_STDelivery Date Store WRF_GRDAT_STDATS8DATUM
DELDATE_DCDelivery Date DC WRF_GRDAT_DCDATS8DATUM
GENDAT_POLatest Possible Purchase Order Generation Date WRF_POGENDATS8DATUM
SRCPLSource Purchasing List WRF_APC_SRCPLCHAR10Assigned to domainPLID1WRF_PLID
SRCMTMain Material of the Source Purchasing List Item WRF_APC_SRCMTCHAR18Assigned to domainMATN1MATNR
SRCPRItem Date of Source Purchasing List Item WRF_APC_SRCPRDATS8DATUM
RELSTOAPC: Release State of a Purchasing List Item WRF_APC_RELSTCHAR40WRF_APC_CHAR40
ORIGNOAPC: Origin of Purchasing List Item WRF_APC_ORIGNCHAR40WRF_APC_CHAR40
PRCDD_SCROperational APC: Direct Delivery Indicator WRF_APC_PRCDDCHAR1WRF_APC_PRCDD
CONST_CHKConsignment in Store WRF_FL_CONS_STCHAR1XFELD
CONDC_CHKConsignment in Distribution Center WRF_FL_CONS_DCCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure WRF_APC_PLI_SCR_STY using ABAP code?

As WRF_APC_PLI_SCR_STY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WRF_APC_PLI_SCR_STY as there is no data to select.

How to access SAP table WRF_APC_PLI_SCR_STY

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