cancel
Showing results for 
Search instead for 
Did you mean: 

BADI for Partner determination

Former Member
0 Kudos

Hi,

We have a requirement to get the parent nodes for the sold to party entered in the CRMD_ORDER .The higher nodes should be appearing in the partner tab of the CRMD_ORDER .

In SE19 i have created a Z impementation and added the definition COM_PARTNER_BADI.

I am trying to add the code in the menthod DETERMINATION_ADD_IN_2.

I have put the break point at the above mentioned method.But the execution of the crmd_order is not stopping there.

I have maintained the BADI in the Access sequence also.

Any suggestions pls.

Thanks.

Rohita.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohitha,

Implement the method COM_PARTNER_MERGE rather than the one you implemented.

You can also try the following to check if the BAdI is called at the specific event that you want.

Put a break-point in the class CL_EXITHANDLER method GET_INSTANCE and at run time check the value in the field user_exit.

Let me know if this helps!

Jash.

former_member927251
Active Contributor
0 Kudos

Hi Rohita,

Have you activated your implementation, if not activate it in SE19.

Just try it out.

<b>Reward points if it helps.</b>

Regards,

Amit Mishra

Former Member
0 Kudos

Hi,

You have to customize a partner determination procedure which uses the COM_BADI_Y access sequence. Then, assign the created parter determination procedure to your business document.

Hope this helps

Reward points if you're satisfied

Javier