1 - Debugging Challenge

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 44

  • @sadanandkumar9121
    @sadanandkumar9121 ปีที่แล้ว +7

    Great Rahul Sir...❤
    Great and bestest ABAP teacher

  • @yellappajaviniki8067
    @yellappajaviniki8067 ปีที่แล้ว +1

    Great share Rahul

  • @ShadabKhan-vc7pc
    @ShadabKhan-vc7pc 9 หลายเดือนก่อน +1

    What a video and explanation Rahul sir. How can anybody simplify ABAP in that much level.. Wow sir.. If I would find you before than my debugging skill would be on another level. You earned my respect as well as subscription to your channel.....

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 หลายเดือนก่อน +1

      Thank you very much Shabad for your encouraging words. Wishing good luck for your learning journey and future endeavors.

  • @sreekanth-w5u
    @sreekanth-w5u 9 หลายเดือนก่อน +1

    Simply Super Sir ......your Explanation is very nice with cool and calm going without hurry.....

  • @FoodMania907
    @FoodMania907 ปีที่แล้ว +3

    Rahul Sir, you are the best teacher For SAP ABAP , currently i am working as SAP ABAP consultant role, and i am getting so many issue related to writing program logic given by functional in some TCODES , and different-different requirements like changes in smartforms logic, data not displaying, wrong data displaying like that issues i am getting from functional consultants, i am unable to write that logic properly or understand where to write logic and flow , in that confused, please help me out , Smartforms and reports are the major part in my daily work in company, 95% work related to data issues ,data mismatched, wrong data, In table no data found , snartforms data not displaying like these issues only i am getting, please help me to tackle all these business problems given by clients.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +1

      In support projects, debugging plays a vital role, You can tackle these issues in a very smooth manner by strong debugging skills. Those who lacked in logic/coding, they improve their coding/logic skills by debugging only. So, understand everything in debugging mode, Logic building/Coding skills automatically improve along with that.

    • @dreamer9857
      @dreamer9857 ปีที่แล้ว +1

      Hello bro, if it is ok may i know where u r working, cmpny.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +4

      @@dreamer9857 I am working as a freelancer Corporate Trainer.

  • @alainjoeltatcheur6696
    @alainjoeltatcheur6696 หลายเดือนก่อน +1

    You have been useful. Thank you for your video.

  • @Nageswara.Rao98
    @Nageswara.Rao98 ปีที่แล้ว +3

    simple and good explanation sir.

  • @MayankL-ok9kj
    @MayankL-ok9kj 8 หลายเดือนก่อน

    I love you sir ,u r best ,I m from sd module learning abap ,the level u explain even 5th STD student will understand, thanks

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน

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

  • @yellappajaviniki8067
    @yellappajaviniki8067 ปีที่แล้ว +1

    Very Informative Rahul, Thank you.

  • @mengutu1
    @mengutu1 7 หลายเดือนก่อน

    Dear Rahul, Your videos are very useful and I really like way of your teaching and passion for teaching. Thanks!

  • @Pvreddy4b3
    @Pvreddy4b3 ปีที่แล้ว +1

    Superb explanation sir

  • @pandu7100
    @pandu7100 3 หลายเดือนก่อน

    really great tutorial, Thanks in advance

  • @pankajmulchandani5508
    @pankajmulchandani5508 ปีที่แล้ว +1

    Crisp explanation sir

  • @abhilok123
    @abhilok123 8 หลายเดือนก่อน +1

    You are 💎 gem

  • @akibjaved1257
    @akibjaved1257 9 หลายเดือนก่อน +1

    sir please make a table control without vizard video

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 หลายเดือนก่อน

      This topic is in the list of noted topic, so will be covered in the future.

  • @FoodMania907
    @FoodMania907 ปีที่แล้ว +1

    Sometimes requirements are to write new report , logic given by functional , i know syntax everything but i stuck while writing Select query ,where to write what ?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +1

      In that case, Your target is to identify the calling area first. Example - I have an ALV and I need to write some logic on a button of ALV, then I know, on this button, User-command will call, so I need to focus that part. Example - I have a Module Pool application, I performed some action, then I need to write the logic in PAI of that screen. So to understand the flow of the program is important.

  • @akshayyelsange1752
    @akshayyelsange1752 ปีที่แล้ว +1

    Hi Sir I would like to connect with you for more personal training..Kindly let me know if yo are available

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว

      Hello Akshay. I am not providing any personal training. You can drop a mail on rahul3620023@gmail.com. I will share the references with you.

  • @fatmaf2366
    @fatmaf2366 6 หลายเดือนก่อน +1

    🙏🙏🙏🙏

  • @nareshnani4444
    @nareshnani4444 4 หลายเดือนก่อน

    Hi sir,
    Without writing start-of-selection what will happen?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 หลายเดือนก่อน

      System by default calls START-OF-SELECTION event when we click on execute button as event triggers at specific time or action. So, if you don't write also, system considers the whole logic as a part of START-OF-SELECTION.

    • @nareshnani4444
      @nareshnani4444 4 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta it will go to select query or what?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  4 หลายเดือนก่อน

      @@nareshnani4444 If we are not writing START-OF-SELECTION, so whatever the logic is written(including each and everything) becomes the part of START-OF-SELECTION. When we want this dedicated logic needs to be the part of this particular event, then we need to specify that event. Please refer to this below mentioned video, you will understand the importance of events.
      th-cam.com/video/1xc1HeoDPxE/w-d-xo.htmlsi=PTv7SnHZAI8H5MPj

  • @ravikiran3332
    @ravikiran3332 ปีที่แล้ว +1

    Nice explanation about Small mistake please give your mail ID sir

  • @ommungse2884
    @ommungse2884 ปีที่แล้ว +1

    Hello sir , Nice explanitation
    Can i have your mail-id so that i can mail you to send me the incorrect programs for debugging.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  ปีที่แล้ว +1

      Thank you. My Email address is rahul3620023@gmail.com.

  • @vhareesh1640
    @vhareesh1640 3 หลายเดือนก่อน +1

    Hi Rahul, Very good explanation. Can you please provide your email id. Thanks in Advance.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 หลายเดือนก่อน

      Thank you. My Email address is Rahul3620023@gmail.com