‎2007 Jul 30 4:43 AM
what is the diffrence between end-of-page and end-of-selection.?
‎2007 Jul 30 4:47 AM
‎2007 Jul 30 4:47 AM
‎2007 Jul 30 4:47 AM
Hi,
END-OF-PAGE
This statement defines an event block that is raised by the ABAP-runtime during creation of a basic list, if there is a line reservation in the addition LINE-COUNT of the initiating statement for a page footer, which was reached while writing to this page.
END-OF-SELECTION
This statement defines an event block, whose event is raised by the ABAP-runtime environment during the calling of an executable program , if the logical database, with which the program is linked, has completely finished its work.
Regards,
Shruthi R
‎2007 Jul 30 4:47 AM
hi
<b>End-of-Page.</b>
It is used to have a standard footer for all the pages.
Triggered by the program if the number of records exceed the line-count of the program.
<b>
End-of-selection.</b>
After all the data has been selected this event writes the data to the screen.
Hope this helps
<b>if it helped, you can acknowledge the same by rewarding</b>
regards
dinesh