cancel
Showing results for 
Search instead for 
Did you mean: 

Object CL_SE_PUR_PR_WF_OUT method EXECUTE cannot be executed

former_member581526
Participant
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

vinita_kasliwal
Active Contributor
0 Kudos

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

ivy_li
Active Contributor
0 Kudos

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