Fonction SAP BAPI_THA_TRANS_IR_CHANGE - Change Individual IR 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_IR_DETAIL-TRANSACTION_ID C 11 Hedge Management: Transaction
TRANSACTIONIR BAPI_THA_TRANS_IR_CHANGE u 154 BAPI: Create and Change IR Transaction Data
TRANSACTIONIRX BAPI_THA_TRANS_IR_CHANGEX u 17 BAPI: Change IR Transaction Data

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

Functionality
You can change an IR transaction in hedge accounting with this method.
You can see which data is to be transferred in the parameterdocumentation.

Description
A parameter for transferring the company code for the BAPI methods ofthe business object IR transaction in hedge accounting (BUS5107). Youneed to enter an existing company code.

Description
A parameter for transferring the hedge plan ID for the BAPI methods ofthe business object IR transaction in hedge accounting (BUS5107). Youmust enter the ID of an existing hedge plan.

Description
Used to check the instance details before the object instance isactually changed in the database. Changing the object instance is onlysimulated 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 IR transaction ID for the BAPI methodsof the business object IR transaction in hedge accounting (BUS5106). TheIR transaction ID must exist (in the hedge plan and in the companycode).

Description
An import parameter for transferring the current value of an IRtransaction hedge accounting.
Refer to the relevant data element documentation in the ABAP dictionaryfor information about the individual parameter fields.

Description
Fields that are selected with an 'X' are to be copied from thecorresponding structure TRANSACTIONIR into the system.

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