OI0BW_OIA01 SAP (BW structure for exchange agreement header data) Structure details

Dictionary Type: Structure
Description: BW structure for exchange agreement header data




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




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

OI0BW_OIA01 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 "BW structure for exchange agreement header data" 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_OIA01 TYPE OI0BW_OIA01.

The OI0BW_OIA01 table consists of various fields, each holding specific information or linking keys about BW structure for exchange agreement header data data available in SAP. These include EXGTYP (Exchange type), EXGPTR (Exchange partner (vendor number)), PTRREF (Exchange partner reference code), MATPST (Posting rules for material).. 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)


SAP OI0BW_OIA01 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
EXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
EXGTYPExchange type OIA_EXGTYPCHAR4Assigned to domainOIA_EXGTYPOI3
EXGPTRExchange partner (vendor number) OIA_EXGPTRCHAR10Assigned to domainALPHALIFNRLIFKREDO
PTRREFExchange partner reference code OIA_PTRREFCHAR20OIA_PTRREF
MATPSTPosting rules for material OIA_MATPSTCHAR1OIA_MATPST
FEEPSTPosting rules for fees OIA_FEEPSTCHAR1OIA_FEEPST
NETTNGNetting indicator OIA_NETTNGCHAR1OIA_NETTNG
ENTLUBreakdown ind. for scheduling on contract/call-off level OIA_ENTLUCHAR1Assigned to domainOIA_ENTLU
OWNCHKOwnership check indicator OIA_OWNCHKCHAR1OIA_OWNCHK
FEECHKFee check indicator (apply minimum of one fee to exchange) OIA_FEECHKCHAR1OIA_FEECHK
OIA_IPMVATVAT on internally-posted material OIA_IPMVATCHAR1OIA_IPMVAT
SPLITHow to split quantity in quantity schedule OIA_SPLITCHAR1OIA_SPLIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
NETCYCNetting cycle (FI blocking indicator) OIA_NETCYCCHAR1Assigned to domainZAHLSNTG
OISBRELSub product/ base product relevence indicator OIA_SBRELNUMC3OIA_SBREL
OIA_BASELOBase location OIA_BASELOCHAR15OIA_BASELO
EXGSTATStatus of an exchange agreement OIA_EXSTATCHAR1OIA_EXSTAT
BEGDAStarting date (exchange agreement) OIA_EXBEGDDATS8DATUM
ENDDAClosing date (exchange agreement) OIA_EXENDDDATS8DATUM
REVDAReview date (exchange agreement) OIA_EXREVDDATS8DATUM
EVGTYPEEvergreen type OIA_EVTYPECHAR1OIA_EVTYPE
NOTPERPeriod of notice for exchange agreement (CHAR) OIA_NOTPERCCHAR3CHAR03

Key field Non-key field



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

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

How to access SAP table OI0BW_OIA01

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