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: 

Is there any T code which displays SOST data or table?

Former Member
0 Kudos

Hi

SOST has object S_OC_ROLE and only checks if the actual user is a Administrator (that can perform any operation) or the attach owner.

In this case, I have to give only display access of that information.

Is there any oss notes/user exit/?? which gives me the above desired result.

Is there tables where I can get this kind of information so that I can build up a Query? ( SOODSOOFSOOC+?????)

I noticed that SOSB is the T code which allows to display/resend own transmission data.

Thanks

Sridevi

4 REPLIES 4

Former Member
0 Kudos

Hi Experts!

Any suggestions on this requirement of 'Display access in SOST?

regards

Sridevi

0 Kudos

Personally, I have not looked into finding a way to do this... but if you use the search, then will see that J. van Roest did:

Cheers,

Julius

0 Kudos

Hi Everyone!

Sometimes, we dont realise the solution though it is just infront of our eyes!!! I solved this solution as below. May be useful to others whoever facing this problem.

I guess the below information is sufficient being you guys are from Security Team.

1) Use T code SOSG

2) Create one user group and add the relevant users under this group

3) Use authorization object S_OC_SOSG

Extract from SAP HELP

The selection can be restricted further by specifying the sender and send method. In the Sender field, you can enter user names and user groups. If a user group is entered, all users are selected that have this group entered in their user master record (transaction SU01 -> User Group for Authorization Check), or that are assigned to this group (transaction SU01 -> Groups).

If a user is only allowed to select send requests of particular users or groups, he or she can use transaction SOSG to do so. This transaction corresponds to transaction SOST but makes additional authorization checks. A user does not need the authorization ADMINISTRATOR in the authorization object S_OC_ROLE to use this transaction. The authorization for selecting users or groups in transaction SOSG is controlled by the authorization object S_OC_SOSG. In transaction SOSG, if a user chooses the input help for the Sender field, only those users and groups are displayed for which the user has display authorization.

regards

S

0 Kudos

thats good info!