1.

How Do We Describe Start –of-selection And End-of-selection?

Answer»

The start and the finish of the main PROCESSING LOGIC, which is default for every ABAP/4 application; the statements from START-OF-SELECTION to END-OF-SELECTION are executed automatically, there is no requirement for having END-OF-SELECTION. Every procedural STATEMENT in ABAP APPLICATIONS are DEPENDENT by default on the START-OF-SELECTION.

The start and the finish of the main processing logic, which is default for every ABAP/4 application; the statements from START-OF-SELECTION to END-OF-SELECTION are executed automatically, there is no requirement for having END-OF-SELECTION. Every procedural statement in ABAP applications are dependent by default on the START-OF-SELECTION.



Discussion

No Comment Found