52 - ABAP Programming - Internal Table Operations - READ TABLE

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024

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

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

    Hello Sir thank you soo much for these lectures.
    However, I have 1 doubt, which I hope that it gets clarified,
    What would happen if we had performed READ TABLE and sy-subrc had a value which is not 0 (i.e. search unsuccessful)
    and we tried to read the values in the columns in the work area.
    I could try this practically and get it clarified but unfortunately do not have access to a SAP system while watching this.

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

      The work area will be blank as no record will move from internal table to work area.

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

    Hi Rahul, thanks for your explinatiion , really appriciated , As you mentioned in the video 52 , read table statment read only first matching records in the internal table , for example , if we want to get all the matching records from internal table ? can we still use read statment ?

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

      You need to use loop with where condition.

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

      Thanks for reply. your vedios really help to improve my ABAP knowledage .

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

      @@hariedula Great.

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

    Thanks sir

  • @sajuts5635
    @sajuts5635 26 วันที่ผ่านมา

    Hello Sir, Thank you for the session. I have one doubt after READ statement which is better to use SY-SUBRC check or work area initial/not initial check?? Also In READ statement key fields should be only primaary keys??

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  25 วันที่ผ่านมา

      Both are same. You can check based upon SY-SUBRC or work area. No, it is not the case, you can pass non-primary key columns also.

    • @sajuts5635
      @sajuts5635 25 วันที่ผ่านมา +1

      @@sapabapbyrahulmehta Thank you, its clear now :)

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

    I am lucky to see this video

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

      Thank you for your feedback. All the best for your learning.

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

    Sir if possible, I you could clear the concept of, how to apply loop and read statement where we have to fetch data from multiple tables, like 5 to 6 tables... This creates very much confusion.. though this video series contains 170+ videos, and I haven't seen all of those, but if this topic is not covered yet, earnest request will be to make a video to clear that confusion, thank you very much for your videos

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

      Hello Arindam, Please go through the video no 63 to 69 in the same playlist. Yes, I took 2 tables, but It is clearly explained We need to opt Loop or READ TABLE. You will get the full idea as It is explained in debugging mode also.

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

      @@sapabapbyrahulmehta thank u very much sir

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

      Sir yes but in real time we get 4 to 5 tables with also different logic like calculation of tax and difference between two dates

    • @himanshudhapola3417
      @himanshudhapola3417 11 หลายเดือนก่อน

      One line item two line item tax total tax, difference between po and pr date like that

    • @himanshudhapola3417
      @himanshudhapola3417 11 หลายเดือนก่อน

      I have seen various videos but such types of scenarios no one mentioned sir please help

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

    SIR I WANT A VIDEO ON READ AND LOOP . A PROPER VEDIO ON READ TABLE MAINLY . PLZZ SIR......

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

      Please proceed in the same playlist, you will find so many videos for the use of Loop and Read Table.