52 - ABAP Programming - Internal Table Operations - READ TABLE

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

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

  • @deepshahsvnit
    @deepshahsvnit 13 วันที่ผ่านมา +1

    Sir..your videos were of great help to me and i am learning a lot from it...I have a small doubt..is it possible to write codes where we can get all values where payment mode ='D'.. want unsuccessful to be shown only at the last where no value is present ie both 2 and 4 should be displayed..and if i type n then after checking the fifth row it will show unsuccessful and not display 5 rows..thank you

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

      Hello Deepshah - Once you move on to ABAP Programming Part2. You will get the answer of all these questions as you will learn the select queries and validations.

  • @hariedula
    @hariedula 7 หลายเดือนก่อน +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  7 หลายเดือนก่อน

      You need to use loop with where condition.

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

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

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

      @@hariedula Great.

  • @krishnapranavkuchimanchi9637
    @krishnapranavkuchimanchi9637 7 หลายเดือนก่อน +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  7 หลายเดือนก่อน

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

  • @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 ปีที่แล้ว +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 ปีที่แล้ว

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

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

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

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

    I am lucky to see this video

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

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

  • @sajuts5635
    @sajuts5635 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      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 6 หลายเดือนก่อน +1

      @@sapabapbyrahulmehta Thank you, its clear now :)

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

    Hello Sir, May I know how I can I get SAP work bench access for hands on practice, how can I apply!

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

      Please send a mail on rahul3620023@gmail.com, I will share the vendor details. You can take the access from them.

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

    Thanks sir

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

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

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

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