2010 Mar 31 7:49 AM
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.
2010 Mar 31 7:53 AM
Hi
If yoy simply want to notify then directly send the mail , without going into work flow.
2010 Mar 31 7:53 AM
Hi
If yoy simply want to notify then directly send the mail , without going into work flow.
2010 Mar 31 7:56 AM
2010 Mar 31 8:19 AM
If you want to send the mail call the function module "SO_NEW_DOCUMENT_ATT_SEND_API1" in table maintenance event '05'.
Regards
Vinod