Fonction SAP BAPI_THA_TRANS_FX_DELETE - Delete Individual FX Transaction

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
COMPANYCODE BAPI5105-COMPANY_CODE C 4 Company Code
HEDGEPLAN BAPI5105-HEDGE_PLAN C 13 Hedge Management: Hedge Plan ID
TESTRUN BAPI5105-TESTRUN C 1 SPACE Switch to Simulation Mode for Write BAPIs
TRANSACTIONID BAPI_THA_TRANS_FX_DETAIL-TRANSACTION_ID C 11 Hedge Management: Transaction

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 X Return Parameter(s)

Functionality
A selected FX transaction can be deleted.

Description
A parameter for transferring the company code for the BAPI methods ofthe business object FX transaction in hedge accouting (BUS5106). Youmust enter an existing company code.
This parameter implements the key field of the business object with thesame name.

Description
A parameter for transferring the hedge plan ID for the BAPI methods ofthe business object FX transaction in hedge accouting (BUS5106). Youmust enter the ID of an existing hedge plan.
This parameter implements the key field of the business object with thesame name.

Description
Used to check the instance details before the object instance isactually deleted in the database. Deletion of the object instance isonly simulated and the database is not updated.
The following values are possible:
' ' (no value)
No value means that the update takes place. This is the standard settingand corresponds to the normal expectations of the calling program.
'X'
This value means that this BAPI is called in simulation mode only andthat no update takes place during the call.

Description
A parameter for transferring the FX transaction ID for the BAPI methodsof the business object FX transaction in hedge accouting (BUS5106). TheFX transaction ID must exist (in the hedge plan and in the companycode).
This parameter implements the key field of the business object with thesame name.

Description
Compare the documentation on the parameter with the same name inCREATE-BAPI of the business object Hedge Plan (BUS5105).