cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MSDS - different e-mail-addresses for the sender

Former Member
0 Likes
502

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.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_bergemann
Active Contributor
0 Likes

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

Former Member
0 Likes

Hello Chris,

thanks for your answer.

I guess it would be worth to check CVEP_RDO_BUNDLE_PACKAGE_BYTES. But it's called from a job in the background with an event and therefore I don't know how to debug. No break-points are working.

Do you know what to do?

P.C.

christoph_bergemann
Active Contributor
0 Likes

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

Answers (0)