Hi All,
How to chage Text Notes in activity. I am using 'BAPI_ACTIVITYCRM_CHANGEMULTI' bapi and passing
text-REF_GUID = w_text-REF_GUID.
text-tdline = note_text.
text-MODE = 'B'.
append text.
textx-TDLINE = 'X'.
append textx.
but its not reflecting changes what i have mentioned in code.
Is there any other parameters i have to pass to BAPI.
Thanks,
Subbu