IEKPO SAP (Transfer Structure: PO Item for Function Call) Structure details

Dictionary Type: Structure
Description: Transfer Structure: PO Item for Function Call




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




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

IEKPO 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 "Transfer Structure: PO Item for Function Call" 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_IEKPO TYPE IEKPO.

The IEKPO table consists of various fields, each holding specific information or linking keys about Transfer Structure: PO Item for Function Call data available in SAP. These include ADRNR (Address), EMATN (Material Number), INFNR (Number of Purchasing Info Record), KNTTP (Account Assignment Category).. 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 IEKPO 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
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
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
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) BPRMEUNIT3Assigned to domainCUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
SPINFIndicator: Update Info Record SPINFCHAR1SPINF
MAHN1Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
MAHN2Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
MAHN3Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
UEBTOOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
EREKZFinal Invoice Indicator EREKZCHAR1XFELD
EXARTBusiness Transaction Type for Foreign Trade EXARTCHAR2Assigned to domainEXARTEXA
EXPRFExport/Import Procedure for Foreign Trade EXPRFCHAR8Assigned to domainEXPRF
STAWNCommodity Code/Import Code Number for Foreign Trade STAWNCHAR17Assigned to domainSTAWN
HERKRRegion of origin of material (non-preferential origin) HERKRCHAR3Assigned to domainREGIO
HERKLCountry of origin of the material HERKLCHAR3Assigned to domainLAND1LND
TEKPORELCheckbox XFELDCHAR1XFELD
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
XFELDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IEKPO

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