cancel
Showing results for 
Search instead for 
Did you mean: 

Follow on Activity

Former Member
0 Kudos

Hi,

I need to create a follow on activity of an activity using a stand alone program. What is the best way to do it ?

The function module BAPI_ACTIVITYCRM_CREATEMULTI can create the activity. but is there any other way to do it since in case of BAPI_ACTIVITYCRM_CREATEMULTI , I will have to copy all the data from main activity and create relationship. Is there any route/s to archive this ?

Regards,

Vin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinayak,

As you say tht u need to create a follow on activity programatically only way is to call FM BAPI_ACTIVITYCRM_CREATEMULTI and create it.

And you can copy all the values from preceding document by reading CRM_ORDER_READ and have to copy it to the params of that BAPI.

Suppose if ur requirement is creating follow up activities manually from the Preceding document....you can implement CRM_COPY_BADI and where by all the required fields and values will be copied automatically.

But programattically this is the only way to go about...

Ofcourse you can use diff APIs for doing so ...other than that BAPI...

Siva