cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger "submit" event in ECM?

Former Member
0 Kudos

in Enterprise Compensation Management, When user submit the data in the planning iView the workflow is triggered. How do I trigger this "submit" event of workflow? Which function module need to be called? I am developing customized application for ECM. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member312987
Active Participant
0 Kudos

In EHP4, there is the following workflows for Compensation:

04000022 ECM_SUBMIT

04000023 ECM_APPROVE

04000024 ECM_REJECT

04000025 ECM_CREATE

together with class CL_HRECM00_WORKFLOW_EVENT.

Best Regards

Raquel

Former Member
0 Kudos

Thanks!

PradeepBondla
Active Contributor
0 Kudos

Hi Anthony,

Could you please share how did you solve this issue? How to trigger SUBMIT event??

Please share...

-Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First on the trace and when user click SUBMIT, check in trace which BOR getting triggerred. Use that event to your workflow.