Dear Friends,
I need to display Case Type (characteristic) as the only row for which I have written code in update routine as follows:
if COMM_STRUCTURE-/BIC/ZCPLNTST = 'N' "Approved Cases
and COMM_STRUCTURE-/BIC/ZREJFLAG <>'Y'
RESULT = 1.
else if----
RESULT = 14
so on...
endif.
Now there are 14 such possible case types.
My problem is that I want all 14 of these case types to get displayed irrespective of their containing any data for chosen period of time. What's happening is when I choose May'09 it diplays only 4 case types.......only 6 for May-June'09.
Is a solution possible??
Thanks.