cancel
Showing results for 
Search instead for 
Did you mean: 

Create workflow

Former Member
0 Kudos

hi alll

I have created one function module for generating mail.

My requ: Whenever user create new support message mail will send to 2 user id.

i have found that Business object BUS2000116. How can i include my function in to this. How can i write or how can i design workflow.

That function is working fine in se37.

help me

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

Hi,

Create you own Business Object. (e.g: Method SENDMAIL - ZBUS2000116 ) or enhance the BUS2000116. In your method call your custome Function module. Also have import parameters to get the mail id for the method SENDMAIL.

and a background Step was defined in the Workflow template, which uses a task defined using the BOR Object - ZBUS2000116 - SENDMAIL.

Hope this will solve your problem.

<i>*Reward each useful answer</i>

Raja T

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

first you extend the business object, the create a new method in that...then in that method add your function module..then after releasing that execute there itself and check whether your new method is working...then add ur method to ur workflow

raja_thangamani
Active Contributor
0 Kudos

Reply/Reward/Close the thread pls if your issue is resolved ..

Raja T