on 2009 Dec 15 10:40 AM
Hi,
we want to set up e-mail/INT for MSDS.
Depending on the initiator we would like to have different e-mail addresses as sender. At the moment it's the e-mail-address of the batch-user of the job.
- Can I split the jobs for each initiator? (How?)
- Or do I have to use programming - if yes, where can I change the e-mail-address of the batch-user depending on the initiator?
Thanks!
P.C.
Request clarification before answering.
Hello
please check the available user exits in the report distribution process of EH&S. I am not quite sure but I believe there is no "direct" option to have this split e.g. per initiator or you must use one of the exits. But it is clear one could think about it using programming. In the central tables of report shipment the initiator (or sale org) is a central information which is processed and used (in SAP standard) in many areas in report shipment
In http://help.sap.com/erp2005_ehp_04_sp/helpdata/en/a7/288aa30a6c11d28a220000e829fbbd/frameset.htm and other linked which I checked shortly I found no reference regarding an option like you described.
PLease check especially this one:
http://help.sap.com/erp2005_ehp_04_sp/helpdata/en/a7/288aa30a6c11d28a220000e829fbbd/frameset.htm.
Here you get an overview of the process and all user exits which are processed. In principle you can "copy" the SAP one and create a "customer" specific one but I am not sure if you will find a suitable point to handle the eMail topic you mentioned.
With best regars
CB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
user exits etc. in this area are realized as function modules (to my knowledge). That means you have a framework report doing the report distribution job and which calls step by step the corresponding function modules. To do so these function modules must be specified and the place to specify is one IMG activity (managing user exits). The user exits are grouped by type and I believe those belonging to report distribution starts with SRE...
The event you have mentiond triggers the start of a report (as far as I know) and this report is doing the job (there are SAP techniques available to follow this process but I believe it is not necessary in this case).
With best regards
CB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.