cancel
Showing results for 
Search instead for 
Did you mean: 

Activity Creation in CRM

Former Member
0 Kudos

Dear all,

I want to create an activity in CRM using a standard BAPI - BAPI_ACTIVITYCRM_CREATEMULTI.The activity can be created manually by using transaction CRMD_ORDER but i have written a code to create it where I want to populate partners i.e Activity partner, Contact person and owner, Organisation data, Text, Reason and Status.My program is populating all other data except for partners.The three partners are not getting populated.Can you pls tell me what are the field required to be populated in partner table for passing that table to tha BAPI?

Currently i'm populating partner_no, partner_fct, ref_partner_handle, no_type, display_type as inputs to the partner table.

Please help as to how to use this BAPI so that it populates all the data correctly.

Thanks,

Navin.

Accepted Solutions (0)

Answers (3)

Answers (3)

kapilpatil
Active Contributor
0 Kudos

Hello navin,

Please populate the table PARTNERX with the fields marked as 'X' which you are updating.

Make sure that you have REF_GUID is correctly populated, should be same as GUID of Activity, which also you are populating.

Regards,

Kapil

Former Member
0 Kudos

Hi Navin,

Check program CRM_CALL_ACTIVITY_INTERFACE and see how the relevant fields are being populated for the FM.

Let me know if it helps.

Thank you,

Binno Don Thomas

Former Member
0 Kudos

Fill also ref_guid with activity guid where you want to fill your partners, and ref_kind with 'A' (header).

Regards

Radek