on 2015 Sep 30 4:51 AM
Hello Ksharma,
you can use below code in start routine.
LOOP AT SOURCE_PACKAGE assigning <source_fields>.
if <source_fields>-ebeln is not initial.
<source_fields>-DSO_PURCHASING_DOC_FIELD = <source_fields>-ebeln.
else.
<source_fields>-DSO_PURCHASING_DOC_FIELD = <source_fields>- yyebeln..
endif.
ENDLOOP.
Regards,
Hitesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.