‎2007 Aug 07 11:15 AM
IN AN INTERACTIVE REPORT AFTER GOING TO 5TH LIST CAN YOU COME BACK TO 2ND LIST AND HOW?
‎2007 Aug 07 11:21 AM
Hi,
Write this in you 5th list
set sy-lsind = 2.
rewards if useful,
regards,
nazeer
‎2007 Aug 07 11:21 AM
Hi,
Write this in you 5th list
set sy-lsind = 2.
rewards if useful,
regards,
nazeer
‎2007 Aug 07 11:25 AM
hi,
u can set sy-lsind to 2....
case sy-lsind.
when 1.
....
...
<b>when 5.
// write the code u want o execute
sy-lsind = 2.</b>
....
...
endcase.
Regards,
Viji.