cancel
Showing results for 
Search instead for 
Did you mean: 

FM to get sales order gross price using net price

former_member355261
Participant
0 Kudos

Hello,
I need a function module or method to get the gross price from the net price.

For example if I have in a sales order an item and I know the net price that I want to have for that Item, how can I calculate the gross price that will give me the net price ?

The FM should get the tax rules (percentages) based on the customer, ... and then calculate the gross price based on these rules.

For example if the tax value is 20% and the net price is 1200, the FM should return 1000 as the gross price.

Or like this real example below the gross price is 86,98 and the net price is 100,01

Any help please ?

View Entire Topic
Lakshmipathi
Active Contributor
0 Kudos

For example if the tax value is 20% and the net price is 1200, the FM should return 1000 as the gross price.

In general, net price is nothing but a value before tax and gross price is net value plus tax. Your statement shows vice versa