I would do this through the message mapping step but first I would use an XSLT mapping to group the orders by order ID and then use a message mapping step which would be very easy to do once the relevant orders are grouped together. Set the context to the level of the "grouped" order...
def Message processData(Message message) { def headers = message.getHeaders(); def map = message.getProperties(); message.setHeader("SAP_IsIgnoreProperties", new Boolean(true)); message.setHeaders(headers); def head = headers as String; def body = message.getBody(java.lang.String) as Strin...
Credential Name: (Deploy the CPI log Credentials with a particular name in the security Material in monitoring section as User credentials type).Give that particular name in the Credential Name field. In Processing Tab: Resource Path: MessageProcessingLogs Query Option: $select=MessageGuid,Correlation...
Intro: Once you are working on more complex logic to be implemented in CPI, using header and property value is very common practice. Accessing these values in groovy
假设,我们的一个客户实施了S/4HANA Service Management(以下简称S/4HANA)和SAP Field Service Management(以下简称FSM).现在该客户的呼叫中心接到其客户的报修电话,需要维修一台空调,呼叫中心根据实际情况创建服务订单,在该订单被release再保存完毕的时候触发我们的Iflow,通过CPI在Iflow里面我们对S/4HANA端传送过来的...
假设,我们的一个客户实施了S/4HANA Service Management(以下简称S/4HANA)和SAP Field Service Management(以下简称FSM).现在该客户的呼叫中心接到其客户的报修电话,需要维修一台空调,呼叫中心根据实际情况创建服务订单,在该订单被release再保存完毕的时候触发我们的Iflow,通过CPI在Iflow里面我们对S/4HANA端传送过来的...
假设,我们的一个客户实施了S/4HANA Service Management(以下简称S/4HANA)和SAP Field Service Management(以下简称FSM).现在该客户的呼叫中心接到其客户的报修电话,需要维修一台空调,呼叫中心根据实际情况创建服务订单,在该订单被release再保存完毕的时候触发我们的Iflow,通过CPI在Iflow里面我们对S/4HANA端传送过来的...
假设,我们的一个客户实施了S/4HANA Service Management(以下简称S/4HANA)和SAP Field Service Management(以下简称FSM).现在该客户的呼叫中心接到其客户的报修电话,需要维修一台空调,呼叫中心根据实际情况创建服务订单,在该订单被release再保存完毕的时候触发我们的Iflow,通过CPI在Iflow里面我们对S/4HANA端传送过来的...
How can we do different validations in message mapping and how can we trap them Pls suggest blogs. Regards Show replies Show replies You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Answer Accepted Soluti...
For more information – especially regarding the customer specific message mapping – please refer to the following: ● API hub info on CPI pass-through integration ● API hub info on CPI extension scenarios 20 PUBLIC SAP Business ByDesign and Concur Integration Guide Before you Start 3 Master ...