OI0BW_EXGCONTRACTS_S SAP (Transfer structure: Exchange contract information to BW) Structure details

Dictionary Type: Structure
Description: Transfer structure: Exchange contract information to BW




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




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

OI0BW_EXGCONTRACTS_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 contract information to BW" 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_EXGCONTRACTS_S TYPE OI0BW_EXGCONTRACTS_S.

The OI0BW_EXGCONTRACTS_S table consists of various fields, each holding specific information or linking keys about Transfer structure: Exchange contract information to BW data available in SAP. These include OIEXGNUM (Exchange agreement number), OIEXGTYP (Exchange type), MATNR (Material Number), CHARG (Batch 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_EXGCONTRACTS_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
OIEXGPTRExchange partner (vendor number) OIA_EXGPTRCHAR10Assigned to domainALPHALIFNRLIFKREDO
OIEXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
OIEXGTYPExchange type OIA_EXGTYPCHAR4Assigned to domainOIA_EXGTYPOI3
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
OIBASPRODBase product number OIA_SBMATCHAR18Assigned to domainMATN1MATNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ERDATDate on Which Record Was Created ERDATDATS8DATUM
KDATBStart of Validity Period KDATBDATS8DATUM
KDATEEnd of Validity Period KDATEDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ZMENGTarget quantity in sales units DZMENGQUAN13(3) MENG13
ZIEMETarget quantity UoM DZIEMEUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BSTMGGoods receipt quantity in order unit MB_BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
OIFEETOTFee total OIA_FEETOTCURR13(2) OIA_FEETOT
OIFEEPSTPosting rules for fees OIA_FEEPSTCHAR1OIA_FEEPST
OITAXFROMExcise duty tax key for 'from' location OIH_TAXFROCHAR2Assigned to domainOIH_TAXKEY
OITAXTOExcise duty tax key for 'to' location OIH_TAXTOCHAR2Assigned to domainOIH_TAXKEY
OIHANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
OITAXGRPExcise Duty Group OIH_TAXGRPCHAR2Assigned to domainOIH_TAXGRP

Key field Non-key field



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

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

How to access SAP table OI0BW_EXGCONTRACTS_S

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