Read SAP tables in UiPath with RFC_READ_TABLE

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ค. 2024
  • This video provides a tutorial on how to read SAP tables with the remote-enabled function module RFC_READ_TABLE. It makes a case for why we should use it and presents as well some of its limitations. Then it shows a short demo of using it for Purchase Orders and explains how its parameters could be set up to choose which data to be returned and filter through the results.
    Thanks to Stefan Schnell for his valuable input here. You can check out his website:
    www.stschnell.de/
    00:01 Topic and summary of the video
    00:52 UiPath Hacks intro theme
    01:16 What is the RFC_READ_TABLE
    02:03 Example workflow for RFC_READ_TABLE
    07:15 How to enter multiple filtering conditions
    10:59 Limitations of the RFC_READ_TABLE
    12:00 Wrap-up and conclusion
    Let us keep in touch:
    / gabrielverzea
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Very new content and very helpful

  • @customersupport2036
    @customersupport2036 3 ปีที่แล้ว

    good technical knowledge !

  • @kaginako4389
    @kaginako4389 3 ปีที่แล้ว

    Thanks for sharing

    • @UiPathHacks
      @UiPathHacks  3 ปีที่แล้ว

      My pleasure, Kagi :) Hope it helps.

  • @comradestvkenya8548
    @comradestvkenya8548 3 ปีที่แล้ว

    Nice lecture 👌👌

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

    Amazing

    • @UiPathHacks
      @UiPathHacks  3 ปีที่แล้ว

      indeed, great functionality!

  • @andonii46
    @andonii46 2 หลายเดือนก่อน

    Great video! One question that comes to my mind, what if you want to make SQL queries to several tables using inner join and so on?

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

    How do you do an OR and an AND in the where clause? ex: MATNR = 'MM1' OR MATNR = 'MM2' AND WERKS = 'Plant1'

  • @ullamallepree933
    @ullamallepree933 3 หลายเดือนก่อน

    Hi, i tried to install der package UIpath.SAP.BAPI.Acitvities and got a message:"Unable to load the service index for source ..." After research in some forums i got a tip to install SAP Connectors für Microsoft .NET 3.0 (NCo 3.0) and Microsoft C++ Runtime DLL Version 10.0 . had anyome this problem too and is that really the solution? my employer does not allow to install everything. i have to apply official to install that by our admins. so i want to be sure ,that this could be the solution.

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

    Can we add more than 3 filter/ where clauses ??

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

      Hi Ramya. You mean the filters applied from minute 7:15 onwards ? yes, there should be no real limit. Did you try it and got errors ?

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

      @@UiPathHacks Yes I tried and got as max length issue

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

      @@ramyayadavalli3705 I was not aware of that, I guess I did not try as many filters at the same time.

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

    I want to perform activity after the SAP Report loading the data . what activity we should use. some reports taking 30 sec some takes more than 10 mins . how to handle this.

    • @UiPathHacks
      @UiPathHacks  3 ปีที่แล้ว

      Hi Rathika. for this purpose, I usually check the status bar on the SAP GUI. There usually we get a message when the transaction finished running. Or I check if a button exists, that only exists after the results screen appears (eg. export button). Does this answer your question ?

    • @rathikavenkatesh2510
      @rathikavenkatesh2510 3 ปีที่แล้ว

      @@UiPathHacks I will try and let you know. Thanks for the reply

    • @UiPathHacks
      @UiPathHacks  3 ปีที่แล้ว

      @@rathikavenkatesh2510 You are welcome !

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

      @@UiPathHacks how to check the excel completedly exported from sap. We dnt have the row count

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

      @@rathikavenkatesh2510 that's a great question. In most cases, we would probably get away with a Delay, even if it is not the most efficient solution. But if the waiting time can be much higher until the file is downloaded, I am thinking about checking the file size every few seconds, and when it stops increasing, it means that the file is completely downloaded.

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

    Can you share the xaml? Thanks

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

      sure! just send me a message on my email or linkedin.

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

      @@UiPathHacks I just sent you an email for it also.

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

      @@melissakeays3122 sent you the file. Hope it helps !