Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Change value Price.

ronaldo_aparecido
Contributor
0 Kudos

Hi Guys.

I HAVE a condition in price called IBRX.

The functional need:  sum ZBBK  into IBRX   ( IBRX  = IBRX  + ZBBK  ).

I used a exit and i change the Xkomv and worked ok.

But now the functional needs: sum  ZBBK into all conditions that his  reference is IBRX.

How can I know what conditions are referenced by IBRX?

In XKOMV has thar information ?

Thanks for help

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

Ronaldo,

Follow the below steps for debugging pricing mechanism while looping the Pricing Procedure

1.FM Pricing.

2.Subroutine perform xkomv_aufbauen_aus_komt1.

3.Check for the below code

  * L O O P Pricing Procedure
    loop at komt1 from komk-ix_komt1_v to komk-ix_komt1_b.

4.Within this loop you will find a subroutine

   perform (bedingung_pruefen) in program saplv61a if found.

Put a break point on this LOOP and check what is happening at the desired condition type while it is running through all the condition types of that Pricing Procedure

K.Kiran.

0 Kudos

Thanks the functional asked by others then he configured correctly and worked.Its only parametrization .

Thansk Experts.