A report has statements like:
top-of-page.
write :/.
End-of-page.
write:/.
But the end-of-page is not displayed ?please verify?
Answer Posted / saplead.sai
SAP reserves space for TOP-OF-PAGE event automatically.
But for END-OF-PAGE event to be triggered, we should
EXPLICITLY reserve space using the following
LINE-COUNT 22(2) where 2 LINE space is reserved for FOOTER
to print END-OF-PAGE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different window types in sapscript?
What is the difference between skip and new-line?
What are the function modules used in a sap script driver program?
Explain the call transaction method? : abap bdc
What is payroll driver ? : abap hr
Explain the differences between sap memory and abap memory?
What is a table attribute?
What is synchronous update?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
Explain how do you move on to the next screen in interactive reporting?
Define infotype ? : abap hr
What are the disadvantages of using explicit enhancement?
What is view? Different types of view. Explain?
Is it possible to run host command from SAP environment? How do you run?
when do you need to create an internal table with header line ? and with out a header line?