Rahul, I am a functional consultant.. I have been watching many other abap videos, but your content is unique and clear information, Thanks for your time and making videos..
Dear teacher, I don't know if you are a believer. But after watching each of your videos, I pray to God to give you all the beauties you wish for. I'm glad there is a wonderful teacher like you somewhere in the world. Many greetings and love from Turkey.
First of all thank you so much sir for uploading such a nice videos. Because as a middle class family it's impossible to get the admission in private institute to learn such type of courses. Thank you so much sir.....
When there are multiple conditions always prefer the 'case' statement over 'if' statement because 'if' statement checks all conditions until we get the true condition but 'case' statement directly jumps to true condition. So 'case' is performance effective compared to 'If'
What is the reason for jumping directly into correct statement... In CASE the WHEN value is temp store in backgound so in realtime it's able to jump on correct statement???
For the end user, performance of the program is one of the important criteria. CASE returns the result faster as compared to IF, when we have multiple conditions. Once you proceed in the same playlist, You will find the topics on best performance practices.
In case of CASE Statement, System Internally creates a Jump table which has all the conditions, When the code executes, It will directly jump to true condition of Jump table.
Sir, Without checking every statement , How the system know that it's not looking for that case. it has to check in order to reach the final when statement.
In case of CASE Statement, System Internally creates a Jump table which has all the conditions, When the code executes, It will directly jump to true condition of Jump table.
I've one question sir... In SE38 of ABAP editor, why is that dotted lines and stars are appearing for every program? *&............Report........... *&............................... What these lines are going to tell us?
Hello, This is the commented lines of code which is available at the top of every program. In projects, We write the information like purpose, Date, Time, Last change other necessary information at the top of the program in the form of commented lines.
Hello Yashwanth, I don't have any practice programs dedicated to IF, ELSE statements and additions, I have complete programs which consists of queries, LOOP etc. You can drop a mail on rahul3620023@gmail.com. I will forward those complete programs.
Rahul, I am a functional consultant..
I have been watching many other abap videos, but your content is unique and clear information,
Thanks for your time and making videos..
Thank you Ravi for your Valuable Feedback.
Dear teacher,
I don't know if you are a believer. But after watching each of your videos, I pray to God to give you all the beauties you wish for. I'm glad there is a wonderful teacher like you somewhere in the world.
Many greetings and love from Turkey.
Thank you very much for your gratitude and respect. Wishing good luck for your learning journey.
First of all thank you so much sir for uploading such a nice videos. Because as a middle class family it's impossible to get the admission in private institute to learn such type of courses. Thank you so much sir.....
Thank you for your kind Feedback. All the very best for your Learnings and Keep growing.
When there are multiple conditions always prefer the 'case' statement over 'if' statement because 'if' statement checks all conditions until we get the true condition but 'case' statement directly jumps to true condition. So 'case' is performance effective compared to 'If'
thank you very much for the videos sor. u are doing great job for us. ❤
Thank you.
Thanks sir from your point of view differences between case and if statement share with us
Thank you..well explained..
VERY GOOOOOOOOD
Thank you.
What is the reason for jumping directly into correct statement... In CASE the WHEN value is temp store in backgound so in realtime it's able to jump on correct statement???
For the end user, performance of the program is one of the important criteria. CASE returns the result faster as compared to IF, when we have multiple conditions. Once you proceed in the same playlist, You will find the topics on best performance practices.
Thankyou...for clear explanation 👏
Thank you.
Without going to every individual condition ,
how the system get to know which condition is correct
in case of case statement
In case of CASE Statement, System Internally creates a Jump table which has all the conditions, When the code executes, It will directly jump to true condition of Jump table.
Sir, Without checking every statement ,
How the system know that it's not looking for that case.
it has to check in order to reach the final when statement.
In case of CASE Statement, System Internally creates a Jump table which has all the conditions, When the code executes, It will directly jump to true condition of Jump table.
Hi sir,
can you share the ppt u prepared while explaining.
Please drop a mail on rahul3620023@gmail.com, I will forward.
case statement means switch case statement right ???
Yes.
Perfect and thanks!
Thank you.
Super sir I really good understanding
Thank you.
Sir if u have a any notes please be share us sir
@@pragadeeshm8455 The notes are available at the end of every playlist.
Ok sir
I've one question sir...
In SE38 of ABAP editor, why is that dotted lines and stars are appearing for every program?
*&............Report...........
*&...............................
What these lines are going to tell us?
Hello, This is the commented lines of code which is available at the top of every program. In projects, We write the information like purpose, Date, Time, Last change other necessary information at the top of the program in the form of commented lines.
@@sapabapbyrahulmehta Thanks a lot sir 👍👍👍
Sir I have to give ranges to to my input suppose 1 to 10 .how will I apply in when condition
Once you proceed in the same playlist. You will get the answer of this automatically.
@@sapabapbyrahulmehta ok sir
I believe Case is similar to Switch in java and C.
Yes.
awesome tutorial sir
Thank you.
hello sir can you give me some practice programms for if else and addition,sum for practice .
Hello Yashwanth, I don't have any practice programs dedicated to IF, ELSE statements and additions, I have complete programs which consists of queries, LOOP etc. You can drop a mail on rahul3620023@gmail.com. I will forward those complete programs.
Can you please share all the ppts please
Sent.