Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration Of EMail id

former_member450736
Active Participant
0 Kudos

How to Configure one's Email id in SAP System through any options like using:

Tcode or ABAP Program or function Module.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

SU01

3 REPLIES 3

Former Member
0 Kudos

SU01

0 Kudos

is there any other way using ABAP Program, as SU01 requires supervisor authorizations.

Former Member
0 Kudos

Hi Kranthi, check out this.

Specifications for mail attributes:

1.On the Parameters tab page of the communication channel you have created newly or the existing one ; select the adapter type Mail.

2.Then select the Receiver radio button to define the adapter as a receiver adapter.

○ Under From, specify the e-mail address from which the message is sent.

○ Under To, specify the e-mail address that will receive the message. If you enter more than one address, you must separate them with a semicolon.

If you have specified an IMAP server under URL, the message is saved in the specified folder but is not sent to the receiver specified under To.

○ Under Cc, specify the other e-mail addresses to which the e-mail is to be sent.

These addresses are visible to the receiver.

○ Under Bcc, specify the other e-mail addresses to which the e-mail is to be sent.

These addresses are not visible to the receiver.

○ Enter the Subject of the e-mail message.

○ Specify whether you want to encode the content of the e-mail message. You have the following options:

■ None

■ Base64 (default value)

■ quoted-printable

○ If you have selected XIPAYLOAD as the message protocol and you want to forward XI attachments in the e-mail attachments, select Keep Attachments.

You use the PayloadSwapBean module to swap the application payload with one of the attachments.

See: PayloadSwapBean

cheers,

Hema.