‎2010 Feb 24 8:20 AM
Dear All,
I'm in desperate need of assistance in order to run some code which will send email notification whenever a service entry sheet is created
I searched alot for a BADI that may enable this but didnt find any, I tried some of the user exits related to ML81 but didnt find the one which is ran immediatly after saving of a new service entry sheet, plus i don't think thats the best way to do it.
just today i researched a little about events in business objects and i found an event "ServiceEntrySheet.Created"; in BUS2091
in package ML, but i have no idea how i can utilize it in order to run some code which can have access to the specific entry sheet data and do some processing and email sending.
In summary , I need a way to trigger code whenever service entry is created, unfortunately i have no experience in workflows so not sure how i can use them, but if someone could point me to the right direction for implementing such requirement i'd appreciate it
‎2010 Feb 24 8:37 AM
Hi,
Please check this user exit.
SRVMAIL Processing of mail before generation of sheet.
Regards
Hiren K.Chitalia
‎2010 Feb 24 8:48 AM
Hi Hiren,
I tested this exit serveral times but unfortunatly it doesnt get called in the process.
only one which i got to work is SRVESSR but it is triggered before not after saving.
thanks for response hopefully will get it to work.
‎2012 Jul 07 6:49 AM
hi khalid,
Did you get any exit after save in service entry sheets. I have a requirement where i need the same type of exit after save. any help wud be great...