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

Setting Authorizations to transaction codes

Former Member
0 Likes
1,192

How to set authorization to transaction codes?

6 REPLIES 6
Read only

Former Member
0 Likes
841

Hi,

WELCOME TO SDN

go to t code <b>su22 or su21</b>

Regards,

Santosh

Read only

Former Member
0 Likes
841

goto su22 transaction.

Regards,

ravi

Read only

Former Member
0 Likes
841

Hi ,

use Tcode se93 and assign authorization object

at transaction level.

You can also use su21,su22,su23,su53.

program level use

authority-check object 'S_TCODE'

id 'TCD' field 'ZSPM'.

Regards,

Amole

Read only

Former Member
0 Likes
841

Hi,

try with SU22.

Regards

vijay

Read only

Former Member
0 Likes
841

You can also create your own Z auth object , fields and check authorization programmatically.

Regards,

Surpreet Bal

Read only

Clemenss
Active Contributor
0 Likes
841

... and if you have done it, make sure people are not authorized for SE37.

You can call transactions freely without checks using function C160_TRANSACTION_CALL.

... just a hint

Regards

Clemens