cancel
Showing results for 
Search instead for 
Did you mean: 

Live Auction Cockpit, price validation check

Former Member
0 Kudos

Hi Experts,

I am working on Live Aution Cockpit of SRM-EBP.

We have to create one check on price, we have start price (eg. 1000), decrement price (eg. 10).

We have to create one check on Bid Price should not be less that 5 times of Decrement price.

Mean if bidder is giving price 940 for bid, it should not be allowed and one error message should be generated "the decrement of price is more than 5 times of decrement price".

Whare we can write the code for this condition ? as I was trying to make debugging, but not got success.

Study SAP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think this can be done using the BBP_DOC_CHECK_BADI.

Call the FM BBP_PD_AUC_GETDETAIL and check for the price and accordingly generate the error message.

You need to do the coding under BUS2208

Hope it helps.

Thanks,

Pradeep

Former Member
0 Kudos

I have done the code, but I am not able to debug the Live Auction Cockpit,

suggest me, how I can debug Live Auction Cockpit, Where I have to set Breakpoint.

Study SAP

Answers (0)