cancel
Showing results for 
Search instead for 
Did you mean: 

graphical mapping splitting source by comma

Former Member
0 Kudos

Hi ,

I have a mapping problem where i need to split the source field by comma into 2 seperate target fields.

For eg. Source = 123 main Street , 455 , app1

I need this to be split by comma to target1 = 455 and target2 = app1.

Please advice.

Thanks,

Teresa

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201264
Active Contributor
0 Kudos

Hi,

Use use simple UDF in you mapping.

Sreeni

Former Member
0 Kudos

Hi

You can do it easily by using standard mapping function indexOf

Use the help doc below as reference

http://help.sap.com/saphelp_dimp50/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm

Regards

Krishna