cancel
Showing results for 
Search instead for 
Did you mean: 

File merge using BPM

Former Member
0 Kudos

Hi,

I am trying to merge few files using BPM . I have tried for splitting the files . Can any one guide me how to proceed with the correlation and Receiver Determinations.

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

Hi

1. Use content conversion and convert them to XML files in file adapter.

2. Use fork step to collect the input messages.

3. Use transfromation to convert it to output messages.

4. Dont forget to use correlation.

5. Again use content conversion on the receiver side to convert XML to CSV format.

For sample integration process refer to SWCV SAP BASIS 6.40 in your IR.

BpmPatternCollectMultiIf integration process shows yoou how to collect different messages and transform them to required messages.

Also check this blog..

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

chek the below blogs,

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

Using a BPM to collect messages for a set interval of time

/people/daniel.graversen/blog/2006/09/07/using-a-bpm-to-collect-messages-for-a-set-interval-of-time

Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

regards

chandra

Former Member
0 Kudos

Hi Uma,

The file merging is done using BPM with correlation and multiple receive steps in a fork.

where each fork should have a Rcv step( with correlation)

Then you will cominbe the N files into single file using n:1 mapping and send step to send to the target file.

check the lib link or a better clarity and details

http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

Hope it helps

Former Member
0 Kudos

hi

In case of file merging we do it with common filed value,which we will attain with correlation..in correlation editor we specify context object.

regards

chandra