BAPI_OIA_EXGAGRMNT_HDR_IN SAP (Exchange header import data for BAPI) Structure details

Dictionary Type: Structure
Description: Exchange header import data for BAPI




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




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

BAPI_OIA_EXGAGRMNT_HDR_IN 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 "Exchange header import data for BAPI" 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_BAPI_OIA_EXGAGRMNT_HDR_IN TYPE BAPI_OIA_EXGAGRMNT_HDR_IN.

The BAPI_OIA_EXGAGRMNT_HDR_IN table consists of various fields, each holding specific information or linking keys about Exchange header import data for BAPI data available in SAP. These include START_ON (Starting date (exchange agreement)), CLOSE_ON (Closing date (exchange agreement)), REVIEW_ON (Review date (exchange agreement)), NOTICE_PERIOD (Notice period for exchange agreement (for use in BAPI)).. 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: Cannot Be Enhanced


SAP BAPI_OIA_EXGAGRMNT_HDR_IN 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
EVERGREEN_TYPEEvergreen type (for use in BAPIs) OIA_EVTYPE_BAPICHAR1OIA_EVTYPE_BAPI
START_ONStarting date (exchange agreement) OIA_EXBEGDDATS8DATUM
CLOSE_ONClosing date (exchange agreement) OIA_EXENDDDATS8DATUM
REVIEW_ONReview date (exchange agreement) OIA_EXREVDDATS8DATUM
NOTICE_PERIODNotice period for exchange agreement (for use in BAPI) OIA_NOTPER_BAPINUMC3OIA_DURAT_BAPI
PRODUCT_POSTING_RULEPosting rule for product OIA_MATPSTRULCHAR1OIA_PSTRUL
FEE_POSTING_RULEPosting rule for fees OIA_FEEPSTRULCHAR1OIA_PSTRUL
TAX_POSTING_RULEPosting rule for taxes OIA_TAXPSTRULCHAR1OIA_PSTRUL
IS_NETTING_ACTIVENetting indicator (for use in BAPIs) OIA_NETTNG_BAPICHAR1OIA_NETTNG_BAPI
IS_FEE_REQUIREDFee check indicator (for use in BAPIs) OIA_FEECHK_BAPICHAR1OIA_FEECHK_BAPI
IS_VAT_ON_PRODUCTVAT on internally-posted material (for use in BAPIs) OIA_IPMVAT_BAPICHAR1OIA_IPMVAT_BAPI
NETTING_CYCLENetting cycle (FI blocking indicator) OIA_NETCYCCHAR1Assigned to domainZAHLSNTG
QTY_SCHEDULE_BRKDWN_PERIODBreakdown ind. for scheduling on contract/call-off level OIA_ENTLUCHAR1Assigned to domainOIA_ENTLU
QTY_SCHEDULE_SPLIT_INDICATHow to split qty in quantity schedule (for use in BAPIs) OIA_SPLIT_BAPICHAR1OIA_SPLIT_BAPI
SUB_BASE_PRODUCT_RELEVANCESub product/ base product relevence indicator OIA_SBRELNUMC3OIA_SBREL
SUB_BASE_PRODUCT_CHECKSub/base product user exit routine OIA_CHSBPNUMC3Assigned to domainGRPNO
BASE_LOCATIONBase location OIA_BASELOCHAR15OIA_BASELO

Key field Non-key field



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

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

How to access SAP table BAPI_OIA_EXGAGRMNT_HDR_IN

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