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
What’s value table?
What are pooled tables?
What are the disadvantages of using explicit enhancement?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What will happen when we use fully buffered in abap?
What is a database view? : abap data dictionary
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is web dynpro for abap?
What are the types of indexes in abap?
What is dynamic action? : sap abap hr
What is a match code? : abap data dictionary
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is system-land-scape of your project?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the system fields?