Skip to Content
0
Former Member
Nov 30, 2006 at 02:33 PM

File->different type of mesages->split->IDOCs

29 Views

team,

I am working on the above scenario using BPM. I got it working without BPM using Enhanced Interface determination and now trying to get it going with BPM to compare the performance.

1. File has multiple batch records, based on the data in the batch records two different messages (bulk AP and AR messages ) needed to be generated.

2. These bulk AP and AR messages need to be split into individual messages and mapped to IDOCs for being posted into ECC as AP and AR IDOCs.

I want to use BPM to split the file into multiple messages ( of differt types - AR and AP).Mapping into IDOC would be done outside BPM.

My BPM has

1. Receive step ( message received form the file content conversion )

2. Transformation step with I:N mapping with AP and AR as target message types

3. A fork without end condition

4. A Block in each of the branches of folk

5. A Send step in each of the blocks

My question is whether it is okay to use a folk after transformation step for handling two different interfaces coming out of transformation step.

I am able to see two different messages in the workflow log after the transformation step, but can’t see them in the SXMB_MONI. And so the mapping to IDOC is not happening. The config also seem to be okay .