cancel
Showing results for 
Search instead for 
Did you mean: 

concat position text into one string

Former Member
0 Kudos

Hi,

i have an issue and i am not able to solve it. I want to concat the position text of an INVOIC02 Idoc into one String.

Example


<IDOC>
....
<E1EDP01>
 <E1EDPT1>
    <E1EDPT2>Concat</E1EDPT2>
    <E1EDPT2>this</E1EDPT2>
    <E1EDPT2>text</E1EDPT2>
 </E1EDPT1>
</E1EDP01>

</IDOC>  

How can i solve this ? I found this Thread [; But i am not able to implement it correctly,

There is no functions tab in Mapping maintenance screen. When i click on the button in the left corner on bottom of the screen it opens a very simple gui and a have no chance to change the method head its always public void .....

thanks for any idea

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

it's ok like this.

The result will be your return value.

The reason is that if you choose context instead of value that you could have more than one return value.

In your case you could use the code of Rohit and then just map it like

input (with context E1EDPT1) -> UDF -> target

Regards

Patrick

Answers (0)