Video není dostupné.
Omlouváme se.

SAP ABAP - READ TABLE Statement for Querying Internal Tables

Sdílet
Vložit
  • čas přidán 5. 09. 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

Komentáře • 15

  • @ForcefighterX2
    @ForcefighterX2 Před rokem +4

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

  • @mpredolim
    @mpredolim Před rokem +1

    Well done Dustin!

  • @saikumarkorada7720
    @saikumarkorada7720 Před 9 měsíci

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

  • @BruceWayne_311
    @BruceWayne_311 Před 2 lety

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

  • @RAHUL19964
    @RAHUL19964 Před 2 lety +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

    • @itwithdustin
      @itwithdustin  Před 2 lety +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 Před 2 lety

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

    • @krish1724
      @krish1724 Před rokem

      @@itwithdustin 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

  • @asutoshpanigrahi5530
    @asutoshpanigrahi5530 Před rokem

    Clear and conscie explanation

  • @anushaanu3273
    @anushaanu3273 Před rokem

    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

    • @itwithdustin
      @itwithdustin  Před rokem

      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 Před rokem

    Best link to learn sap ABAP?