OI0BW_OIAQS_S SAP (Transfer structure: Exchange quantity schedule) Structure details

Dictionary Type: Structure
Description: Transfer structure: Exchange quantity schedule




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




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

OI0BW_OIAQS_S 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: Exchange quantity schedule" 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_OI0BW_OIAQS_S TYPE OI0BW_OIAQS_S.

The OI0BW_OIAQS_S table consists of various fields, each holding specific information or linking keys about Transfer structure: Exchange quantity schedule data available in SAP. These include OIEXGNUM (Exchange agreement number), VBELN (Sales and Distribution Document Number), POSNR (Item number of the SD document), EBELN (Purchasing Document Number).. 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 OI0BW_OIAQS_S 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OIEXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SUBITMSub-item number OIA_SUBITMNUMC4OIA_SUBITM
SEQENTSequential segment number OIA_SEQENTNUMC4OIA_SEQENT
CINDContract / call-off indicator OIA_CINDCHAR1OIA_CIND
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SCHDDTSchedule date OIA_SCHDDTDATS8DATUM
SMENGECalled-off/delivered/goods receipt quantity OIA_SMENGEQUAN13(3) OIA_MENGE
INTQTYQuantity scheduled to be exchanged OIA_INTQTYQUAN13(3) MENGE
RECQTYQuantity intended against an exchange OIA_RECQTYQUAN13(3) MENGE
MEINSQuantity schedule-related UoM OIA_MEINSUNIT3Assigned to domainCUNITMEINSH_OI0_BUS
ENTLUBreakdown ind. for scheduling on contract/call-off level OIA_ENTLUCHAR1Assigned to domainOIA_ENTLU
SPLITHow to split quantity in quantity schedule OIA_SPLITCHAR1OIA_SPLIT
MODMode of transport OIA_MODCHAR2OIA_MOD
OIPRIORPriority of an exchange agreement for load balancing OIA_PRIORNUMC3OIA_PRIOR

Key field Non-key field



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

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

How to access SAP table OI0BW_OIAQS_S

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