52 - ABAP Programming - Internal Table Operations - READ TABLE

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

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

  • @hariedula
    @hariedula 5 месяцев назад +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  5 месяцев назад

      You need to use loop with where condition.

    • @hariedula
      @hariedula 5 месяцев назад +1

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

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

      @@hariedula Great.

  • @vishnupriya4127
    @vishnupriya4127 3 месяца назад +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  3 месяца назад

      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

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

    I am lucky to see this video

  • @sajuts5635
    @sajuts5635 4 месяца назад

    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  4 месяца назад

      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 4 месяца назад +1

      @@sapabapbyrahulmehta Thank you, its clear now :)

  • @krishnapranavkuchimanchi9637
    @krishnapranavkuchimanchi9637 5 месяцев назад +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  5 месяцев назад

      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

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