You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-using-sap-connector.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,15 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
37
37
38
38
For more information, which includes the supported user account types and the minimum required authorization for each action type (RFC, BAPI, IDOC), review the following SAP note: [460089 - Minimum authorization profiles for external RFC programs](https://launchpad.support.sap.com/#/notes/460089).
39
39
40
-
* Your SAP user account needs access to the respective function modules for the following connector operations:
40
+
* Your SAP user account needs access to the `RFC_METADATA` function group and the respective function modules for the following operations:
41
41
42
42
| Operations | Access to function modules |
43
43
|------------|----------------------------|
44
44
| RFC actions |`RFC_GROUP_SEARCH` and `DD_LANGU_TO_ISOLA`|
45
45
| BAPI actions |`BAPI_TRANSACTION_COMMIT`, `BAPI_TRANSACTION_ROLLBACK`, `RPY_BOR_TREE_INIT`, `SWO_QUERY_METHODS`, and `SWO_QUERY_API_METHODS`|
46
46
| IDOC actions |`IDOCTYPES_LIST_WITH_MESSAGES`, `IDOCTYPES_FOR_MESTYPE_READ`, `INBOUND_IDOCS_FOR_TID`, `OUTBOUND_IDOCS_FOR_TID`, `GET_STATUS_FROM_IDOCNR`, and `IDOC_RECORD_READ`|
47
47
|**Read Table** action | Either `RFC BBP_RFC_READ_TABLE` or `RFC_READ_TABLE`|
48
+
| Grant strict minimum access to SAP server for your SAP connection |`RFC_METADATA_GET` and `RFC_METADATA_GET_TIMESTAMP`|
48
49
49
50
* To use the **When a message is received from SAP** trigger, complete the following tasks:
50
51
@@ -79,8 +80,6 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
79
80
> might make a renewal operation appear as an unsubscribe operation in your trigger's history, but the operation is
80
81
> still a renewal because the trigger uses `PATCH` as the HTTP method, not `DELETE`.
81
82
82
-
* To grant only strict minimum access for your SAP connection from Azure Logic Apps, your SAP user account needs access to the `RFC_METADATA` function group and the following function modules: `RFC_METADATA_GET` and `RFC_METADATA_GET_TIMESTAMP`
83
-
84
83
* The message content to send to your SAP server, such as a sample IDoc file. This content must be in XML format and include the namespace of the [SAP action](#actions) you want to use. You can [send IDocs with a flat file schema by wrapping them in an XML envelope](#send-flat-file-idocs).
0 commit comments