cancel
Showing results for 
Search instead for 
Did you mean: 

Help in Mapping

Former Member
0 Kudos

Hi Experts,

i need your help in Multi mapping.

Input file structure

Message

Message1

bpm_in_MT

details

name

id

Output file Structure

Message

Message1

bpm_out_MT

details

name

id

Message2

bpm_out1_MT

details

name

id

Here IF the value of name='A' the name and id should get mapped to Message1 otherwise it should mapped to Message2 node

Kindly help me in this.

Based on the value of the element(name), the node of input(details)should be directed to one of the two message types

Edited by: preethi_malu on Feb 21, 2012 8:31 AM

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Very simple mapping logic.

name--------->
                      equals(boolen)------->createif------->Message1
A(Constant)-->

name--------->
                      equals(boolen)------->not---->createif------->Message2

A(Constant)-->

Regards,

Raj

Answers (3)

Answers (3)

Former Member
0 Kudos

pls refer below doc for related ur issue:

[createif|http://www.saptechnical.com/Tutorials/XI/NodeFunctions/Page1.htm]

Former Member
0 Kudos

Thanks Raj, your reply help me find a way to do this.

name-->Removecontext

equals-----if

-


info(Msg1)

details----then

Constant[A]

Former Member
0 Kudos

Thanks Raj, your reply help me find a way to do this.

name-->Removecontext

equals-----if

-


info(Msg1)

details----then

Constant[A]