‎2006 Oct 17 4:09 AM
hi all,
i have created 15 secondary lists from sy-lsind = 1 ....
sy-lsind = 15. if i want to move back from 15th list to
3 rd list how should i code
‎2006 Oct 17 4:11 AM
hi Uma,
Just include
SY-LSIND = '3'<b></b> in your code to go back to third list..
Regards,
Santosh
‎2006 Oct 17 4:10 AM
Hi,
Set the sy-lsind = '3' to go back to the 3rd list..
SY-LSIND = '3'.
Thanks,
Naren
‎2006 Oct 17 4:11 AM
Please try by setting list index i.e SY-LSIND = 3.
Kind Regards
Eswar
‎2006 Oct 17 4:11 AM
hi Uma,
Just include
SY-LSIND = '3'<b></b> in your code to go back to third list..
Regards,
Santosh
‎2007 Jan 23 8:56 AM
Hi Uma,
Set the sy-lsind = '3' to go back to the 3rd list..
if sy-lsind = 15.
SY-LSIND = '3'.
endif.
Try with this.
Cheers,
Shobha.