2008 Oct 27 3:34 PM
Hi
What is the BAPI / FM to update the status field in disconnection documents?
Thanks
Nat
2008 Oct 27 4:48 PM
Hi,
Try using FM 'ISU_DB_EDCN_UPDATE'
ls_discdoc_new = ps_discdoc.
ls_discdoc_new-status = ps_status.
EXPORTING values:
x_ediscdoc = ls_discdoc_new
x_ediscdoc_old = ps_discdoc
x_upd_mode = gc_update.
Let me know if this helps.
Thank you,
Binno Don Thomas
2008 Oct 27 4:48 PM
Hi,
Try using FM 'ISU_DB_EDCN_UPDATE'
ls_discdoc_new = ps_discdoc.
ls_discdoc_new-status = ps_status.
EXPORTING values:
x_ediscdoc = ls_discdoc_new
x_ediscdoc_old = ps_discdoc
x_upd_mode = gc_update.
Let me know if this helps.
Thank you,
Binno Don Thomas