Power Platform + SAP - Creating a Power App accessing SAP via Power Automate and SAP ERP Connector

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

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

  • @vishalkohli7362
    @vishalkohli7362 Год назад +1

    Amazing video demonstrating the Power platform capabilities to connect with SAP.

  • @moisenach1
    @moisenach1 Год назад +1

    Great video that showcases the true power of the M365 platform in combination with SAP

  • @bashi003j
    @bashi003j 3 месяца назад

    Superb explanation. Thank you for creating such a great and clear demonstration.

  • @totoi1234
    @totoi1234 3 месяца назад

    such a great video, perfect explanation! Thank you very much! And even learned some tricks using PowerApps 🙂

  • @markuskamot9910
    @markuskamot9910 Месяц назад +1

    can it also be used to automate task in sap fi

  • @lock-muck-man861
    @lock-muck-man861 5 месяцев назад

    Perfekt explanation! Thank you! :-)

  • @erlanggasatrioaa7080
    @erlanggasatrioaa7080 10 месяцев назад

    Halo, this is the great video that demonstrate integrating process the sap and power app. I am very beginner in field power app development, I have the question about your video, when you are setting the automate flow, from where you have get the information about SAP system? Thanks you

    • @SAPonAzure
      @SAPonAzure  10 месяцев назад

      Are you looking for an SAP System to test? Maybe you can take a look at this video, ruclips.net/video/j1mFeLlroXE/видео.html
      For the setup shown here, you need to use the Cloud Appliance Library (CAL), but stay tuned for upcoming videos on how to consume OData services from an SAP system. Then you can just connect to the SAP Gateway Demo system ES5. - Holger.

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

    I can see that you have entered the SAP connection details and it automatically gets the fields. May I know how is this done? SAP would be hosted on premise and entering through details from your cloud flow should not be able to access it. I am confused.

  • @RahulKumar-qz2zn
    @RahulKumar-qz2zn 23 дня назад

    I have placed wait statement inside my rfc fm in odata. While debugging i found that, power automate flow triggers multiple times for a single record. I am suspecting there is some time constraints there, failing which it is triggering again. Can you please help on this, why it triggers flow multiple times for same record?

    • @SAPonAzure
      @SAPonAzure  19 дней назад

      Can you explain your flow? The RFC connector should not trigger multiple times (unless you specify that). There is a retry mechanism, but that should only kick-in, when there is an issue. - Holger.

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

    Hi Holgar
    Great content my friend. Any ways we can do quick updates and can we use custom RFC also?
    Can we also use ODATA here also?

    • @SAPonAzure
      @SAPonAzure  Год назад +1

      The next video will talk about creating data in your SAP system using Power Platform. The flow is then the same like for a "quick update" and custom RFCs.
      OData can also be used -- I wanted to start the videos focusing on RFC, but I will also cover the usage of OData services in later videos - Holger.

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

      @@SAPonAzure how to download this add on. Is this similar to analysis on excel

  • @JasonAngWeiLung
    @JasonAngWeiLung 10 месяцев назад

    May I know if there is a list of BAPI/RFC with respect to the t-codes that we wanna access?

    • @SAPonAzure
      @SAPonAzure  10 месяцев назад

      I don't think it is so easy... But I found this link which talks about options: answers.sap.com/questions/3265049/how-to-find-bapi-for-transaction-code.html - Holger.

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

    is this possible with SAP BW? For ingesting data from SAP ERP to SAP BW?

  • @WaldemarGrauberger-x5b
    @WaldemarGrauberger-x5b Год назад

    Hi. Great video, can I also execute a certain ABAP4 program with that function?

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

      If the ABAP program is remote enabled, then yes! - Holger.

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

    Great video

  • @vijaykumar-kc7dt
    @vijaykumar-kc7dt Год назад

    Hi Holger. Its really nice. I liked it more. Even i am think do on this line. I have a query that in the power apps can we some how build or call or install the fiori 3 libraries. So in the Power Apps we can see the look and feel of Fiori. Because Fiori or UI5 librarires has enriched dashboard capability and looks and feel are really more intitutive. Is it possible to have such functionalities?. Please let me know.

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

      Hi Vijay, that is a really great idea. I had looked into this some time ago, but didn't proceed. You can create Themes in Power Apps (learn.microsoft.com/en-us/power-platform/guidance/coe/setup-theming) and use this to create a "Fiori-like-Theme". You cannot import the libraries directly, but I guess you should be able to get the look and feel right. - Holger.

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

    Can I schedule jobs in sm37 using Power Automate, then read the results and compare in Excel?

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

      Yes, that should also be possible. BAPI BAPI_XBP_JOB_START_IMMEDIATE might be a good starting point. Once it is schedule you can query the status and obviously also write / compare the data with a sheet in Excel. - Holger.

  • @samuelmauriciobrandalarcon7961
    @samuelmauriciobrandalarcon7961 10 месяцев назад

    Hi!, Is the connector working currently? I didn´t find it in power automate

    • @SAPonAzure
      @SAPonAzure  10 месяцев назад

      Yes. It should be there. I just checked and it is working for me. Are other connectors working for you? The ERP Connector is a Premium connector, but you should still see it. - Holger.

  • @batuhansubasi
    @batuhansubasi 8 месяцев назад

    I want to ask something...
    I connected power platform in SAP and I am using RFC Function.
    Everything is done but when I added new parameter in RFC, power app cant refresh buffer I think. I can' t see.
    What I can do?

    • @SAPonAzure
      @SAPonAzure  8 месяцев назад +1

      This might be a caching issue. Can you try to restart also the on-prem data gateway and try again? - Holger.

  • @GS-wi1rs
    @GS-wi1rs 11 месяцев назад

    Hallo Holger
    vielen Dank für das Video. Leider schaffe ich es nicht Daten aus dem On Prem SAP System auszulesen.
    Bekomme folgende Fehlermeldung: {
    "TYPE": "E",
    "CODE": "V4213",
    "MESSAGE": "Keine Daten gefunden"
    }
    Anbindung funktioniert. Weiß einfach nicht weiter

    • @SAPonAzure
      @SAPonAzure  11 месяцев назад

      Hallo, funktioniert denn der Aufruf direkt im SAP? Vielleicht sind die Parameter falsch? Ich versuche immer zunächst genau die Parameter im SAP zu testen und dann mit diesem Szenario 1:1 das gleiche mit Power Automate zu replizieren - Holger.

    • @klausirlbeck4688
      @klausirlbeck4688 8 месяцев назад

      Ich habe das gleiche Ergebnis. In SAP direkt funktioniert es. Im flow bekomme ich jedoch beim Eintragen des BAPI weitere Eingabeoptionen. Group filter, Session-ID, autocommit. Das ist im Film nicht ersichtlich. Bekomme beim BAPI Eintrag auch keine Suchergänzung, sondern muss den BAPI händisch korrekt erfassen.