cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency

former_member223028
Participant
0 Kudos

Dears

I have a scenario like follows

Value discounting in po should happen from the quality inspection(Active ingredients)

So how we can achive this

We don't want to use dependency formula,

so there is any other method available to achive this other that dependency formula

Abu

Accepted Solutions (0)

Answers (2)

Answers (2)

svs_sap
Active Contributor
0 Kudos

Hi

As you are using active ingredient management, use the result value and with support from ABAP do the required logic build for PO discount. You can use exit as suggested by Mr. Anup.

Regards,

Sharat

anup_patil3
Active Contributor
0 Kudos

Hi Abu,

What's this requirement is about ??

Value discount in PO should happen after UD made or after some other event from QI ?

In order to have this, you need to do enhancement using some customer exit.

e.g. Exit-MCQ10001 (Update for the event usage decision). By having ABAP code into this, you can try to update a relevant Condition in PO for a discount.

Regards,

Anup