cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting BP Grouping values

Former Member
0 Kudos

We are implementing MDG-Supplier and we are using the Supplier UI.

When a user selects the field BP grouping (in Supplier Details UIBB) there are several values (Std SAP values + the ones created for the project)  in the drop down.

Does any one know of a simple way of restricting these values to just the ones created for the project ?  (FYI - We don't want to delete the SAP std delivered values as they will show up after an upgrade )

Thanks,

Vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can do so by enhancing class CL_BS_BP_GUIBB_ROOT. Create a "post-exit" enhancement to method IF_FPM_GUIBB_FORM~GET_DATA in which you can control the values of the drop-down list. Table CT_FIELD_USAGE will have a row with NAME = 'GROUPING'. You need to update the FIXED_VALUES field in that row.

Former Member
0 Kudos

Wanted to share a simpler solution - the IMG configuration of the BP grouping has a column that specifically says "Hide" (you need to scroll to the right to see this field, thats how I missed it).

Select all those BP groupings that you don't want to be see by the end user. Thats it. !!

Former Member
0 Kudos

Nice! We can definitely use this to remove all those that will never be used. However, is there an option to only show those customer-relevant in the customer CR and only those vendor-relevant in the vendor CR? If not, then the approach above should work for you.

Former Member
0 Kudos

This configuration is at a BP grouping level which is common across customer and vendor - so I don't think its possible to restrict selectively for customer vs vendor.