Hi
I have built a user exit for VA21 and VA22 in RV61AFZB as an include
I need to modify the way conditions tab is displayed...
Its a very simple requirement where I need to sumup the records of XKOMV which have the same KSCHL (say VA000) into one record...
KSCHL KWERT KMPRS
VA00 5
VA00 10
Now I need to show it as
KSCHL KWERT KMPRS
VA00 5
VA00 10
VA00 15 X
I have done the above successfully for the table XKOMV but the problem is the above summation runs in a kind of loop and the summation gets appended everytime because of some other standard SAP code
Has anyone faced the problem above... I have tried appending the values only for the last loop but it has other complications