FIP_S_PD_POWL SAP (POWL Structure for Plant Demands) Structure details

Dictionary Type: Structure
Description: POWL Structure for Plant Demands




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




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

FIP_S_PD_POWL 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 "POWL Structure for Plant Demands" 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_FIP_S_PD_POWL TYPE FIP_S_PD_POWL.

The FIP_S_PD_POWL table consists of various fields, each holding specific information or linking keys about POWL Structure for Plant Demands data available in SAP. These include EBELP (Item Number of Purchasing Document), MATNR (Material Number), TXZ01 (Short Text), MEINS (Purchase Order Unit of Measure).. 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 FIP_S_PD_POWL 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TXZ01Short Text TXZ01CHAR40TEXT40
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
EINDTItem Delivery Date EINDTDATS8DATUM
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTOrder Type (Purchasing) FIP_BSARTCHAR4Assigned to domainBSART
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BEDATPurchase Order Date BEDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LOEKZ_HDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
SAISOSeason Category FIP_SAISOCHAR4FIP_SAISO
SAISJSeason Year FIP_SAISJCHAR4GJAHRCJAHR
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ELIKZ'Delivery Completed' Indicator FIP_ELIKZCHAR1XFELD
BSTAEConfirmation Control Key FIP_BSTAECHAR4FIP_BSTAE
NAME1Name NAME1CHAR30TEXT30
MENGEQuantity MENGE_DQUAN13(3) MENG13
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

As FIP_S_PD_POWL 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 FIP_S_PD_POWL as there is no data to select.

How to access SAP table FIP_S_PD_POWL

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