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