cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_MON_SC - BADI

Former Member
0 Kudos

Hi,

Would like to know if the BADI BBP_MON_SC can be used to control the list output as per criteria like Purchase Group(assigned to the SC item).

We need to give access to the buyers for this transaction and restrict the SC's they view to their own purchase groups. That is the list of SC's to be shown for any selection criteria they enter should contain only those which have items assigned to their respectivepurchase groups.

Is this possible?

Which method should be used and how?

Any inputs will be highly appreciated.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

dennis_bruder
Employee
Employee
0 Kudos

Hi,

you could use method BEFORE_LIST_SCREEN from BAdI BBP_MON_SC. Just delete all unwanted entries from tables CT_LIST_HEADER & CT_LIST_ITEM.

Regards