Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg interactive reports

Former Member
0 Likes
461

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

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

3 REPLIES 3
Read only

Former Member
0 Likes
441

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

Read only

Former Member
0 Likes
440

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

Read only

Former Member
0 Likes
440

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