Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum Royalty check in during Create Rebate Agreement( vbo1 transaction)

former_member873340
Active Participant
0 Kudos
132

Hi experts,

There is need to implement a maximum royalty check for a particular material.

This maximum percentage is stored in the material master itself.( Say 10 %)

When a Rebate Agreement is created / changed a particular amount is entered against a pricelist.

Now the check to be implemented is that the amount entered against each material should not exceed the maximum percentage defined for that material.

Additionally this check should handle the scale check.

Is this check can be done through a BADI / Exit or functionally.

Any idea on how to handle this would be of great help.

Regards,

Gowri

1 REPLY 1

former_member873340
Active Participant
0 Kudos
107

Hi All,

I am closing the trend. I was able to achieve the above check with the help of the badi

SD_COND_SAVE_A.

Gowri