cancel
Showing results for 
Search instead for 
Did you mean: 

UDF

Former Member
0 Kudos

My scenario is Idoc to file and source side we are using generic Idoc means data coming in BLOB from R3 system and target side we having 5 fields.

How to map and is there any write UDF?

How to write udf? If required

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can directly map if it is 1:1 mapping. you can go for user defiend functions (simple/adavanced) based on the manipulation if it is required , available in mapping editor.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

i think you dont need to write udf , because data coming form R3 system, with out any commas and delimeters. i think you dont need write UDF for this.

regards,

ganesh.

Former Member
0 Kudos

hi phani741,

If data coming from r3 system without any delimiters then donu2019t need to write any udf.

thanks,

Former Member
0 Kudos

hi bhavani,

Yes ,Data is coming from r3 system without any delimiters like text format.

thanks

phani.....

Former Member
0 Kudos

hi phani,

So As per My Knowledge donu2019t need to write any udf, simply u define Graphical variable in target side.

In mapping:

Blob -> graphical variable (g.v)

Then

g.v ->substring -> filed1

g.v ->substring -> filed2

g.v ->substring -> filed3

g.v ->substring -> filed4

g.v ->substring -> filed5

thanks,