2006 May 30 4:07 PM
In my search help exit, While calling the FM
'F4UT_RESULTS_MAP'
the source_tab parameter lt_values has been populated with some values in descending order. But the 'F4' output i am getting is in ascending order.
I had sorted the internal table prior to the call of FM. I have verified my results in debugger.
Let me know what i need to do in order to get the F4 result in the desired order.
Regards
Alok Pathak
2006 May 30 4:15 PM
hi
while passing the changing parameter <b>CALLCONTROL</b>
chk while populating the table make sure that
callcontroltable-sortoff(<b>DDSHF4CTRL-SORTOFF</b>)
is not 'X'.
2006 May 30 4:15 PM
hi
while passing the changing parameter <b>CALLCONTROL</b>
chk while populating the table make sure that
callcontroltable-sortoff(<b>DDSHF4CTRL-SORTOFF</b>)
is not 'X'.