‎2006 Sep 01 6:35 PM
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.
‎2006 Sep 01 6:39 PM
Hi Rich
your reply always helped me to solve my problem.
could u plz suggest me what to do for this.
regards,
siri.
‎2006 Sep 01 6:40 PM
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