In interactive reporting, suppose i go to N'th list from
basic list(primary data) & i wanna come back directly to
basic list. So how can i achieve this without using ESC or
back button?? Is it possible using set screen 0??
Answer Posted / naveen
using sy-lsind we can move from one list another list as
sequence only not posibble come back from nth list to basic
list.
using at-user command event only possible.
if it is wrong correct me.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how to genernate 21 sencondary index
Sal abap on hana interview
How is time management and payroll is integrated? : sap abap hr
what is diff between idocs,bdc,rfc and bapi. give real time answer
How memory management happens for internal tables and work areas in abap?
What is elementary search help? : sap abap data dictionary
Explain the difference between float and packed data type?
how 2 create the normal form by using functional module
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What happens if only one of the commands set screen and leave screen is used without using the other?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Name some data dictionary objects?
How do you display a data in a detail list?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is its?