Abap Code

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

**Update operation status to DISP

CALL METHOD zcl_pm_util=>meth_stat_pub_upd_usr_stat


EXPORTING
im_objnr
= <fs_wa_objtab>-v_objnr
im_usr_stat
= zcl_pm_literals=>gc_e0005
im_commit
= abap_true
EXCEPTIONS
input_missing
= 1
object_not_found
= 2
status_inconsistent = 3
status_not_allowed = 4
status_not_updated = 5
commit_error
= 6
OTHERS
= 7.
IF sy-subrc EQ 0.

"'E0005'

You might also like