2015 May 08 5:37 AM
Hi,
I have created a condition type formula in VOFM for updating the condition type value. I want to know how can i can debug this routine. I even tried update debgging but still its not working.
Please advice.
Hi,
I have created a condition type formula in VOFM for updating the condition type value. I want to know how can i can debug this routine. I even tried update debgging but still its not working.
Please advice.
2015 May 08 12:51 PM
Hi Kinshuk,
it should be equal to any other program. Set a break-point in source code and recalculate pricing.
IF you cannot set break-point, you haven't run RV80HGEN program to reindex all formulas.
IF you set break-point but it didn't stop, your formula is not correctly set in pricing.
Regards,
Frisoni
2015 May 08 1:35 PM
Kinshuk,
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.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |