SAP ABAP [2020] - ABAP 7.40/7.50- FILTER Operator

  Рет қаралды 18,513

Sooraj

Sooraj

Күн бұрын

Пікірлер: 31
@sanjeevareddy6194
@sanjeevareddy6194 4 жыл бұрын
every time i got a notifcation from you i feel like i am going to enhance my skills. Thanks Sooraj
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Thank you Sanjeeva for such a lovely comment. Keep watching, keep learning :)
@alkorringa8594
@alkorringa8594 3 жыл бұрын
The examples are great. Learn ten times as much from one of your fifteen minute videos then hours of deciphering SAP technical explanation.
@ПавелПетров-ш9ч
@ПавелПетров-ш9ч 3 жыл бұрын
Thank you, Sooraj, for your video. You are the best!
@Squic83
@Squic83 4 жыл бұрын
That's one of the best new operators from 7.40 on. Adios to useless and redundant loops and appends
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Yeah it's a good Operator:-)
@rvdadhich
@rvdadhich 3 жыл бұрын
GREAT LEARNING... THANKS FOR SHARING ❤️👏😊
@amriteshpandey5683
@amriteshpandey5683 2 жыл бұрын
You explanations are always so good and very easy to understand. Thanks for these videos 🙂.
@tolstoy_was_right
@tolstoy_was_right 4 жыл бұрын
Another Great video! Sooraj, thank you 👍👍👍
@azzamklc7664
@azzamklc7664 2 жыл бұрын
appreciate your useful videos sir.
@raheelmirza8180
@raheelmirza8180 2 жыл бұрын
Excellent explanation
@Jai_Programmer
@Jai_Programmer 3 жыл бұрын
I watched all videos in this ABAP 7.4 Playlist. It is very useful. Are Any Topics remaining in this ABAP 7.4?
@navneetjha3833
@navneetjha3833 3 жыл бұрын
Your work is highly appreciated. It is helping a lot on moving to the latest Version of ABAP. Here is a Query. As I checked there are total 11 videos on ABAP 7.4/7.5 coding. These are the only things which we should know in ABAP 7.4/7.5 ? Kindly Respond . Any ways thanks again for the Videos.
@PhilJonesIII
@PhilJonesIII 4 жыл бұрын
That is a pretty cool operator. Might need some practice to explore all the ways it can be used but there is certainly potential there. Thanks for the video. One suggestion: Can you turn off the process bleep when making videos, please? It comes over very loud when using headphones and is distracting. Otherwise, an excellent video, as ever.
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Thanks for your valuable comment Phillip. There were issues with my audio device. Will definitely make sure the audio is very clear from the next time :)
@juliaelena5406
@juliaelena5406 Жыл бұрын
Interesting
@saumyanair8413
@saumyanair8413 4 жыл бұрын
Hi Sooraj, Good work as always. I have a question for you , suppose if we are using multiple operators together in one statement..this will make the operation complex . In such a case is there a way to debug that one statement in parts.
@krishnamrajuaddada5418
@krishnamrajuaddada5418 4 жыл бұрын
Hi saumya, Yes you can use STEP-SIZE option to debug complex syntaxs. The button u can see after F8 button in debugging. Same button we will use to enable and disable.
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Thank you Saumya. For debugging, can you please check the Step size button which you see inside the debugger near to the breakpoint button? It's mentioned by Krishnamraju too. I will show a bit of debugging in one of my upcoming videos. Thanks again for your valuable comment.. :)
@mohammednabeel4381
@mohammednabeel4381 3 жыл бұрын
How to filter based on name and marks for example when my name and marks is char type.I cant filter based on two different fields . error incompatible types
@reenakudiyal6984
@reenakudiyal6984 4 жыл бұрын
Good Explanation.
@Squic83
@Squic83 4 жыл бұрын
By the way is it possible to use "Data(lt_newtab) = FILTER # ( LT_FIRSTTAB WHERE CONDITION )" with a runtime-declared table? ( by @data statement) For example: SELECT * FROM ekpo INTO TABLE @data(lt_ekpo) UP TO 500 ROWS The compiler says that FILTER syntax need a sorted or hashed table in this case, making me declaring a sorted table by non unique key and using a normal select. Tnx!
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Filter operator basically requires a sorted/hashed table or a standard table with key that I mentioned in the video. U may use the FOR keyword as well for ur purpose. Have you checked that video of mine? You can use it something like this after the select statement. Types: tt_ekpo type table of ekpo Data(it_newtab) = value tt_ekpo( for wa in it_ekpo where ( ebeln = '1234' ) ( wa ) )
@jahnaviroy3222
@jahnaviroy3222 4 жыл бұрын
Best explained videos. It enhanced skill. Could u plz make videos on hana
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Thanks Jahnavi .. Noted :)
@chandrakaliki6694
@chandrakaliki6694 3 жыл бұрын
Sooraj, How to get NOT IN values? I want to show attendance = '' using not IN operation
@SoorajSasidharanABAP
@SoorajSasidharanABAP 3 жыл бұрын
can you try with 'EXCEPT IN' addition and see if it works for you?
@Pradhan_Seli
@Pradhan_Seli 4 жыл бұрын
I found it really useful
@SoorajSasidharanABAP
@SoorajSasidharanABAP 4 жыл бұрын
Glad to hear that :)
@lokeshchandu5116
@lokeshchandu5116 3 жыл бұрын
Seriously this is very good. It would be exceptional if you did the same with real time example. Anyway this is cool 😎
@amansrivastava8561
@amansrivastava8561 3 жыл бұрын
you on insta?
SAP ABAP [2020] - ABAP 7.40/7.50- FOR Operator - 1
22:10
Sooraj
Рет қаралды 14 М.
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 36 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 102 МЛН
SAP ABAP [2020] - ABAP 7.40/7.50- REDUCE Operator
19:37
Sooraj
Рет қаралды 16 М.
SAP ABAP [2020] - ABAP 7.40/7.50- SELECT
35:00
Sooraj
Рет қаралды 28 М.
SAP ABAP [2020] - ABAP 7.40 - VALUE Operator
25:34
Sooraj
Рет қаралды 19 М.
SAP ABAP [2020] - ABAP 7.40/7.50- Segment Function
11:08
SAP ABAP [2020] - ABAP 7.40/7.50- FOR ALL ENTRIES
15:10
Sooraj
Рет қаралды 19 М.
SAP ABAP LOOP AT... GROUP BY | 2020 | Advanced ABAP Series
15:49
Code With Brandon
Рет қаралды 14 М.
SAP ABAP - ALV Reports
9:00
TutorialsPoint
Рет қаралды 116 М.
SAP ABAP Interview Training Part 1
48:47
Learn Today SAP
Рет қаралды 17 М.
SAP ABAP [2020] - ABAP 7.40 - CORRESPONDING Operator
10:05
OO ABAP [2020] - Abstract Class - Part 1
15:33
Sooraj
Рет қаралды 18 М.
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 36 МЛН