Application Development and Automation 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: 
Read only

Send a Notification When ever a new entry is created in Z-Table

Former Member
0 Kudos
415

Dear All,

I have got a requirement to send a notification when ever a new entry is created in the Z-Table which contains some important information.

I have searched in SCN and found few links in which it say to create an Event '05' and in that call FM SWE_EVENT_CREATE, but my query is Do I need to create a new BO?

In the example which I found in other sites where its mentioned like

W_OBJTYPE = 'YH355_BO'.

W_OBJKEY = ZCUST_INFO-CUSTNO.

W_EVENT = 'SENDEMAIL'.

here OBJECTTYPE is a new BO or what.

Kindly help me in solving my requirement as am new to Workflow concepts.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
328

Hi

If yoy simply want to notify then directly send the mail , without going into work flow.

3 REPLIES 3
Read only

Former Member
0 Kudos
329

Hi

If yoy simply want to notify then directly send the mail , without going into work flow.

Read only

0 Kudos
326

How can I achieve this through workflow ?

Read only

Former Member
0 Kudos
326

If you want to send the mail call the function module "SO_NEW_DOCUMENT_ATT_SEND_API1" in table maintenance event '05'.

Regards

Vinod