cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping Question

Former Member
0 Kudos

Hi,

I have following problem. I've got (Xi 3.0 SP 15) a IDOC structure which response me 3 or more Segments "ZZCONS" in the last 2 segments I have a text fields which I like to map to an file structure.

My problem is that the file sturcture looks like that:

-<header>

<bla1>

<bla1>

-<message>

<text>

<message>

<header>

and for each text field in a segment should be created a field text in output structure.

But I'm confussed and I don't know how to solve it with message mapping.

Thanks for any helps

Regards

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

former_member181955
Contributor
0 Kudos

Hi

you can achieve this by using node functions or by using advanced user defined functions also (context).

Please be elaborate so that i can give some inputs.

I have done these type of examples earlier , so i can some inputs.

thanks

Prasad Nemalikanti

Former Member
0 Kudos

Thanks Prasad - but I solve it on my own at this moment.

It's: text->removeContext->SplitByValue(Value Changed)->CollapseContext->message

Thanks for your help

Matt

former_member181955
Contributor
0 Kudos

Yes

you can do it by writing advnced user defined functions..

thanks

Prasad

Answers (0)