I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?

Answer Posted / sathish kumar

MAX we can go for 20 SECONDARY LIST AND ONE BASIC LIST TOTAL 21

sy-lisel : contains data of the selected line.
 
sy-lsind : contains the level of report (from 0 to 21)
 

if sy-lsind = '5'.
sy-lsind = 1.
endif.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restrictions on subscreens?

646


What are indexes? : sap abap data dictionary

560


What is meant by hot spots? : abap data dictionary

640


did u done enhancement framework?how u implemented?

5043


Write special commands of list?

579






What are the two levels in defining a match code ?

593


How to eliminate duplicate entries in internal tables?

681


What are the relational operations that can be performed on view in sap? : abap data dictionary

512


performance tuning concepts

959


How do you get the number of lines in an internal table?

620


Differentiate between transparent tables, cluster tables and pooled tables

570


Can you print decimals in type n?

568


What is table buffer?

583


What is erp? : sap abap hr

644


Explain the inside concept in select-options?

562