Application Development 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: 

Interactive Reporting

Former Member
0 Kudos

Hi Experts,

1) How we set the Line-size for secondary list.

2) I am in 14th secondary list .When i click on 'Back' button i want to move

specified secondary list or basic list not 13th secondary list.Please give me a

solution.

3) I want to generate a more than 20 seconday lists.How it possible.

Regards

Pratap.M

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

1.Use <b>new page</b> <b>line-size</b> 1024.

2.Write the logic:

case sy-ucomm.

when 'back'.

sy-lsind = 0. (if basic list or the number of which secondary list you want)

endcase.

3.You can't generate more than 21.

But tou can destroy the old ones by overwritting those .

By stting sy-lsind values.

Regards,

Rama chray.Pammi

2 REPLIES 2

Former Member
0 Kudos

<b>sy-lsind</b> stores the value for the level so modify dat

If sy-lsind = 14

sy-lsind = watever u want say 3.

endif.

Hope dis helps..reward if it does

Former Member
0 Kudos

Hi,

1.Use <b>new page</b> <b>line-size</b> 1024.

2.Write the logic:

case sy-ucomm.

when 'back'.

sy-lsind = 0. (if basic list or the number of which secondary list you want)

endcase.

3.You can't generate more than 21.

But tou can destroy the old ones by overwritting those .

By stting sy-lsind values.

Regards,

Rama chray.Pammi