cancel
Showing results for 
Search instead for 
Did you mean: 

How to create an activity using business partner of document flow

Former Member
0 Kudos

hi guys,

Can anybody help me how to create an activity by using the business partner of document flow.

i am using the function module BAPI_ACTIVITYCRM_CREATEMULTI but it was giving some sort of error in level based.

so if anybody used above type of scenario can help me out. if you have an sample code please post it which is very much usefull..

thnaks

viswam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Viswam,

Check report CRM_CALL_ACTIVITY_INTERFACE. This is demo report provided by SAP for using BAPI BAPI_ACTIVITYCRM_CREATEMULTI.

Regards

Kaushal

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Viswa,

I used this function module to create activity with the doc flow in my case successfully.

CALL FUNCTION 'CRMXIF_ORDER_SAVE'

EXPORTING

data = lt_contract

IMPORTING

return = lt_return.

Regards

Andy

Former Member
0 Kudos

Hi Viswa,

You can use business partner cockpit in CRM to create activities in respect to business partner.

This can be viewed at T-code [CRMD_ORDER_BP]

the activities created for the respective BP can also be viewed in document flow.

regards

satish kumar

*- Award points, if found helpful.