SAP Integration Suite has launched passed through scenarios for EDI files in Q2-2025. This was a much awaited feature in SAP IS/CPI where we can route a message via B2B monitoring ( TPM standard package - V2) without executing the mapping ( Custom/MA...
SAP Integration Suite provides out of the box B2B Integration via Trading Partner Management V2 package. This blog post covers setting the AS2 receiver adapter parameters from Partner directory.In this case you can use single connector for sending th...
Code reusability is one of the strongest feature of any tool. Earlier SAP Cloud Integration was lacking a prime feature of script reusability like we used to reuse the objects of different software component versions in SAP PI/PO. Till now we were cr...
I was working on JDBC Scenarios , where i was doing lot of UPSERT operations on HANA ASE database tables. JDBC adapter on cloud doesn't support INSERT_UPDATE (UPSERT) action. For any update you need to rely on Stored Procedure or XSJS service. XSJS ...
HTTPS Inbound Connection :
A system sending a message to the Cloud-based integration platform using HTTPS as secure transport channel is not directly connected to the tenant. Instead of this, a load balancer component is interconnected that terminat...
Hey Philippe,
JAR
Package: com.sap.test
Class name: TestClass
Method: protected static add(int a, int b)
Groovy Script
Import class in your package and then directly call static method.
import com.sap.test.TestClass
import com.sap.gateway....
Thanks Alexander/Mandy,
Got the concept. I was thinking that we can somehow populate the system name ( BS_CPI) as receiver component name so that by seeing the S4HANA monitoring, we can understand the logical recipient of the message. If it is regul...
Hi Karthiga,You can create a routing table based on EDI_DC parameter combination via value mapping table or external table. That will ease your process. Every new entry needs to be added in this new routing table.Based on the combination/partner No, ...
Hi Mandy,
Thanks for writing amazing blog for the connectivity between SAP ECC/S4HANA. When I am triggering the data from SPROXY, I am not getting receiver system component name in SXMB_MONI. Is there any configuration required to populate that v...