FIP_S_PURCHASE_ORDER SAP (Purchase Order Structure) Structure details

Dictionary Type: Structure
Description: Purchase Order Structure




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




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

FIP_S_PURCHASE_ORDER 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 "Purchase Order 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_FIP_S_PURCHASE_ORDER TYPE FIP_S_PURCHASE_ORDER.

The FIP_S_PURCHASE_ORDER table consists of various fields, each holding specific information or linking keys about Purchase Order Structure data available in SAP. These include BSART (Purchasing Document Type), EBELN (Purchasing Document Number), LIFNR (Vendor Account Number), LIFNR_NAME (Vendor Name).. 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_PURCHASE_ORDER 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
BSTYPPurchasing Document Category FIP_EBSTYPCHAR1FIP_EBSTYP
BSARTPurchasing Document Type FIP_ESARTCHAR4Assigned to domainBSART
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFNR_NAMEVendor Name FIP_VENDORNAMECHAR35NAME
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group FIP_BKGRPCHAR3Assigned to domainEKGRPEKG
BEDATPurchasing Document Date FIP_EBDATDATS8DATUM
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LOEKZ_HDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
IDNLFMaterial Number Used by Vendor FIP_IDNLFCHAR35FIP_IDNEX
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
LTSNRService number FIP_LSTNRCHAR18Assigned to domainMATN1MATNRLST
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
SAISOSeason Category FIP_SAISOCHAR4FIP_SAISO
SAISJSeason Year FIP_SAISJCHAR4GJAHRCJAHR
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
ELIKZ'Delivery Completed' Indicator FIP_ELIKZCHAR1XFELD
BSTAEConfirmation Control Key FIP_BSTAECHAR4FIP_BSTAE
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
TXZ01Short Text TXZ01CHAR40TEXT40
MENGEPurchase Order Quantity FIP_BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
EINDTItem Delivery Date EINDTDATS8DATUM
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
BELNRNumber of Material Document FIP_MBLNRCHAR10ALPHABELNR
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
AEDATDate on Which Record Was Created ERDATDATS8DATUM
GJAHRMaterial Document Year FIP_MJAHRNUMC4GJAHRGJAHRMJA
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table FIP_S_PURCHASE_ORDER

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