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: 

Authorizations to send e-mail's from SAP

Chris_Schutz
Active Participant
0 Kudos

Hi ,

Has SAP an specific authorizations object to send e-mail's from SAP ?

To internal and external domain names ? External like ..@hotmail.com .

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Friend,

S_OC_SEND is Authorisation Object for Sending.

This object has 2 fields.,

1. COM_MODE - Communication method

2. NUMBER - Maximum number of recipients for this communicatin method

COM_MODE can be FAX,INT,OFF,PAG,PRT,RML,X40,X50

NUMBER can be any number by default 99999.

Regards,

Muthu Kumaran KG

2 REPLIES 2

Former Member
0 Kudos

Friend,

S_OC_SEND is Authorisation Object for Sending.

This object has 2 fields.,

1. COM_MODE - Communication method

2. NUMBER - Maximum number of recipients for this communicatin method

COM_MODE can be FAX,INT,OFF,PAG,PRT,RML,X40,X50

NUMBER can be any number by default 99999.

Regards,

Muthu Kumaran KG

Former Member
0 Kudos

Hi,

It is S_OC_SEND.

The following are defined via this authorization object:

1. Authorization to send externally and internally

2. Maximum number of recipients for a communication method per send operation

Rgds,

Ankur