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?
Answers were Sorted based on User's Feedback
Answer / 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 |
In addition to Lokesh I will add.
U can also use AT PF#.
And the rest remains same.
Good Luck
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rahimul
top-of-page triggers after every right statement triggers
in basic list,
top-of-page during line selection triggers after every
secondary list display........
Is This Answer Correct ? | 5 Yes | 5 No |
Answer / venkateswarlu.bandi
by using the system variable sy-lidex
Is This Answer Correct ? | 3 Yes | 5 No |
What is the difference between collect and append statements?
What is functions and transaction code
How to read files and process BDC's automatically ?
What are types of Projects ?
13 Answers ERP Solutions, Satyam,
Is it possible to write code in LSMW if so when will you write?
Tcode for create Basic ALE settings?
What is luw?
How can you change the style of Logo or type of Logo?
When i create a Table Maintenance Generator ,which is the event that will Trigger ?
What is the system field that stores the level of the list?
What is pass by value and what is pass by reference? Which is better?
what is long text?