sapdev logo background
sapdev logo sapdev logo
Comments

ABAP END-OF-SELECTION Statement syntax, information and example SAP source code



Return to Statement index



END-OF-SELECTION

Short Reference

ABAP Syntax(Obsolete) END-OF-SELECTION.

What does it do? The statement END-OF-SELECTION is only intended for use in executable programs that are associated with a logical database . The statement defines an event block whose event is triggered as follows by the ABAP runtime environment during the process flow of the executable program:
If the executable program is associated with a logical database,
END-OF-SELECTION is triggered (if the logical database has fully completed its work).
In an executable program without a logical database,
END-OF-SELECTION is triggered directly after START-OF-SELECTION .
Latest notes: In this event block, all data read by the logical database can be processed in summary form.
In an executable program without a logical database, there is no need to implement the event block END-OF-SELECTION .

Example ABAP Coding See Example for Reporting Events
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




END-OF-PAGE
ENDAT




comments powered by Disqus