Hi Vaibhav,
Basically all Condition types with values are stored in KONV table.And the SubTotal A (Carry over price to KOMP-CMPRE (credit price)) is calculated at the Run Time. This Sub Total value does not store the values in any table.
Now the Questions are ;
1. Can this Description Total be stored in a Table?
Ans : Yes, for that you have to assign the SubTotal values of Pricing Control data in V/08 and use the fields from SubTotal 1 to Subtotal 6 (KOMP-KZWI1 to KOMP-KZWI6).
Now save a sales document after these configuration and check the Table VBAP fields from VBAP-KZWI1 to VBAP-KZWI6. You will find the values are permanently stored in VBAP table.
2. Is there any other ways-out ?
Ans : Yes, for that you have incorporate the calculation formula in the ABAP codes with the help of ABAPers.
So, take your opportunity and do whatever you like.
Thanks,
Suman