Skip to content

Commit a6237d3

Browse files
committed
Update from SAP DITA CMS (squashed):
commit 3e9432c9ed73a9a9c3833dc7bffd89066ac6a521 Author: REDACTED Date: Thu Sep 18 06:17:10 2025 +0000 Update from SAP DITA CMS 2025-09-18 06:17:10 Project: dita-all/slu1713332208086 Project map: 6d6c94be23b547a19d534f13dd6d51a7.ditamap Output: loiocc0ab4c7365e43bbbee9eae27deb32da Language: en-US Builddable map: 446771d4951c4a6988252269c21d94ba.ditamap commit 6ecf6092edf60880d69c2a0d4b7e4523f0750fe9 Author: REDACTED Date: Thu Sep 18 05:59:01 2025 +0000 Update from SAP DITA CMS 2025-09-18 05:59:01 Project: dita-all/slu1713332208086 Project map: 6d6c94be23b547a19d534f13dd6d51a7.ditamap Output: loiocc0ab4c7365e43bbbee9eae27deb32da Language: en-US Builddable map: 446771d4951c4a6988252269c21d94ba.ditamap commit 99da5b28320970e340f3b21e4d32dad3b4c56f67 Author: REDACTED Date: Thu Sep 18 05:44:16 2025 +0000 Update from SAP DITA CMS 2025-09-18 05:44:16 Project: dita-all/slu1713332208086 Project map: 6d6c94be23b547a19d534f13dd6d51a7.ditamap ################################################## [Remaining squash message was removed before commit...]
1 parent 3e8c340 commit a6237d3

14 files changed

+277
-9
lines changed
-18 KB
Binary file not shown.
58.9 KB
Loading

docs/ISuite/40-RemoteSystems/inbound-sftp-with-public-key-authentication-97e2baa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A tenant can connect as an SFTP client to an SFTP server \(the latter either hos
8484

8585
The following figure shows the basic setup of components used for SFTP for inbound communication \(when the data flow is directed from an SFTP server to the tenant\).
8686

87-
![](images/Inbound_SFTP_26595de.png)
87+
![](images/Inbound_SFTP_959f228.png)
8888

8989
To specify the technical details of the message flow from the SFTP sender to the tenant \(SFTP client\), a **sender SFTP adapter** has to be configured for the related integration flow.
9090

docs/ISuite/50-Development/define-edi-to-xml-converter-6a3d12b.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Use this procedure to convert EDIFACT, ODETTE, TRADACOMS, and ASC-X12 format int
3232
> - EDI to XML converter version 1.6 and above supports LS/LE segments.
3333
> - Cloud Integration does not support repetition characters. Repetition character is a single character which separates the instances of a repeating data element. For example, *^* \(caret sign\) is a repetition character.
3434
> - For X12 format, EDI to XML converter v1.8.0 and v2.2.0 onwards support same group name with different definition in XSD.
35-
> - For X12 format, the Target Root Element is available for EDI to XML converter version 2.7 and above.
3635
3736

3837

@@ -330,6 +329,8 @@ Use this procedure to convert EDIFACT, ODETTE, TRADACOMS, and ASC-X12 format int
330329
*Target Root Element*
331330

332331
\(only available if *Exclude Interchange and Group envelopes* is not selected\)
332+
333+
\(Available from version 2.7 and above\)
333334

334335
</td>
335336
<td valign="top">

docs/ISuite/50-Development/external-logging-ad719c1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The external logging feature enables customers to send message processing logs t
66

77
The major customer use cases for the external logging feature are the integration into existing monitoring solutions in Splunk, or the consolidation of logs of multiple tenants. You can use it for high-throughput scenarios \(currently limited by our systems and databases\) and high volume queries. And it also suitable for advanced analysis, as well as for correlation with business data and long-term archiving.
88

9+
> ### Recommendation:
10+
> Avoid transmitting message payloads or other large data volumes to an external logging system through custom headers. This may affect the performance of the data replication to the external logging system.
11+
912
If you've already set up Splunk as your external logging destination, you can enable the external logging feature.
1013

1114
To activate external logging in the Cloud Foundry Environment on your tenant, you have to fulfill the following prerequisites:

docs/ISuite/50-Development/handling-prepackaged-sap-to-sap-integration-content-2dc4d87.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Learn the SAP recommendations for reusing SAP-to-SAP prepackaged content within and across tenants.
66

7-
If you deploy and process an integration flow from a predefined content package, it's metered. You can edit such prepackaged content or use them as is. For more information on the metering metrics, see SAP Note [2942344](https://launchpad.support.sap.com/#/notes/2942344).
7+
If you deploy and process an integration flow from a predefined content package, it's metered. You can edit such prepackaged content or use them as is. For more information on how tenant is defined and metered, see SAP Note [3654389](https://launchpad.support.sap.com/#/notes/3654389).
88

99

1010

docs/ISuite/50-Development/message-mapping-459ccdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Let us consider the example of replicating employee details from system A to sys
1919

2020
In the same scenario, let us assume that the date of birth in system A is in YYYY-MM-DD format. You want to change the format to DD-MM-YYYY, the format in system B. In this case, you can use a mapping function that transforms the data into the format that you want, which in this case is DD-MM-YYYY.
2121

22+
For more details on using 'AND' standard fucntion see, [0003653876](https://me.sap.com/notes/0003653876)
23+
2224
![](images/mapping_function_8ea50e9.png)
2325

2426
The mapping editor provides some standard functions like *Arithmetic*, *Boolean*, *Constants*, *Conversions*, and *Date*.

docs/ISuite/50-Development/message-mapping-ec59f97.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ To apply this design guideline, consider the following rules:
1212

1313
[Use a Message Mapping to Map XML to JSON](use-a-message-mapping-to-map-xml-to-json-fb7c1df.md)
1414

15+
**Related Information**
16+
17+
18+
[SAP Note 0003653876](https://me.sap.com/notes/0003653876)
19+

docs/ISuite/50-Development/monitor-apis-399b6c6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ The header area also provides certain functions:
123123

124124
Allows you to download the API to your computer.
125125

126+
> ### Note:
127+
> Importing an API using the ZIP file downloaded from *Monitor* \> *Integrations and APIs* \> *Integration Content Details* is not supported. These ZIP files may contain runtime-specific or system-generated artifacts that are not intended for design-time import.
128+
>
129+
> Always export APIs directly from *Design* by opening the content package, selecting the API artifact, and choosing *Export*. Avoid using the *Download* option under *Integration Content Details* for this purpose.
130+
126131

127132
Below the header, the following sections contain detailed information about the selected artifact:
128133

docs/ISuite/50-Development/monitor-event-mesh-d975934.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Choosing a particular queue will enable you to see the following usage informati
4646
- Time Sent: Time the message was sent.
4747
- Message size: The size of the message content, in bytes.
4848
- Redelivered: Indicates if the message was redelivered or not.
49+
- Delivery Count: The number of times a message has been delivered. Each time the message remains unacknowledged or unprocessed, the broker retries delivery. This count reflects the number of delivery attempts.
50+
- Spool Time: The timestamp marking when the message was first stored in the queue. This indicates when the message began waiting in the spool before being consumed.
51+
- Expiration: The timestamp marking when the message will expire in the queue. After this time, the message is no longer eligible for delivery and may be purged or sent to a DMQ.
4952
- Destination: Destination of the message
5053
- DMQ Eligible: Indicates whether the message is eligible for the Dead Message Queue \(DMQ\).
5154

0 commit comments

Comments
 (0)