difference betn top-of-page and top-of-page during at-
line-selection? in an interactive report, after going to 5th
list, can you come back to 2nd list? how?
Answer Posted / lokesh
Top-of-page event trigger when ever new page start or
when ever write statement trigger in the start-of-selection.
Top-of-page during line selection triggers when ever
secondary list displays.
By using Function Key F3 we can come back to 5ht list to
2nd list .
[or]
at line-selection.
if sy-lsind = 5.
sy-lsind = 2.
endif.
write : / 'Secondary List:' sy-lsind .
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Define infotype ? : abap hr
How many types of views are there? : abap data dictionary
What are the different function modules used in sapscript?
please give the remaining answers.
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
Explain the disadvantage of using exec sql statement in abap?
Difference between sy-tabix and sy-index? Where it is used?
Explain what are the events in screen programming?
What happens if a function module runs in an update task? : abap modularization
What is a table attribute?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
how to genernate 21 sencondary index
What will you code in start-of-selection & end-of-selection ?
What abap statement will trigger list generation?
What is the difference between a structure and a table?