cancel
Showing results for 
Search instead for 
Did you mean: 

Sales quotation approval based on price

Former Member
0 Kudos

Hi,

Could anyone suggest how to make the sales quotation is subject to approval only if the manual price is below the standard price a certain percentage?

I know that the user status could be used for approvals, but not too sure whehter this could be link to price?

Thanks

Steven

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

i think we need to use userexit : USEREXIT_SAVE_DOCUMENT_PREPARE

this userexit is useful if there are any checks to be made before a sales document is saved.

so in this userexit we can hav the abap code as such that if manual price < actual price

approve. or else donot approve.

if this is not correct pls ignore.

regs

sridhar

Answers (0)