Fonction SAP BAPI_EXCHANGERATE_SAVEREPLICA - Replication of currency rates

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
LOG_SYSTEM BAPI1093_2-LOG_SYSTEM C 10 Sending System (Owner of Data To Be Replicated)
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 Replicated
RETURN BAPIRET2 548 Export: Log

Functionality
The API methods makes it possible to replicate one or more entries fromthe exchange rate table in an external system. The system carries outan authorization check for the maintenance of exchange rate tables.
INCLUDE BAPI_TEXT_SET_COMMIT OBJECT DOKU ID TX

Example
Example of how exchange rates are replicated:
INCLUDE BAPI_TEXT_CURR_EXAMPLE OBJECT DOKU ID TX

Description
INCLUDE BAPI_TEXT_PARAM_CHG_FIXED OBJECT DOKU ID TX

Value range
SPACE = 'Changes to fixed exchange rates forbidden'
'X' = 'Changes to fixed exchange rates allowed'

Default
SPACE

Description
INCLUDE BAPI_TEXT_PARAM_DEV_ALLOW OBJECT DOKU ID TX

Value range
001 - 999

Default
000 = 'No variance check'

Description
System from which the API method is called up. The system must bedifferent to the system in which the method is called up.

Description
INCLUDE BAPI_TEXT_PARAM_UPD_ALLOW OBJECT DOKU ID TX

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

Default
SPACE

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

Value range
To fill the key fields, you can display the list ofexhange 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