13 - ABAP Programming - Conditional Statements - CASE

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 46

  • @raviteja5021
    @raviteja5021 Год назад +6

    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..

  • @meltemgurler8357
    @meltemgurler8357 2 месяца назад +1

    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.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  2 месяца назад

      Thank you very much for your gratitude and respect. Wishing good luck for your learning journey.

  • @bhushangayake2840
    @bhushangayake2840 Год назад +3

    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.....

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад +1

      Thank you for your kind Feedback. All the very best for your Learnings and Keep growing.

  • @sapworld10x
    @sapworld10x Год назад +3

    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'

  • @That_ModernDesi_girl
    @That_ModernDesi_girl 10 месяцев назад +2

    thank you very much for the videos sor. u are doing great job for us. ❤

  • @arokiajoshua73
    @arokiajoshua73 Год назад +1

    Thanks sir from your point of view differences between case and if statement share with us

  • @AhamedKabeer-wn1jb
    @AhamedKabeer-wn1jb Год назад +1

    Thank you..well explained..

  • @xxcc5101
    @xxcc5101 Год назад +2

    VERY GOOOOOOOOD

  • @dhirajkumar-vy8oi
    @dhirajkumar-vy8oi Год назад +1

    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???

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад +2

      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.

  • @gollaaparna7434
    @gollaaparna7434 Год назад +1

    Thankyou...for clear explanation 👏

  • @alludemycourses2831
    @alludemycourses2831 Год назад +1

    Without going to every individual condition ,
    how the system get to know which condition is correct
    in case of case statement

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад

      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.

  • @alludemycourses2831
    @alludemycourses2831 Год назад +1

    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.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад +1

      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.

  • @SarayuKopparapu
    @SarayuKopparapu Год назад +2

    Hi sir,
    can you share the ppt u prepared while explaining.

  • @NomanRaza-t2u
    @NomanRaza-t2u 3 месяца назад +1

    case statement means switch case statement right ???

  • @volkanselimagaoglu2078
    @volkanselimagaoglu2078 Год назад +1

    Perfect and thanks!

  • @pragadeeshm8455
    @pragadeeshm8455 Год назад +1

    Super sir I really good understanding

  • @bhushangayake2840
    @bhushangayake2840 Год назад +1

    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?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад

      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.

    • @bhushangayake2840
      @bhushangayake2840 Год назад

      @@sapabapbyrahulmehta Thanks a lot sir 👍👍👍

  • @KapilBeesayite
    @KapilBeesayite 7 месяцев назад

    Sir I have to give ranges to to my input suppose 1 to 10 .how will I apply in when condition

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 месяцев назад

      Once you proceed in the same playlist. You will get the answer of this automatically.

    • @KapilBeesayite
      @KapilBeesayite 7 месяцев назад

      @@sapabapbyrahulmehta ok sir

  • @indoriasunil8853
    @indoriasunil8853 7 месяцев назад +1

    I believe Case is similar to Switch in java and C.

  • @raushankumarrbario
    @raushankumarrbario Год назад

    awesome tutorial sir

  • @yashwanthvadlamani
    @yashwanthvadlamani Год назад +1

    hello sir can you give me some practice programms for if else and addition,sum for practice .

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Год назад

      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.

  • @godi.srisahithyareddy8743
    @godi.srisahithyareddy8743 10 месяцев назад +1

    Can you please share all the ppts please