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
What are number ranges?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Explain what is step-loop? Explain all the steps?
What are the types of subroutines?
What are the different types of mode (run code) in call transaction method?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What is SAP Data conversion ?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
difference between Valuation type and valuation category?
Is sap xi intended to replace ale?
What will happen when we use fully buffered in abap?
what is difference between (internal table types)standard table and sorted table in sap abap....
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary