cancel
Showing results for 
Search instead for 
Did you mean: 

How to influence the net amount of CustomerInvoice(Items)?

Former Member
0 Kudos

Hi,

is it possible to change the value of a CustomerInvoiceRequest (Item) or of a CustomerInvoice (Item)?

We need to implement a alternative time-dependent pricing, for sales order items?

many thanks for your replies.

Regards

Jürgen

View Entire Topic
Former Member
0 Kudos

Now, this is a good question because the relevant node is deep inside somewhere. You can not manipulate the prices you see directly under Item. I will tell you the path considering Customer Invoice Request as example.

Currency for entire invoice request is set at,

CustomerInvoiceRequest --> PricingTerms --> CurrencyCode


Net Amount for each Item per unit,

CustomerInvoiceRequest --> Item --> PriceAndTaxCalculationItem --> ItemMainTotal --> Rate/DecimalValue

Hope this helps.