on 2016 Jul 13 11:41 AM
Hello, friends
PR can be transferred to SRM by PI normally before yesterday, but this morning, we found released PR no XML send out in ECC and the workflow error : Work item 000000004782: Object CL_SE_PUR_PR_WF_OUT method EXECUTE cannot be executed.
Please help me ,
Thanks a lot.
Jesse.
Request clarification before answering.
Hi Jesse
Can you check If something changed at SRM end for the approver logic ?
Also check the user integration in org structure is correct for the RFC user
Regards
Vinita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Are you creating PR with outline? this is not supported.
Class CL_SE_PUR_PRERP_SOURCING_REQ
Method PROCESS_OUT
* check for outline agreement PRs, actually not supported by SRM --> we do not send out
IF is_preq_bapi_header-data-bsakz EQ lo_const->bsakz_r.
MESSAGE e104(ops_se_pur_common) WITH is_preq_bapi_header-data-banfn INTO lv_dummy.
lo_prot->add_message( ip_msgty = sy-msgty
ip_msgid = sy-msgid
ip_msgno = sy-msgno
ip_msgv1 = sy-msgv1 ).
*
et_return = lo_prot->get_prot( ).
RAISE EXCEPTION TYPE cx_ops_se
EXPORTING
textid = cx_ops_se=>error_in_method
cpdname = lc_method
clsname = me->gc_class_name.
ENDIF.
BR,
Ivy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.