‎2007 Jul 25 9:32 AM
‎2007 Jul 25 9:37 AM
Hi..
AT LINE-SELECTION.
CASE SY-LSIND.
WHEN 1.
<b> SY-LSIND = 0.</b>
ENDCASE.
Reward if Helpful.
‎2007 Jul 25 9:37 AM
Hi..
AT LINE-SELECTION.
CASE SY-LSIND.
WHEN 1.
<b> SY-LSIND = 0.</b>
ENDCASE.
Reward if Helpful.
‎2007 Jul 25 9:38 AM
Hi Masood,
If you print the list using internal table means clear the list data's through the Internal Table.
For Example, Your Internal Table is ITAB means,
Clear Itab[] or Refresh Itab.
Thanks.