Using Logic Apps to connect to an SAP System

preview_player
Показать описание
Logic Apps allow you to react on trigger events (e.g. a new Email in Outlook, changed files in OneDrive, updated Accounts in Dynamics) and perform actions with the content. This action can be a call to an RFC / BAPI in an SAP system.
This videos shows how you can listen to changes in an Account from Dynamics and update related entries in your SAP system leveraging the SAP Connector.

0:30 Logic Apps
0:52 Logic Apps Designer
2:40 SAP Fiori Launchpad
3:16 Dynamics 365
4:44 Looking at Logic App Designer
7:08 on-premises data gateway
8:25 Generating schemas
9:20 Summary
9:50 Getting started

Рекомендации по теме
Комментарии
Автор

Hi,

Thanks, this is very helpful. I just have a question. I tried to generate schema I get a json as follows instead of an XML. Why so?

"Schemas": [
{
"Name": "Rfc",
"Content": "... very long string..."

shyvmir