2005 Nov 06 7:15 AM
hi guys
need urjent help
d) Set the update indicator in it_marc for all components so that we could update the custom table later on: Set it-marc-upd = X for all records in it_child matching it_marc on matnr and werks if it-marc-upd = . Clear it_child.
thanxs
Your requirement is not really clear, but....
Loop at it_child.
read table it_marc with key matnr = it_child-matnr
werks = it_child-werks.
if sy-subrc = 0.
it_marc-upd = 'X'.
modify it_marc.
endif.
endloop.
Regards,
Rich Heilman
2005 Nov 06 7:59 AM
2005 Nov 06 3:05 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |