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 are screen painter and menu painter?
Difference between GET and GET Late?
How to declare select-option as a parameter?
Does the external program run in the same sap luw as the caller, or in a separate one?
Explain the advantages of abap query tool?
IS DOMAIN IS REUSABLE ? IS DOMAIN IS CLIENT DEPENDENT OR CLIENT INDEPENDENT..
why you are creating tables ? Already so many Predefined tables are there?
LDB is a program or table?
Hi All, Can u tell me the difference between RFC and BAPI. I know Both are remote enabled.
in bdc. i have created bdc prg and executed. i got output in system. same bdc prg again executed in other system but i dint get the o/p. both system r in n/w connection. wats the prob.plz help me to get o/p.
How do you find number of records present in internal table?
How can we add another field to display in standard SAPSCRIPT? Ex. we have customer address in layout, now we have to add customer Phone no in the same.