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


Please Help Members By Posting Answers For Below Questions

What are aggregated objects : abap data dictionary

603


What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary

567


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

611


How to convert the Unit for 'Distance' (The value from one Unit to another).

1440


What is a table pool?

628






Explain how to create any functions?

594


What is a data dictionary? : abap data dictionary

578


Explain open dataset in sap abap?

801


How we can retrieve data using secondary index. Explain with simple example?

614


What are the different software packets available in the market? : sap abap hr

574


What are the two different ways of building a match code object?

592


What is bdc programming in sap?

616


visibility section for class level and attributes level

817


What is the use of 'for all entries'?

604


What is a data dictionary? : sap abap data dictionary

557