cancel
Showing results for 
Search instead for 
Did you mean: 

Badi BBP_PGRP_ASSIGN_BADI is not getting triggered

Former Member
0 Kudos

HI Experts,

Badi BBP_PGRP_ASSIGN_BADI is not getting triggered.i have implemented this badi for determine the purchasing group based on location.we do not want to hit ECC for determine purchase group, we are created Ztable on SRM side in this we maintain Purchase group and Location.

Please let me know, after which process the BADI will be triggered.Is this badi correct one to proceed.

This is the SRM 7.0 implementation.

Tanks in advance

Edited by: suresh.mv on Dec 7, 2011 7:10 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello suresh,

Please try using BBP_PGRP_FIND BADI.

This badi gets triggers while shopping cart creation.

Regards,

Neelima

Former Member
0 Kudos

HI neelima,

How can we get the Item details in BBP_PGRP_FIND badi,we need Plant to fetch the appropriate Purchase group from Ztable by using Function module.

Edited by: suresh.mv on Dec 8, 2011 7:14 PM

Former Member
0 Kudos

Hello suresh,

Just append the structure BBPS_RESP_ITEM_DATA_BADI i.e import parameter with IS_RESP_ITEM_DATA with GUID TYPE CRMT_OBJECT_GUID.

When SC is created the GUID is passed in this structure and you get the Sc details by BBP_PD_SC_GETDETAIL.

Please reward if it works.

Regards,

Neelima