ADIO SAP (Import/export structure for additional MRP) Structure details

Dictionary Type: Structure
Description: Import/export structure for additional MRP




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




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

ADIO 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 "Import/export structure for additional MRP" 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_ADIO TYPE ADIO.

The ADIO table consists of various fields, each holding specific information or linking keys about Import/export structure for additional MRP data available in SAP. These include TXZ01 (Short Text), MENGE (Purchase Order Quantity), MEINS (Purchase Order Unit of Measure), EINDT (Item Delivery Date).. 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 ADIO 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TXZ01Short Text TXZ01CHAR40TEXT40
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
EINDTItem Delivery Date EINDTDATS8DATUM
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LMEINBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
NETPRNet Price in Purchasing Info Record IPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
NORNDItem not subject to rounding NORNDCHAR1XFLAG
RETPOReturns Item RETPOCHAR1XFELD
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
VOLUMVolume VOLUMQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
NTGEWNet Weight NTGEWQUAN13(3) MENG13
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KZZUPOEditing indicator for items from additional planning KZZUPOCHAR1KZZUPO
KZMULEIndicates more than one schedule line per PO item KZMULECHAR1XFLAG
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
UEBPOHigher-Level Item in Purchasing Documents UEBPONUMC5Assigned to domainEBELP
UPVORSubitems Exist UPVORCHAR1CHAR1
STAPOItem is statistical STAPOCHAR1XFELD
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
UMSONFree Item UMSONCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ADIO

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