Skip to Content
0
Former Member
Sep 26, 2008 at 02:20 AM

UDF for graphical mapping

62 Views

Hi,

The following is my source structure :

Recordset 1..1 -> Idoc 1..unbounded -> Segment 1..1

<Recordset>

<Idoc>

<segment>abcdefgh</segment>

</Idoc>

<Idoc>

<segment>klmno</segment>

</Idoc>

.

.

.

</Recordset>

I have a requirement where in I have to pass the data from the various segments as an input to the RFC.Is there any UDF which I can use to concatenate the values from the different segments and map it to the input for the RFC.There can be many idocs under one Recordset and each idoc has one segment.

Appreciate if you could help.

Thanks in advance.

Induja