Application Development and Automation 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: 
Read only

Authorization for Email functionality

Former Member
0 Likes
6,366

Hello

Can anybody please let me know the Authorization object that are related with Email functionality.

Thankyou,

Ajit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,712

Hi Ajit,

You can check out the following auth. object:

S_OC_DOC SAPoffice: Authorization for an Activity with Documents

S_OC_FOLCR SAPoffice: Authorization to Create Shared Folders

S_OC_ROLE SAPoffice: Office User Attribute

S_OC_SEND Authorization Object for Sending

S_OC_TCD SAPoffice: Transaction Code Authorizations

S_DATASET Authorization for file access

S_OC_SEND Authorization Object for Sending

S_OC_SOSG Authorization Object for Send Request Overview

S_RFC Authorization Check for RFC Access

Thanks,

Saby..

4 REPLIES 4
Read only

Former Member
0 Likes
2,712

Hi Ajit,

S_OC_SEND - Authorization object for sending

this object gives Authorization to send externally and internally

Maximum number of recipients for a communication method per send operation

Defined Fields

COM_MODE:

Communication method

NUMBER:

Maximum number of recipients for this communication method

and also S_ADDRCOMM - this object is used to maintain Email address in usermaster record.

Hope this helps.

Cheers,

Rakesh.T

Read only

debasissahoo
Active Contributor
0 Likes
2,712

Hi Ajit,

The authorizations for SAPconnect administration are contained in the roles SAP_BC_SRV_COM_ADMIN and SAP_BC_SRV_GBT_ADMIN.

You can better have a look at these existing SAP role.

For more help,

http://help.sap.com/saphelp_nw70/helpdata/EN/2b/d926324b8a11d1894c0000e8323c4f/content.htm

hope this helps

Debasis.

Read only

Former Member
0 Likes
2,713

Hi Ajit,

You can check out the following auth. object:

S_OC_DOC SAPoffice: Authorization for an Activity with Documents

S_OC_FOLCR SAPoffice: Authorization to Create Shared Folders

S_OC_ROLE SAPoffice: Office User Attribute

S_OC_SEND Authorization Object for Sending

S_OC_TCD SAPoffice: Transaction Code Authorizations

S_DATASET Authorization for file access

S_OC_SEND Authorization Object for Sending

S_OC_SOSG Authorization Object for Send Request Overview

S_RFC Authorization Check for RFC Access

Thanks,

Saby..

Read only

0 Likes
2,712

Not sure if all these objects are required or not. But to keep it simple just create a role with SCOT and give the required values in the Auth Objs.

Also make sure Authorizations to schedule a Job are assigned in the same role, since functionally sending Emails are triggered by scheduling jobs.

Gp.