Skip to content

Commit b8b545d

Browse files
Siddharthecfan
andauthored
Update articles/logic-apps/connectors/sap.md
Co-authored-by: Esther Fan <[email protected]>
1 parent bca1eb3 commit b8b545d

File tree

1 file changed

+1
-1
lines changed
  • articles/logic-apps/connectors

1 file changed

+1
-1
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The SAP built-in connector significantly differs from the SAP managed connector
134134
</RfcName>
135135
```
136136

137-
In the SAP RFC function call, the whitespace in the **Parameter** value is treated as an empty string ('') and is trimmed. To make sure that the call keeps whitespace exactly as provided in the payload, include the **`xml:space="preserve"`** attribute with the element. This is to conform with W3C specification [2.10 White Space Handling](https://www.w3.org/TR/xml/#sec-white-space). For example:
137+
In the SAP RFC function call, the whitespace in the **Parameter** value is treated as an empty string ('') and is trimmed. To make sure that the call keeps whitespace exactly as provided in the payload, include the **`xml:space="preserve"`** attribute with the element to comply with the W3C specification [2.10 White Space Handling](https://www.w3.org/TR/xml/#sec-white-space), for example:
138138

139139
```xml
140140
<RfcName>

0 commit comments

Comments
 (0)