27 - SAP ABAP New Syntax - REDUCE Operator As a Replacement of LOOP Part1

preview_player
Показать описание
-Explanation of REDUCE Operator.
-Syntax of REDUCE Operator.
Рекомендации по теме
Комментарии
Автор

your work is awesome sir, much appreciated! Invaluable. Thank you so much!

ponduriravikumarofficial
Автор

Looks like UNTIL keyword is used in reverse way for while loop used in other programming language. while ( i < 5 ) is same as UNTIL i > 5

mohammednabeel
Автор

Rahul your videos are helpful and very easy to understand. It would be great if you upload CDS view & O-data materials

rajandutta
Автор

Awesome videos sir after watching your videos it is very easy to understand the topics
Thanks a lot sir

Could you please provide notes for all the topics sir

MahmoudHussein-crwm
Автор

Here we are not used then int +1 in calculation sir only first initial value is 0 + iteration value is 1 until not greater than 5 .... condition not reached we use next sum = 0 + 1 sir but...here use of then int +1 where it increment+1 sir

KANNANKANNAN-vurq