cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the return address in manually sent emails

juergen_veits
Explorer
0 Kudos

Dear Community,

we're working on Solution Manager 7.1 SP12 and unfortunately we're not able to find where we can change the return address for manually sent emails from Incidents.

Here is how to call the functionality:

And now it seems like default, that the current user email addres will be the return address and this is not changeable:

Is it possible to change this address to a standard address for every user? So it will not be dynamic for every user, but instead static for everyone.


Thanks and best regards,
Jürgen

Accepted Solutions (0)

Answers (3)

Answers (3)

chupakebr
Advisor
Advisor
0 Kudos

Hi Jürgen, you can also consider to use PPF action SMIN_STD_MAIL_FORM to Send email to a BP with mail form, then you will have an option to provide a Default Sender address.

juergen_veits
Explorer
0 Kudos

Hey Rodion,

thanks for the answer.

Use case is to send mails from Solution Manager with attachments and tracking-id. So if customer responds to the mail (with our SolMan E-Mail address as return address) answer will be attached to the ticket again.
With PPF action Tracking-ID would be possible, but unfortunately not the attachment(s). So I considered to use manually send mails with Mail form which includes Tracking-ID as variable.

chupakebr
Advisor
Advisor
0 Kudos

Jürgen, what attachment`s you want to send? If that`s attachments from incident then, I believe, it may be possible to send them with PPF action, but this would require abap. You can try to check this articles:

https://blogs.sap.com/2014/09/29/easy-to-use-abap-api-for-the-solution-manager-itsm-documents/

https://blogs.sap.com/2015/05/05/sap-mail-forms-demystified/

Though I must admit, that I haven`t tried that by myself... 😃

Please share you solution, if you would have one.

spencer_liang
Active Contributor
0 Kudos

In CRM, the TO is editable.

juergen_veits
Explorer
0 Kudos

Dear Spencer,

can you explain please in more detail where I have the possiblity to change the return address to a fixed address for every user?
Thanks,
Jürgen

spencer_liang
Active Contributor
0 Kudos

Usually it is the get_i_*method that set the field grayed-out.

1st, you need to use F2 to get the component view, and field name. Then find it in bsp_wd_cmpwb and debug get_i_* whether rv_disabled is set to false or true. In your case, it should be true.

If false is hard coded, you may enhance this method and set it to true.

spencer_liang
Active Contributor
0 Kudos

Also,

please paste the component view and field names here.

better to attach the screenshot.

I may have a look at it.

juergen_veits
Explorer
0 Kudos

I'm not sure if your solution fits my requirement:

I want to have a default return address defined by me (our solution Manager e-mail address) which should not be changeable in the UI.

Is there a possibilty for that?

spencer_liang
Active Contributor
0 Kudos

"I want to have a default return address defined by me (our solution Manager e-mail address)"

--> is it From or To?

Anyway, say, you mean To. You want to make it editable and does not allow end user to delete email address from it? It requires extra z codes to check the existing address.

juergen_veits
Explorer
0 Kudos

I mean the 'From' address. This should be not editable like it is now, but should 'suggest' another fixed mail address for every user.

Ok, I think if the answer is: 'It requires Z code' then my question is answered.

Thank you

Sigrid
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

If it is pure One2One E-Mail functionality, the address maintained for the user in SU01 is used. Not sure if there is any additional functionality in solution manager.

Can you check for your test case if the E-Mail testuser@test.com is maintained for your user in SU01?

BR,
Sigrid

juergen_veits
Explorer
0 Kudos

Hi Sigrid,

thanks for your respond.

Yes my user has this e-mailadress in SU01. This is by purpose.

But I asked for having this return address for every user using this functionality, like our central e-mail adress (/inbound address).

Is it possible to change it for everyone to a fixed address?

Best regards,

Jürgen