cancel
Showing results for 
Search instead for 
Did you mean: 

Partner not updated during external list creation

Former Member
0 Kudos

Hi all,

We are facing a problem while creating an external list by taking file data from presentation server. The file has Organization ID, relationship and Person ID (in the order given). We have inmplented BADI CRM_MKTLIST_BADI, method CREATE_BUSINESS_PARTNERS. The implementation is similar to the menthod implementation done in the class CL_DEF_IM_CRM_MKTLIST_BADI.

The problem appears when we provide existing Organization ID in the file input. Instead of updating the Organization data, it is trying to create the organization leading to error. On analysis it is found that the import parameter it_mktlist_bci of the method create_business_partner does not have any data in it.

Appreciate your help,

~Athreya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The issue was resolved by passing relationship valid from and valid to date in the input file. Mapping format is accordingly changed.

Regards,

~Athreya

Answers (0)