‎2006 Oct 05 7:10 AM
hi
in the pricing procedure we have 16 fields in that we have sub total field. what it is exactly,how it will work?
thanks
Dwarak
‎2006 Oct 05 7:22 AM
Hi Dwarak,
Place the cursur in that perticular field and press F1.
Next go 4 technical information in that u can see the table name and field(T685T-VTEXT).
Now put a break-point in standard include LV69AO03.
This include contains 5 exits all these exits will trigger whenever u go 4 pricing conditions tab in any application.
Then check the code what was happening for the subtotal in LV69AFZZ.
Regards,
Pradhan.
‎2006 Oct 05 7:28 AM
Hi
U can have two condition types:
- The first one is real condition and the system stores it in the databse (table KONV);
- The second one is always calculated at run time, so the ystem doesn't save it, as the sub total. Here in the customizing it's setted the rule to calculate the subtotal, for example it's the sum only of certain conditions.
Max