SAP ABAP - READ TABLE Statement for Querying Internal Tables

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

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

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

  • @mpredolim
    @mpredolim 2 года назад +1

    Well done Dustin!

  • @BruceWayne_311
    @BruceWayne_311 3 года назад

    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 Год назад

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

  • @RAHUL19964
    @RAHUL19964 3 года назад +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  3 года назад +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 3 года назад

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

    • @krish1724
      @krish1724 2 года назад

      @@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 Год назад

    Clear and conscie explanation

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

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

      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 2 года назад

    Best link to learn sap ABAP?

    • @itwithdustin
      @itwithdustin  2 года назад

      EasySAPABAP.com comes to mind ;)