IOSOPORD SAP (Database structure for purchase order - order info.system) Structure details

Dictionary Type: Structure
Description: Database structure for purchase order - order info.system




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




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

IOSOPORD 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 "Database structure for purchase order - order info.system" 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_IOSOPORD TYPE IOSOPORD.

The IOSOPORD table consists of various fields, each holding specific information or linking keys about Database structure for purchase order - order info.system data available in SAP. These include BSART (Purchasing Document Type), ERNAM (Name of Person who Created the Object), LIFNR (Vendor Account Number), EKORG (Purchasing Organization).. 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 IOSOPORD 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
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
FRGRLRelease Not Yet Completely Effected FRGRLCHAR1XFELD
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MANDTClient MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AEDATDate on Which Record Was Created ERDATDATS8DATUM
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
TXZ01Short Text TXZ01CHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
BRTWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
INSMKStock Type INSMKCHAR1INSMK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
EREKZFinal Invoice Indicator EREKZCHAR1XFELD
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
WEWRTValue of goods received in local currency WEWRTCURR13(2) WERT7
REMNGQuantity invoiced REMNGQUAN13(3) MENG13
REWRTInvoice value in local currency REWRTCURR13(2) WRTV7
EINDTDelivery Date EEINDCHAR10CHAR10
LPEINCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
EINDT_ETItem Delivery Date EINDTDATS8DATUM
LPEIN_ETCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
SLFDT_ETStatistics-Relevant Delivery Date SLFDTDATS8DATUM
RSNUM_ETNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
MENGE_ETScheduled Quantity ETMENQUAN13(3) MENGE
INDEX_NODEField defined as in SY-TABIX TABIX_DINT410TABIX
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLFLSequence number APLFLCHAR6ALPHAPLNFOLGE
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PHFLGIndicator: Phase PHFLGCHAR1XFELD
UVORNSuboperation UVORNCHAR4NUMCVVORNR
WEWRT_HWValue of goods received in local currency WEWRTCURR13(2) WERT7
REWRT_HWInvoice value in local currency REWRTCURR13(2) WRTV7
WAERS_HWCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table IOSOPORD

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