cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACTIVITYCRM_CREATEMULTI - PARTNER ERROR

Former Member
0 Kudos

Hi all !

I am creating activities in CRM using the BAPI BAPI_ACTIVITYCRM_CREATEMULTI filling header, partner and reason structures.The activity is being created but the partner information is not filled.

The error message displayed is: Enter (Company) partner.

The fields that I fill are: ref_guid = guid

ref_kind = 'A'

ref_partner_handle = 0001

partner_fct = partner_function

partner_no = partner_number

kind_of_entry = 'C'

display_type = 'BP'

no_type = 'BP'

Did someone get this difficulty and can help me

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Leonardo,

Try using the function module "CRM_ORDER_MAINTAIN" to create an activity. This function module is more stable & reliable than the BAPI_ACTIVITYCRM_CREATEMULTI.

Let me know if this helps!

Jash.

Former Member
0 Kudos

Jash

Thanks !