2007 Apr 12 1:54 PM
Hi All,
Am Updating the acceptance date and signed date tcode va42 through the call transaction method. but it is updating only one date .when i execute it second time it is updating the another date. am not able to find the error .
Please advice.
Thanks&Regards.
Ramu.
Hi All,
Am Updating the acceptance date and signed date tcode va42 through the call transaction method. but it is updating only one date .when i execute it second time it is updating the another date. am not able to find the error .
Please advice.
Thanks&Regards.
Ramu.
2007 Apr 12 2:04 PM
Loop at itab.
<b>refresh :it_bdcdata</b>
-
-
CALL TRANSACTION 'VA42' USING it_bdcdata
MODE lv_mode
UPDATE lv_upd
MESSAGES INTO it_messtab.
<b> IF sy-subrc = 0.
COMMIT WORK.
ELSE.
ROLLBACK WORK.
ENDIF.</b>
PERFORM capture_messages.
ENDLOOP.
Follow d similar procedure....
Ramesh.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |