cancel
Showing results for 
Search instead for 
Did you mean: 

Getting blank value when testing the Message Mapping

sridharreddy_kondam
Active Contributor
0 Kudos

Hi All,

I am facing a simple problem,

i have to send a field to the target based on the following condition

E1ADRM1-->PARTNER_ID to AHRCFR(targetfield) where E1ADRM1-PARTNER_Q='LF'

I was using equals funcion for checking PARTNER_Q = LF

and PARTNER_ID exists then i am just mapping the both to AND(boolean function)

then used node function createif and mapped to target field ..

But while testing i am getting a blank value...

please suggest u r valuable comments

Regards,

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

After boolean AND add a IF node. For true value set PARTNER_ID and map it to target.

Createif will be used for creating parent nodes.

Regards,

Uma

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

creatif creates just a blank node.

E1ADRM1-->PARTNER_ID createif-> if E1ADRM1-PARTNER_Q='LF' (true)->map E1ADRM1-PARTNER_Q to target.do that in that order.

Also, check this blogs.

/people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

Former Member
0 Kudos

Hi,

Are you using the function equals that is from boolean category ?

You have to use the equals function from String category.

Regards,

Sudheer.

Message was edited by:

sudheer babu

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Sureszh,

i am using the String equals function only but after that i am using Boolean <b>And</b> function to map the Partner_id to target field if the condition is satisfied..

Regards,

sridhar