cancel
Showing results for 
Search instead for 
Did you mean: 

Merge Data from Multiple Senders and send as single file to receiver

Former Member
0 Kudos

Hi,

I have a requirement where we receive 1 file from 1 sender and 1 proxy message from different sender.We have to merge the data from both the senders and do mapping and create a file and send to 1 receiver system.

Can you help me with the best approach to be followed for this?

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Viritha,

If you don't want to use ccBPM you must control from the proxy sender system that the file from the second sender has been sent. The only way is to have access to that filesystem form proxy sender system or to develop a second scenario (SOAP - SOAP with file lookup) that it can assure the file has arrived and the proxy can be executed. Therefore in the main scenario the proxy triggers it (SOAP - File).

Regards.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Viritha,

N:1 multi mapping is only possible with bpm.

Refer below links for reference:

Multi-Mappings - Managing Services in the Enterprise Services Repository - SAP Library

If you search/google for N:1 multi mappings, you will get log of thread/links which helps you to configure.

Regards

Former Member
0 Kudos


Thnx for the reply Vishnu.

But i want to implement the scenario without BPM for PI 7.31(like using Java Mapping)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Viritha,

AFAIK, we normally use BPM for N:1 mappings.

Can you refer the below link which talks about java mapping use case for the same:

Multi-Mapping using Java Mapping - Process Integration - SCN Wiki

Regards