🔴 Develop Process Extensions with SAP Process Automation (Actions)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • The session will show how developers can build extensions or "Actions" for business users so they can extend real-world processes that they create with SAP Process Automation.
    To join Devtoberfest and win loads of prizes, check out and join the Devtoberfest Group: groups.communi...

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

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

    When are the Desktop Agent and browser extensions required with SAP Build Process Automation?

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

      Are you asking where are they and how you download them?

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

      @@sapdevs No, I'm questioning what scenarios require the agent/extension. For example, do ALL automations in SBPA require the agent and extension, or just certain types of automations?

  • @georginahennel2101
    @georginahennel2101 5 หลายเดือนก่อน

    Hi Archana,
    Thank you for the tutorial! I ran into an issue while trying to use my newly crated action in a process. The log says "Action failed with the following error: 'Error thrown from action runtime library: Failed to execute action Get entities from ServiceRequestCollection: unsupported'."
    It worked just fine when I tried using the same destination from the action editor test screen. Do you have any suggestions please?

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

    Are you going to also have a video on third part softwares like UI path Robotic process automation ?

  • @saurabhmittal5641
    @saurabhmittal5641 6 หลายเดือนก่อน

    Hi Archana, I am getting an error while execution of the action in the process. Failed to read sap.lcnc.fetchXcsrf flag from destination configuration : Could not fetch client credentials token for service of type "destination"

    • @archanaashuklla8817
      @archanaashuklla8817 5 หลายเดือนก่อน

      You have to enable CSRF token in your Action Project using the setting option. Once. done, republish your action project and then use it in your process

    • @josueescandonrodriguezoreg8129
      @josueescandonrodriguezoreg8129 5 หลายเดือนก่อน

      ​@@archanaashuklla8817 Hi Archana, im getting a similar error "Error thrown from action runtime library: Failed to fetch configuration for destination '' during action execution: Could not fetch client credentials token for service of type "destination".'." CSRF token already set and publish, no errors on Action editor, could you help us please?

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

    Is API-Acess for ECC-Systems availible or will it come in the future? It makes it so much easier than calling BAPI´S.

    • @archanaashuklla8817
      @archanaashuklla8817 5 หลายเดือนก่อน

      Yes BAPI is planned for upcoming releases, where you will be able to create Action Project based on BAPI. Until then you can use Automation activity in the process to call a BAPI

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

    Iam facing issue at step comsume action from SPA automation. Although test action api s4hc is ok but when call in SPA, respone 401 authorization. Pls help to check

    • @archanaashuklla8817
      @archanaashuklla8817 5 หลายเดือนก่อน

      How have you tested in Action Project ? Using destination ? If not then test it using destination and ensure that you have SPA and your Action Project in the same BTP account. Also check if you have enabled CSRF token, because sometime that is needed to call the API