cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACTIVITYCRM_CHANGEMULTI not reflecting changes

Former Member
0 Kudos

HI All,

I want to update the partner info for an activity.

I am updating the Activity in CRM using BAPI_ACTIVITYCRM_CHANGEMULTI and have used BAPI_TRANSACTION_COMMIT after that. No error messages are returned, but the changes are not reflected.

Am I missing something ? any hints ?

are there any alternative BAPi's, FM's to do the same ?

thanks in advance,

Raviraj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raviraj,

Try using the Function module - CRM_ORDER_MAINTAIN. You need to pass the CHANGING parameter - CT_INPUT_FIELDS. This should contain all the fields that you want to change.

After this you need to call the FM - CRM_ORDER_SAVE and then call the BAPI_TRANSACION_COMMIT.

Regards,

Prabhas.