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

Former Member
0 Likes
326

IN AN INTERACTIVE REPORT AFTER GOING TO 5TH LIST CAN YOU COME BACK TO 2ND LIST AND HOW?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
309

Hi,

Write this in you 5th list

set sy-lsind = 2.

rewards if useful,

regards,

nazeer

2 REPLIES 2
Read only

Former Member
0 Likes
310

Hi,

Write this in you 5th list

set sy-lsind = 2.

rewards if useful,

regards,

nazeer

Read only

Former Member
0 Likes
309

hi,

u can set sy-lsind to 2....

case sy-lsind.

when 1.

....

...

<b>when 5.

// write the code u want o execute

sy-lsind = 2.</b>

....

...

endcase.

Regards,

Viji.