cancel
Showing results for 
Search instead for 
Did you mean: 

PO Value Limit - User Budget

Former Member
0 Kudos

Hi Gurus,

i've used "Extended Attributes" in PPOMA_BBP within the enterprise' structure of our customer to add a budget check into SRM 5.0 Classic Scenario.

I've filled the field "User Budget" with the amount of EUR which they desire, but if I exceed the limit during the creation of a Shopping Cart i have just a notice that doesn't block the shopping cart. No more. I'd like to have something, a notice, which blocks the procedure if i don't put a value less than the first.

Is this possible? In some customizing's table?

Thanks?

AB

Accepted Solutions (0)

Answers (1)

Answers (1)

khan_voyalpadusman
Active Contributor
0 Kudos

Hi,

There is no customizing available to handle this , only way out is to implement the BADI BBP_DOC_CHECK_BADI , in which you have to incrporate an error message when ever the shopping cart value exceeds the user budget.

You have to find the user attributes and then compare with the shopping cart value.

you can use BBP_READ_ATTRIBUTES for retrieving the user attributes and BBP_PD_SC_GETDETAIL for obtaining the shopping cart details

regards'