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

interactive reporting

Former Member
0 Likes
566

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

hi Uma,

Just include

SY-LSIND = '3'

<b></b> in your code to go back to third list..

Regards,

Santosh

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

4 REPLIES 4
Read only

Former Member
0 Likes
549

Hi,

Set the sy-lsind = '3' to go back to the 3rd list..

SY-LSIND = '3'.

Thanks,

Naren

Read only

Former Member
0 Likes
549

Please try by setting list index i.e SY-LSIND = 3.

Kind Regards

Eswar

Read only

Former Member
0 Likes
550

hi Uma,

Just include

SY-LSIND = '3'

<b></b> in your code to go back to third list..

Regards,

Santosh

Read only

Former Member
0 Likes
549

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.