Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow : event based triggering

Former Member
0 Kudos

Hello guys,

I am new to WORKFLOW,and have a task to send an email to a paticular USER,everytime some one clicks on SUBMIT button in a paticular TRANSACTON(used to update an itnernal table).

if the USER approves the request,the values given in the transaction screen should be submited to an itnernal table.

How to do it?

any examples will be highly appreciated.

thanks for reading.

1 REPLY 1

former_member186746
Active Contributor
0 Kudos

Hi,

A way to get answers to your question faster and better detailed is to post them in the appropriate forum (i.e. the workflow forum)

Since your new to workflow, I'd suggest to take a look at these blogs by sapna modi:

<a href="/people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i for dummies I</a>

<a href="/people/sapna.modi/blog/2007/04/27/workflows-for-dummies--workflow-builderpart-ii for dummies II</a>

After that also do the online tutorial by SAP (search for workflow tutorial in help.sap.com)

After that, take a look at this answer to your question:

First check if the transaction has standard events on the buttons, activate the event trace SWELS to find out,

If not look at any badis or exits where you can implement FM sap_wapi_event_create

Next create a simple workflow for sending an email (these are basic building blocks in the workflow builder) then link the event with that workflow in PFTC tab events.

Kind regards, Rob Dielemans