Hi Vikash,
Without START-OF-SELECTION and END-OF-SELECTION, our program will work.
But by default, Events are required for maintainability. It is required to split the program based on event.
Standard ABAP Program contains the following to split the code. Even without using the below, the program will work, but is required to use in-order to maintain the standard
- Events - Separate program based on Events
- Use Include Statement
- Use Subroutine/Method
Regards
Rajkumar Narasimman