BAPI2042_MAINTAIN_FX SAP (Forex: BAPI transfer structure for maintaining transactions) Structure details

Dictionary Type: Structure
Description: Forex: BAPI transfer structure for maintaining transactions




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




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

BAPI2042_MAINTAIN_FX 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 "Forex: BAPI transfer structure for maintaining transactions" 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_BAPI2042_MAINTAIN_FX TYPE BAPI2042_MAINTAIN_FX.

The BAPI2042_MAINTAIN_FX table consists of various fields, each holding specific information or linking keys about Forex: BAPI transfer structure for maintaining transactions data available in SAP. These include PARTNER (Business Partner Number), VALUE_DATE (Value date of forex transaction), AMOUNT1 (Payment Amount), AMOUNT2 (Payment Amount).. 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 BAPI2042_MAINTAIN_FX 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
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
PARTNERBusiness Partner Number TB_KUNNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
VALUE_DATEValue date of forex transaction TB_DVALUTADATS8DATUM
AMOUNT1Payment Amount BAPITB_BZBETRDEC23(4) BAPICURR
AMOUNT2Payment Amount BAPITB_BZBETRDEC23(4) BAPICURR
CURRENCY1Currency of transaction TB_WGSCHFTCUKY5TCURCWAERS
CURRENCY1_ISOISO currency code ISOCDCHAR3ISOCD
CURRENCY2Currency of transaction TB_WGSCHFTCUKY5TCURCWAERS
CURRENCY2_ISOISO currency code ISOCDCHAR3ISOCD
LEAD_CURRENCYLeading currency TB_WLWAERSCUKY5TCURCWAERS
LEAD_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FOLLOW_CURRENCYFollowing Currency TB_WFWAERSCUKY5TCURCWAERS
FOLLOW_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
FORWARD_RATERate of Forex Transaction TB_KKURSDEC13(9) TB_KKURS
SPOT_RATESpot Rate TB_KKASSADEC13(9) TB_KKURS
SWAP_RATESwap Rate TB_KSWAPDEC13(9) T_SWKURS
CONTRACT_DATEContract Conclusion Date TB_DVTRABDATS8DATUM
CONTRACT_TIMETime of contract conclusion TB_TVTRABTIMS6UZEIT
CONTACT_PERSONContact Person TB_GSPPARTCHAR19TEXT19
TRADERTrader RDEALERCHAR12TZDEARDEALER
EXTERNAL_REFERENCEExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
FINANCE_PROJECTFinance Project TB_TFPROJCHAR13T_TFPROJ
EXTERNAL_TRANSACTION_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
MASTER_AGREEMENTMaster Agreement TB_RMAIDCHAR10VTBMAALPHAT_RMAIDTMAVTMA
ASSIGNMENTAssignment TB_ZUONDCHAR18TEXT18
INTERNAL_REFERENCEInternal Reference TB_REFERCHAR16CHAR16
CHARACTERISTICSCharacteristics TB_MERKMCHAR25CHAR25
ACCT_ASSIGNMENT_REFObsolete: Accnt Assignment Ref. in Fin. Assets Management RREFKONT_OBSOLETECHAR8T037SUSTRUKRE
AUTH_GROUPAuthorization Group TBEGRUCHAR4TRBRGTRBEGRU
ACTIVITY_CATEGORYTransaction Activity Category TB_SFGZUTYNUMC2AT02T_SFGZUTYC_AT02

Key field Non-key field



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

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

How to access SAP table BAPI2042_MAINTAIN_FX

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