Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

direct mapping in interface

Former Member
0 Likes
437

hi experts,

i am working on outboun interface .

for two target structure fields

in the dscription it is given as direct maping from source .

what does this mean and how to do.

could u plz explain.

regards,

siri.

2 REPLIES 2
Read only

Former Member
0 Likes
360

Hi Rich

your reply always helped me to solve my problem.

could u plz suggest me what to do for this.

regards,

siri.

Read only

Former Member
0 Likes
360

Hi,

This means that the data is to be populated in the target fields directly without any conversion.

You would be selecting the data for fields ( say field1 , field2 ) using a select query. Assign these field values of field1 and field2 directly to target fields.

Target_field1 = field1.

Target_field2 = field2.

Best regards,

Prashant