cancel
Showing results for 
Search instead for 
Did you mean: 

Different mapping programs for same source and target

Former Member
0 Kudos

Hi All,

I have to map the incoming idoc to xml messages.

But based on customer numbers in incoming idoc i have to use different mapping programs and map to same xml messages.

1 source message - n mapping programs - 1 target message

(based on cust numbers)

I dont want to harcode the customer numbers to find out the mapping programs.

Can anyone guide me in this on how to achieve this functionality...

thanks

Giridhar

View Entire Topic
Former Member
0 Kudos

Hi!

There are several ways to achieve this:

a, One XSLT document, which makes this condition based mapping.

b, BPM - create switch step and than in each branch put appropriate transformation step.

It has to be always a bit "hard coded" - the codes must be put in the XSLT, or Switch step or so on. There is no possibility to create some "config".

Peter