cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger a custom action of a custom BO using work flow rule?

0 Kudos

Hi All,

I have a custom BO in which records will be created by ECC through payloads.

Now my requirement when ever a new record gets created in the custom BO i want to trigger a custom action which is declared in the same BO.

Initially i have tried using Work Flow rules, while creating the work flow rule after selecting the custom BO in the next screen i could not see my custom action which i wanted to trigger.

Can anyone suggest me the possible ways to trigger the action automatically when the record gets created.

Regards,

Navaneeth Kumar.D

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186746
Active Contributor

Hi,

Doesnt cloud use BRF+ for integration with workflow? Check if this document helps: https://www.sap.com/documents/2015/07/40daae80-527c-0010-82c7-eda71af511fa.html

Kind regards, Rob Dielemans

former_member186746
Active Contributor

Hi,

What do you mean with action? When you custom code things around workflow then you also have to custom code the triggering, you can achieve that by using SAP_WAPI_CREATE_EVENT in your code to create the event that you want.

Kind regards, Rob Dielemans

Hi Rob,

Firstly thanks for the reply.

I meant my custom event. i wanted to achieve the above said functionality in SAP C4C.

Can you please guide me how to achieve this using the above said EVENT.