cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping query

Former Member
0 Kudos

Hi Experts,

My Interface is JDBC to RFC, In My sender structure I have 4 feilds for Address Line1, Line2, Line3, and Line 4, At the target RFC Structure I have only 1 field STRAS. Can any one suggest how to map 4 source fields to 1 target fields.

I have checked concat option in that I can use only 2 source fileds to map with 1 target field.

Thanks in Advance for your time and inputs.

Thanks

G V Anil 

Accepted Solutions (1)

Accepted Solutions (1)

former_member191435
Contributor
0 Kudos

take input 4 fields and take 3 concat functions

Just add field1 and field2 concat (case1)

then Again one more cocat with concat of Case1( field1 and field2)    and field3   (Case2)

Again take concat funtion Case2 and field 4 concat

U will get the result...

FYI...

Thanks,

Sreenivas

Answers (1)

Answers (1)

azharshaikh
Active Contributor
0 Kudos

Hi,

Please use as follows:

Regards,

Azhar