Media Summary: Explanation of END-OF-SELECTION Event. -Written the Logic as a Part of END-OF-SELECTION Event. -Understanding the Flow ... Understanding of Reports. -Understanding of Taking the requirement to display the output from 2 tables - Order Header Table and Order Item Table. -Declared the Select ...
48 Abap Programming Classical Report - Detailed Analysis & Overview
Explanation of END-OF-SELECTION Event. -Written the Logic as a Part of END-OF-SELECTION Event. -Understanding the Flow ... Understanding of Reports. -Understanding of Taking the requirement to display the output from 2 tables - Order Header Table and Order Item Table. -Declared the Select ... Written the Logic as a Part of START-OF-SELECTION Event. -Understanding the Flow of INITIALIZATION , AT ... Explanation of START-OF-SELECTION Event. -Difference between AT SELECTION-SCREEN and START-OF-SELECTION Event. In our Current Requirement, Rather than Loop, We can use Read Table. -Replaced Loop with READ TABLE.
Syntax of OPEN SQL Query Using SELECT SINGLE INTO Work area/Variables. Declaring Internal table using Table Type created through TYPES keyword. --Declaring Internal table using Table Type created ... Explanation of TOP-OF-PAGE Event. -Writing the Logic for TOP-OF-PAGE Event.