Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection

Former Member
0 Likes
355

what is the diffrence between end-of-page and end-of-selection.?

1 ACCEPTED SOLUTION
Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
338

Hi,

check this link

regards,

Satyendra

3 REPLIES 3
Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
339

Hi,

check this link

regards,

Satyendra

Read only

Former Member
0 Likes
338

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

Read only

Former Member
0 Likes
338

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