cancel
Showing results for 
Search instead for 
Did you mean: 

Message Split and mapping without BPM

ChRa
Explorer
0 Kudos

Hi falks,

I'm using AEX 7.4 to transfer data from DB to SAP ECC.

There is an outgoing queue table in DB where all the objects to transfer are listed. The structure is an unique identifier, a row type and additional data like user and time. Depending on the type in each row we want to use lookup functionaltity to add data from other db tables.

this is our scenario.

Because we are on AEX, we are not able to use BPM. For each of the different messages we want to use one mapping. Is it possible to do a message split from the whole xml document into on single row between the sending adapter and the mapping?

or are there any other ideas to solve our problem with AEX.

BR,

Ryan-Crosby
Active Contributor
0 Kudos

Based on what you have shown here I would be inclined to agree with the approach Raghuraman has suggested.

Regards,
Ryan Crosby

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Christian!

I'm agree with Raghu's suggestion. But if you still need to split your source message you could use loopback interface before sending message to SAP ESS where you split your source message and send result messages one by one to receiver system.

Regards, Evgeniy.

Answers (2)

Answers (2)

former_member186851
Active Contributor

Why dont you split to it three interfaces based on condition then execute 3 different mappings one for each condition.

ChRa
Explorer
0 Kudos

Loopback interface seems to be what i want.

Thx.