cancel
Showing results for 
Search instead for 
Did you mean: 

Implement BADI COM_PARTNER_DETERM

Former Member
0 Kudos

Hi,

I have requirement to implement COM_PARTNER_DETERM to determine the sales rep for the customer partners. This is fliter dependent BADI. Can some one help me on how to implemene this BADI.

As per BADI documentation, I have created an source entry-ZBP in COMV_PARTNER_DOR and added the same source as filter in the badi. But the BADI implementation is not getting called when I change the partner . Please guide me

Thanks,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This BADI is dependent on the partner determination procedure configuration.

Put the break point in below code from where BADI gets triggered.

Program Name : LCOM_PARTNER_OWF14

Line No : 156 - CASE   ls_access_sequence_step-origin.

Line No: 211 -    WHEN gc_partner_origin-business_addin_1 OR
           gc_partner_origin-business_addin_2 OR
           gc_partner_origin-business_addin_3.

There is one more BADI gets triggered   COM_PARTNER_BADI which can also be used.

Line No : 292 - WHEN OTHERS. In this step on line no 309 your BADI gets triggered to determine partners.

Debugging this will solve your issue.

Regards,

Naresh

Former Member
0 Kudos

Hi Naresh,

I have tried to create access sequence and assign the same to the partner determination procedure. but I think the configuration is not correct and hence the badi com_partner_determ implementation is not getting called. I have asked my functional team to check the same if the configuration is correct. We will try it after the configuration is done by the fucntional team.

Thanks a lot for the info.

Very helpful.

Answers (0)