in a report there is two options for each there is a
seperate alv reportt. how to have form top-of-page for both
in same report.
Answer Posted / kishore
Actually here the output is displayed in ALV.. So, we cant
use the statements top-of-page or top-of-page during line
selection. These statements are used in only clasical
reports. so we have to use the ALV function module
reuse_commentory_write to display the top-if-page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we use on change of between select and endselect?
Differentiate between the uline and write: sy-uline statements if any?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How many main windows will be there in a page window?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Explain about workbench request and customization requests?
What is difference between dialog program and a report?
What data is contained? : abap data dictionary
What are logical data bases used in hr module? : abap hr
Why do we need enhancements?
What is the disadvantage of a call by reference?
Explain the call transaction method? : abap bdc
Can we reuse a userexit?
What is static attribute
Can you create an internal table dynamically?(at run time)