cancel
Showing results for 
Search instead for 
Did you mean: 

Tax condition with percentage and maximum amount

former_member294023
Participant
0 Kudos

We have a situation where we need to set up a tax condition (for purchasing) that is 1% but with a maximum tax amount of $80. I don't see how to do it. Is it possible with standard configuration, or is it necessary to do with a user exit?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can create 2 condition types,

one with amount default and one with a % default.

Now after your notmal PBXX condition type and other defaults you have for a particular PO type.

you can assign these 2 condition types on the same step but different counter like 0 and 1 whichever takes precedence per your requirement.

Then on the step, you have a column " Reqt", this controls why you want that particular condition type picked.

Might need a techno-functional person or an ABaper to code in the requirement.

once you take a dropdown on the Reqt column, you will see a coding box on the popup screen, click on it and fire away the requirement.

I havent actually worked on it myself but i know this is how its done.

might as well give it a try.