POPOSITION SAP (PO Item) Structure details

Dictionary Type: Structure
Description: PO Item




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




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

POPOSITION 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 "PO Item" 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_POPOSITION TYPE POPOSITION.

The POPOSITION table consists of various fields, each holding specific information or linking keys about PO Item data available in SAP. These include EMATN (Material Number), INFNR (Number of Purchasing Info Record), KNTTP (Account Assignment Category), KONNR (Number of Principal Purchase Agreement).. 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 (Deep)


SAP POPOSITION 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
ADRNRManual address number in purchasing document item ADRNR_MMCHAR10Assigned to domainALPHAAD_ADDRNUM
EMATNMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
KUNNRCustomer EKUNNRCHAR10Assigned to domainALPHAKUNNRKUN
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RESLOStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
TWRKZPartial Invoice Indicator TWRKZCHAR1TWRKZ
TXZ01Short Text TXZ01CHAR40TEXT40
VRTKZDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
KANBAKanban Indicator KBNKZCHAR1KBNKZ
ABELNAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
ABELPItem number of allocation table ABELPNUMC5Assigned to domainABELP
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
BPUEBAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
KZKFGOrigin of Configuration KZCUHCHAR1KZCUH
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
LBLKZSubcontracting vendor LBLKZCHAR1XFELD
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
LIDATItem Delivery Date EINDTDATS8DATUM
LIZEIDelivery Date Time-Spot LZEITTIMS6UZEIT
WLDATItem Delivery Date EINDTDATS8DATUM
WLZEIDelivery Date Time-Spot LZEITTIMS6UZEIT
VSDATItem Delivery Date EINDTDATS8DATUM
VSZEIDelivery Date Time-Spot LZEITTIMS6UZEIT
ATPCHECKEDPurchase Order Was ATP-Checked CIFATPCHPCHAR1XFELD
MENGEScheduled Quantity ETMENQUAN13(3) MENGE
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
ORDIDGUID for Order Headers CIFORDIDCHAR22CIFGUID22
SCHEDIDGUID for Schedule Lines CIFSCHEDIDCHAR22CIFGUID22
DOCDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITEMItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
CNVINSingle-Character Indicator CHAR1CHAR1CHAR1
SCHEDULINGCheckbox XFELDCHAR1XFELD
PROCESS_TYPE2 byte integer (signed) INT2INT25INT2
POSGUIDGeneric Data Element for GUID Fields (C22) CIFGUID22CHAR22CIFGUID22
PRIO_REQRequirement Priority PRIO_REQNUMC3Assigned to domainPRIO_REQ
PRIO_URGRequirement Urgency PRIO_URGNUMC2Assigned to domainPRIO_URG
REQ_SCHEDIDGUID for Schedule Lines CIFSCHEDIDCHAR22CIFGUID22
ITEM_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MNG02Committed Quantity MNG06QUAN13(3) MENGV13
DAT01Committed Date DAT05DATS8DATUM
ZBILL_NUM 0
ZAGENT_DET 0
ZBILL_NUMB 0
ZBAL_AMOUNT 0
ZDAT_BILL 0

Key field Non-key field



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

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

How to access SAP table POPOSITION

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