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 is difference between user exit, customer exit and badi?
Explain about Recording Function?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is the difference between sy-tabix and sy-index? Where it is used?
What are plan versions used for? : sap abap hr
What is meant by hot spots? : abap data dictionary
What are the steps in creating screen ?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the disadvantage of a call by reference?
What is difference between check table and value table ?
What is your approach for writing a bdc program? : abap bdc
Differentiate screen painter from menu painter.
What data is contained? : abap data dictionary
What are data classes? What are the various data classes available for selection? : abap data dictionary
Define batch input session?