Hi Experts.
I have created the str group key routine in VOFM. and i activated and generted the routin using RV80gen. i found the entries in the table TFRM for the routine.
Its like for specific condition i need to trigger the routine.
I used the following code in the routine.
if condition = true .
xvakey = '011'.
else
xvakey = space.
endif.
But now even though the condition is false its triggering the routine.
Please help me out to solve the issue.