cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing procedure & condition types

Former Member
0 Kudos

Hello,

I have a simple requirement that consists in redetermine the pricing procedure and it's condition types for a particular invoice:

The is a simple FM that gives me the pricing conditions (values): RV_INVOICE_DOCUMENT_READ ( in stucture XKOMV).

So far so good, but imagine that i change a pricing condition, in tcode VK12, for the same date.

what i want is to redetermine the value of this pricing condition !

I'm using FM: Pricing ( calculation type = 'C') but with no sucess. It doesnt give me the entire conditions in the pricing procedure as well as they dont have values.

Do you have a solution? Can you provide some examples?

Best regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mário,

Please check the pricing type that is being used in PRICING_COMPLETE.

To do:

SE37

^^^^ PRICING_COMPLETE

Breakpoint set at 'preisfindungsart_kopf = calculation_type'

.............................................

  • get pricing type

preisfindungsart_kopf = calculation_type.

incl_konditionen = preliminary.

IF incl_konditionen EQ ' '.

incl_konditionen = 'Y'.

ENDIF.

.............................................

calculation_type = ? (this is the pricing type used)

You may need to change the pricing type used to one that suits your

requirements. Please check the attached note 24832 and test with a

different pricing type.

I hope this helps!

Ruy Castro

Answers (0)