cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow to send a mail notification when the delivery date is modified

yamit
Explorer
0 Kudos

Hi,

I tried to implement a Workflow to send a mail notification when the delivery date is modified any idea for do that?

Jelena
Active Contributor
0 Kudos

You are saying "tried", so why don't you share what you've tried exactly so far? Obviously you've already had some ideas...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1. Extend BUS2032 to create a new event say ZDELIVUPDT

2. Create an entry in SWEC for Change Doc

VERKBELEG and Object BUS2032 and EVENT ZDELIVUPDT

3. Create a small workflow with email task having BUS2032-ZDELIVUPDT as start event.

Answers (2)

Answers (2)

keohanster
Active Contributor
0 Kudos

If you already have your check function working, then you should implement it in the event linkage. Then kick off the event and check the event log to see if it's raised. Once you know your event is raised, the rest is a piece of cake. Go to SWDD and build your workflow.

You might want to search for 'SAP Workflow tutorials' because there are quite a few out there, and even if they are old, they will be helpful to you.

Have fun!
Sue

yamit
Explorer
0 Kudos

Hi Jelena, thanks for your commet,

Is correct, I'm tried to implement a WorkFlow to Send a mail notification when in an Order Sales the field delivery date was modified, to do that i'm tried follow:

1) Create a Check Function Module for validate which type of sales order should be notified( That is Work)

2) Now, i need to send custom emails using the customers mail address field, but i don´t know how todo set the email adress for each customer in runtime.

Regards