Loop At Group By | Real Time Example | Where to use | Recommended over Control Break Statement

  Рет қаралды 1,683

Pankaj Kumar - SAP Tech Trainer

Pankaj Kumar - SAP Tech Trainer

Күн бұрын

Пікірлер: 6
@bollywooduptonow306
@bollywooduptonow306 3 жыл бұрын
Thank you Sir🙏
@Gaming_station93
@Gaming_station93 3 жыл бұрын
In ATP check, it gives priority 1 check 'LOOP INSIDE LOOP'. will it has a performance issue just like loop inside loop?
@pankajkumaram
@pankajkumaram 3 жыл бұрын
Yes, it looks like a loop inside the loop but not exactly. Grouping happens at the kernel level in an optimized way so No performance issue. this approach is recommended by SAP. In Horst Keller's words"Looks like dreaded nested LOOPs, but it isn’t quite that - no quadratic behavior! What happens here is that the first LOOP statement is executed over all internal table lines in one go and the new GROUP BY addition groups the lines. Technically, the lines are bound internally to a group that belongs to a group key that is specified behind GROUP BY. The group key is calculated for each loop pass. And the best is, it need not be as simple as using only column values, but you can use any expressions here that normally depend on the contents of the current line, e.g. comparisons, method calls, …. The LOOP body is not evaluated in this phase!" Reference: blogs.sap.com/2014/10/02/abap-news-for-740-sp08-grouping-internal-tables/
@Gaming_station93
@Gaming_station93 3 жыл бұрын
@@pankajkumaram Thought as much. Insightful explanation. Aur sir Hindi mein bnao videos. Majaa aa jayega
@sapabaponhana-training5607
@sapabaponhana-training5607 3 жыл бұрын
Sir.. you are awesome :)
New Syntax - Part 3  Switch | Corresponding | FOR THEN UNTIL | WHILE LOOP with Group | LOOP AT GROUP
2:11:10
26 sap abap syntax learning control break statement
18:11
zafar karnalkar
Рет қаралды 9 М.
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
LOOP AT  Group By SAP ABAP on HANA PART - 3 ( Real time example)
18:33
SAP TECHNOMANIAC
Рет қаралды 2,5 М.
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН
Module Pool Check Box in Detail
49:04
Pankaj Kumar - SAP Tech Trainer
Рет қаралды 3,4 М.
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 44 МЛН
LOOP AT GROUP BY in SAP ABAP - 3 Examples [english]
11:55
Cust&Code in SAP ABAP
Рет қаралды 6 М.
101 - ABAP Programming - Control Break Statements With Sum Statement Part6
12:54
SAP ABAP by Rahul Mehta
Рет қаралды 5 М.
Video 8: ABAP on HANA - Group By functionality
36:20
Just2Share
Рет қаралды 3,6 М.
LOOP AT  Group By SAP ABAP on HANA PART - 1  (  Representative Binding )
14:24