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 Report issue ( hw to come 5th list to back 2nd list directly )

Former Member
0 Kudos

Hi Experts,

I have one issue regarding Interactive report.

--> I am in 5th list , and i want go directly to the 2nd list .

--> Hw we select multiple line of data in one list and pass to another list.

Helpful answers will reward.

Regards,

Vinai.

2 REPLIES 2

Former Member
0 Kudos

at line-selection.

case sy-lsind.

when 5.

sylsind = 2.

endcase.

Former Member
0 Kudos

JUST HARD CODE

SY-LSIND = 2. IN YOUR FN CODE WHERE YOU HAVE TO GO.

i.e.

if sy-ucomm = 'BACK' and Sy-lsind = 5.

sy-lsind = 2.

endif.

regards

shiba dutta