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

Abt Interactive report

Former Member
0 Likes
479

Hi

In interactive report suppose iam generating 5 secondary lists.How do i come back to 2nd secondary list

3 REPLIES 3
Read only

dhruv_shah3
Active Contributor
0 Likes
460

Hi,

You have to put some hotspot telling previous or next.

SY-LSND is used for navigating in the Interactive Report.

HTH

Regards,

Dhruv Shah

Read only

0 Likes
460

Hi,

SY-LSIND is used for navigating between the scondary lists in the interactive reports.

Regards,

Sreekanth.G

Read only

Former Member
0 Likes
460

HI,

At line-selection.

if sy-lsind = '1'.

write:/ itab-matnr.

elseif  sy-lsind = '2'.

write:/ itab1-ebeln.
endif.

Regards,

S.Nehru.