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

in interactive reporting

Former Member
0 Likes
375

hi

in interactive reporting , other than hide keyword and get cursor logic , is there any ways to develop the interactive reporting. Is it possible to develop the indexig?how?

2 REPLIES 2
Read only

Former Member
0 Likes
348

DIRLL DOWN AND INTERACTIVE REPORT

http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm

Rewards if useful................

Minal

Read only

varma_narayana
Active Contributor
0 Likes
348

Hi Jyothsna..

We can use the Statement

<b>READ LINE <lineno> FIELD VALUE <Fieldname>.</b>

apart from HIDE and GET Cursor.

This statement is used to Read all the lines of the list where the checkbox is selected.

reward if helpful.