cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping delete Field

Former Member
0 Kudos

Hello,

i want to delete a field in the target structure.

Like you do it with disable.

for example

when in the source field the value is empty i want to disable the target field.

But when there is a value, i want to map this value into target field.

how i have to handle that?

regards,

robin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Simple:

Use below logic:

input source field & constant with no value ->equals->NOT->ifwothut else-> target element

ifwithout else

then has the input value which is passed when the input value is not null.

chirag

Edited by: Chirag Gohil on Apr 16, 2008 5:44 PM

Former Member
0 Kudos

Hi chirag,

well that was easy. thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use Create If in mapping. i have documented for my requirement. and apply the same logic in your case also.

-


If the field CHARG is don’t have any value in the source means , we shouldn’t produce the Target Element . Then we used the Create If logic. If the Field have the value from the source means we have to produce it at target side , otherwise we have to collapse it.

See this Screenshot

http://img258.imageshack.us/img258/8830/createifjo4.jpg

Regards

Seshagiri