Hi,
In the Transformation for the DSO Field, Use the Routine to write ABAP Code for the Target Field.
In the Routine write the following code(if Source field name is Source_fld).
Target_fld = Source_fld(4).
Regards
Shaik.
Hi,
In the Transformation for the DSO Field, Use the Routine to write ABAP Code for the Target Field.
In the Routine write the following code(if Source field name is Source_fld).
Target_fld = Source_fld(4).
Regards
Shaik.