Application Development and Automation 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: 
Read only

pricing procedure

Former Member
0 Likes
306

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

2 REPLIES 2
Read only

Former Member
0 Likes
282

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.

Read only

Former Member
0 Likes
282

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