SAP / apibusinesshub-integration-recipes

Accelerate integration projects using SAP Cloud Platform Integration with crowdsourced best practices, curated by experts, designed for developers.
Apache License 2.0
113 stars 84 forks source link

B2B Integration Factory -Missing Mechanism to Set SAP_EDI_Split_Sender_Per_Interchange =true Header in Step-2 for EDI Split Feature for Several EDI Interchanges #109

Open souragopalsethy opened 3 weeks ago

souragopalsethy commented 3 weeks ago

Issue: Missing Mechanism to Set SAP_EDI_Split_Sender_Per_Interchange Header in Step-2 for EDI Split Feature

We are working with the "Split of Sender Payloads with Several EDI Interchanges" feature from the factory package and noticed that, according to the documentation, the SAP_EDI_Split_Sender_Per_Interchange=true header should be set in Step-2. However, there currently seems to be no predefined mechanism to achieve this in the implementation.

As a workaround, we have been setting this header value to true in Step-1A, but we would like to know if there is a recommended approach to correctly implement this or if there are any upcoming updates in future releases that will address this issue.