Fonction SAP BAPI_EXCHRATE_CREATEMULTIPLE - Insert One or More Exchange Rates in SAP Tables

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CHG_FIXED BAPI1093_2-CHG_FIXED C 1 SPACE X 'X' = Permit Changes to Fixed Exchange Rate
DEV_ALLOW BAPI1093_2-DEV_ALLOW N 3 '000' X Permitted Difference to Old Exchange Rate as Percentage
UPD_ALLOW BAPI1093_2-UPD_ALLOW C 1 SPACE X 'X' = Update of Existing Exchange Rate is Also Permitted

Paramètre Reférence Long. Facultatif Description
EXCHRATE_LIST BAPI1093_0 52 Import: List of Exchange Rates To Be Generated
RETURN BAPIRET2 548 Messages

Functionality
The API method makes it possible to write one or more entries to theexchange rate table. The system performs an authorization check formaintenance of exchange rate tables.
INCLUDE BAPI_TEXT_SET_COMMIT OBJECT DOKU ID TX

Example
Example of a table entry:
INCLUDE BAPI_TEXT_CURR_EXAMPLE OBJECT DOKU ID TX

Notes
When the method has been executed, the first row of the log tablecontains general information about the update status. All other rowscontain information about the valuation of the individual rows in thespecified exchange rate table.

Description
INCLUDE BAPI_TEXT_PARAM_CHG_FIXED OBJECT DOKU ID TX

Value range
SPACE = 'No changes to fixed exchange rates permitted'
'X' = 'Changes to fixed exchange rates permitted'

Default
SPACE

Description
INCLUDE BAPI_TEXT_PARAM_DEV_ALLOW OBJECT DOKU ID TX

Value range
001 - 999

Default
000 = 'No variance check'

Description
INCLUDE BAPI_TEXT_PARAM_UPD_ALLOW OBJECT DOKU ID TX

Value range
SPACE = 'No update permitted'
'X' = 'Update permitted'

Default
SPACE

Description
The individual rows (field strings) in this table have the followingmeaning:
INCLUDE BAPI_TEXT_PARAM_EXCH_RATE OBJECT DOKU ID TX

Value range
To fill the key fields, you can display the list ofexchange rate types and currency codes
.

Description
INCLUDE BAPI_TEXT_PARAM_PROTOCOL OBJECT DOKU ID TX

Value range
Meaning of the parameters in each row:
INCLUDE BAPI_TEXT_PARAM_RETURN1 OBJECT DOKU ID TX