Ansicht
Dokumentation

INT-DEV_BADI - Add-In for Internal Foreign Exchange Trading

INT-DEV_BADI - Add-In for Internal Foreign Exchange Trading

BAL Application Log Documentation   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

A Business Add-In offers options for controlling the transaction process.

The internal foreign exchange trading enhancement offers the following eight methods.

DEFAULT_VALUES_GET

Default settings for input fields, description of the existing selection of currencies, companies, texts for financial instruments. Individual definition for each user.

Exceptions: None.

No messages are permitted during initialization.

CONSISTENCY_CHECK_DEAL_DATA

Checks business transaction data to ensure that it is in line with company guidelines.

Exceptions: None.

However, the message handler interface allows one or more messages to be returned.

RATE_TYPES_GET

What rate data should be read from the market data buffer in order to determine the initial (market) bid rate and ask rate?

Exceptions: None.

No messages permitted.

CONSISTENCY_CHECK_MARKET_DATA

Market data consistency check (for example, are the rates up to date? Is the difference between the current and last rate feasible?)

Exceptions: Failed.

The market data was not accepted, the consistency check failed (no message handler available -> only one message can be returned).

MARGIN_ADJUSTMENT_SIMPLE_RATE

Adjustment of the bid-asked spread for reference rates/cross transactions (alternatively you could use MARGIN_ADJUSTMENT_CROSS_RATE)

Exceptions: Failed: Adjustment of the bid-asked spread failed. (No message handler available -> only one message can be returned).

MARGIN_ADJUSTMENT_CROSS_RATE

Adjustment of the bid-asked rate for cross rates.

Exception: Failed: Adjustment of Bid-Ask Margin failed. (No message handler available -> only one message can be returned).

DEAL_VALIDITY_GET

Determine the time-related validitiy of a transaction.

Exceptions: None.

However, the message handler interface allows one or more messages to be returned.

DEAL_VALIDITY_CHECK

Acceptance check of the transaction after reasonable time period.

Exceptions: None.

However, the message handler interface allows one or more messages to be returned.

The default coding remains active until you create your own implementation. Create means either implementing all or no methods.






Vendor Master (General Section)   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 2744 Date: 20240523 Time: 185906     sap01-206 ( 41 ms )