WRF_APC_PABD SAP (Planned Article Basic Data) Table details

Dictionary Type: Table
Description: Planned Article Basic Data




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




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

WRF_APC_PABD is a standard SAP Table which is used to store Planned Article Basic Data data and is available within R/3 SAP systems depending on the version and release level.

The WRF_APC_PABD table consists of various fields, each holding specific information or linking keys about Planned Article Basic Data data available in SAP. These include MANDT (Client), MATNR (Planned Material Number), MTART (Material Type), MATKL (Material Group).. 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)


SAP WRF_APC_PABD 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
MATNRPlanned Material Number WRF_PLNARTCHAR18Assigned to domainMATN1MATNR
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
CHAR_PROFCharacteristic Profile WRF_CHARPROFCHAR18KLASSE
ATINN1Internal characteristic ATINNNUMC10CABNATINNATINN
ATINN2Internal characteristic ATINNNUMC10CABNATINNATINN
ATINN3Internal characteristic ATINNNUMC10CABNATINNATINN
APP_IDApplication ID WRF_APPIDNUMC2WRF_APPL_SETWRF_APPIDWRF_GENAPPLID
HIER_IDHierarchy ID WRF_HIERIDCHAR2WRF_HIER_IDWRF_HIERIDWRF_GENHIERID
NODE_IDNode ID WRF_NODEIDNUMC6WRF_HIER_NODESWRF_NODEID
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
REF_MATLReference material REF_MATNRCHAR18Assigned to domainMATN1MATNRRMAMAT1
BASE_UOMBase Unit of Measure MEINSUNIT3T006CUNITMEINS
FPRFMDistribution profile of material in plant FPRFMCHAR3TMFPFMPPRF
GENMATMaterial Number of the Generic Material in Prepack Materials WSTR_SATNR_PPCHAR18Assigned to domainMATN1MATNR
REL_FLAGPlanned Material: Release Flag WRF_APC_ARTREL_FLAGCHAR1WRF_APC_ARTREL_FLAG
DEL_FLAGPlanned Material Deletion Flag (OAPC) WRF_APC_ARTDEL_FLAGCHAR1XFELD
PRICAT_FLAGPlanned Material Originates from PRICAT (OAPC) WRF_APC_PRICAT_FLAGCHAR1XFELD
PRIMVAROperational APC: Master Variant for PRICAT Processing WRF_APC_PRIMVARCHAR18Assigned to domainMATN1MATNR
PRINBRPRICAT: Unique internal catalog number PRINBRCHAR10PRICAT_K001PRINBRPRNPRICAT_HEADER
EAN_UPC_BASEPRICAT: EAN/UPC Code of Base Unit of Measure PRIEANBASISCHAR35PRIEAN
VALIDITY_BASEPrice Catalog Inbound Start of Validity Period PRIVALIDITYDATS8DATUM
EAN_UPC_TYPEType of material identification PRIEANTYPCHAR2PRIEANTYP
PLANONLY_PPIdentify prepacks that have been created for planning only WRF_APC_PLANONLY_PPCHAR1CHAR1
TIMESTAMPTime Stamp WRF_TIMESTAMPNUMC14NUM14

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_APC_PABD
INTO CORRESPONDING FIELDS OF WA_WRF_APC_PABD
WHERE...

How to access SAP table WRF_APC_PABD

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