SAP ABAP - READ TABLE Statement for Querying Internal Tables

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2021
  • In this video, I introduce you to the READ TABLE statement. This statement works much like a SELECT statement does, though for internal tables as opposed to SAP Data Dictionary database tables.
    For any questions, please feel free to leave a comment, or shoot me an e-mail at: dustin@dustinredmond.com
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    The difference in quality of these explanations, compared to many others on this subject in youtube, is huge. Thanks for this great video!

  • @learner2027
    @learner2027 2 ปีที่แล้ว

    Nice explanation. Thanks

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

    Well done Dustin!

  • @BruceWayne_311
    @BruceWayne_311 2 ปีที่แล้ว

    is there a way to have a test system/connection to test code in sap? I can't find a tutorial for it

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

    How can ee fetch 2 index valued in a single read statment

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

    Clear and conscie explanation

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

    Hi can you explain difference between loop at and read table that will be veruly helpful, i mea when to use read table andd loop at statements

    • @easysapabap9040
      @easysapabap9040  2 ปีที่แล้ว +2

      Hi Rahul. I will make a video on READ TABLE and LOOP AT commands tomorrow, but in summary, LOOP AT is used when you want to process multiple records of an internal table, READ TABLE is used for retrieving a single record from an internal table.

    • @RAHUL19964
      @RAHUL19964 2 ปีที่แล้ว

      @@easysapabap9040 actually i want to know how read table works inside the loop statement

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

      @@easysapabap9040 wonderful explanation mr. My bro
      If I have any doubts on sap ABAP
      I will let you know
      Please clarify me
      Can I have your contact number please

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

    Hello sir...!
    I'm at my new workplace.they asked me to retrieve pr list from last 3 days using tables in ABAP.plz help me out

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

      Hello and thanks for watching!
      Purchase Requisition table EBAN is where you should start, but there are a lot of standard transactions that let you query based on date. It might be best to direct the user to one of those first. I have other videos on how to build ALV reports by querying database tables, so check those out if it’s still unclear.

  • @Usharani-ys5cc
    @Usharani-ys5cc ปีที่แล้ว

    Best link to learn sap ABAP?