‎2007 Apr 04 2:49 PM
i know we can create 21 lists(1 basic + 20secondary) ,can we create more than 21 list if so how???
how can we go back for 9th list to 2nd list in interactive reporting???
Regards,
kamala
‎2007 Apr 04 2:50 PM
Hi,
You can't create more than 20 secondary lists.
using the field Sy-LSIND you can navigate between lists.
if Sy-lsind = 9.
sy-lsind = 2.
endif.
reward if useful
regards,
Anji
‎2007 Apr 04 2:50 PM
Hi,
You can't create more than 20 secondary lists.
using the field Sy-LSIND you can navigate between lists.
if Sy-lsind = 9.
sy-lsind = 2.
endif.
reward if useful
regards,
Anji
‎2007 Apr 04 2:51 PM
Hi Kamala,
When you are in 21st secondary list, call another report program using SUBMIT. YOu can have another 21 lists for that report.
2)
at line-selection.
if sy-lsind = 9.
sy-lsind = 2.
endif.
Regards,
Ravi
‎2007 Apr 04 2:52 PM
hi,
we cant create more than that.
to go back to 2nd list from 9th list.
if sy-lsind = 9.
sy-lsind = 1.
endif.
regards,
pankaj singh