Skip to content

Commit 9692f73

Browse files
committed
Updates per feedback
1 parent 0b8d7cc commit 9692f73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
3737

3838
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).
3939

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:
4141

4242
| Operations | Access to function modules |
4343
|------------|----------------------------|
4444
| RFC actions | `RFC_GROUP_SEARCH` and `DD_LANGU_TO_ISOLA` |
4545
| BAPI actions | `BAPI_TRANSACTION_COMMIT`, `BAPI_TRANSACTION_ROLLBACK`, `RPY_BOR_TREE_INIT`, `SWO_QUERY_METHODS`, and `SWO_QUERY_API_METHODS` |
4646
| 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` |
4747
| **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` |
4849

4950
* To use the **When a message is received from SAP** trigger, complete the following tasks:
5051

@@ -79,8 +80,6 @@ This how-to guide shows how to access your SAP server from a workflow in Azure L
7980
> might make a renewal operation appear as an unsubscribe operation in your trigger's history, but the operation is
8081
> still a renewal because the trigger uses `PATCH` as the HTTP method, not `DELETE`.
8182
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-
8483
* 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).
8584

8685
### SAP compatibility

0 commit comments

Comments
 (0)