cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple senders to single receiver

former_member650013
Participant
0 Kudos


Hi Gurus,

With the help of all our sap mentors i am doing my work well ,first of all thanks to all of our gurus.

So today i got one requirement like

We have multiple senders sends different .dat files and these files will be merged into one file  and send it to target side as .dat format, i know that we can achieve this by using BPMS but i have not worked on BPMS on earlier can any body have worked previously on this type of requirement can share the documents or ideas on that please share your valuable thoughts.I have searchd on forums but i didnot reached my requirement and some pages have expired.

Thanks

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

>>i know that we can achieve this by using BPMS but i have not worked on BPMS on earlier can any body have worked previously on this type of requirement

I guess you are referring to NW BPM?

http://sapexperts.wispubs.com/landing-pages/~/media/SAP%20Experts/Downloads/2013/July

/SPJ_Reprint_A201230_Stiehl%20issue…

Thanks

Amit Sriavstava

former_member650013
Participant
0 Kudos

Hi Amit,

Thanks for your reply and sorry for late reply In sap pi we have bpm is there right i am referring that.

Regards

Madhusudhanreddy


Former Member
0 Kudos

Hello,

It seems that u want to use ccBPM - just seen one of ur thread where u were asking abt BPE.

Under SAP Basis component -> check BpmPatternCollectPayload and BpmPatternCollectMessage

patterns.

Thanks

Amit Srivastava

Answers (2)

Answers (2)

praveen_sutra
Active Contributor
0 Kudos

hi Madhu,

If its just appending i would agree with what GB has suggested but if it is more complex.

You can handle it using java mapping. You can pass the directory values using parameteriesed dynamic configuration and in java mapping u can append/modify and generate single output file.

Please give more details as what is the format of the file and do you just want to append files from multiple locations.

hope that would help us to give better suggestions.

thanks and regards,

Praveen T

gagandeep_batra
Active Contributor
0 Kudos

Hi Madhu,

As you said "multiple senders sends different .dat files and these files will be merged into one file"

Can you explain this statement means

1.how multiple sender Send different file? are you using NFS or FTP

2 all files structure are same or different?

3 How you merging? based on some key or just need to append one another?

if you need to append one to another and have same structure  for all file then you can follow the below approch

you have to collect all files in one folder and then pick files one by one from that folder and use append mode at receiver side CC and create one file

else you have to go for NWBPM or CCbpm depend on your PI version

Regards

GB

former_member650013
Participant
0 Kudos

Hi GB,

Thanks for your reply,

1.how multiple sender Send different file? are you using NFS or FTP

For this they place the files at some directory we need to get the file at particular time for this we have developed one background program and we are using NFS only.

2 all files structure are same or different?

For this yes we have all files with same structure i.e .dat.

3 How you merging? based on some key or 3 How you merging? based on some key or just need to append one another??

For this we are using some key field taken form every file.

just need to append one another?

can you explain this how can we achive this.

Regards

Madhu