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 acess for tcode

Former Member
0 Likes
947

I created custom table and corresponding upload program and transaction code for this program .Data will be maintained via upload program accessed via transaction code with authorization built around the transaction code to limit access. how can i give that authorization .

Thanks,

priya

7 REPLIES 7
Read only

suresh_datti
Active Contributor
0 Likes
907

Hi,

You can add this custom Tcode to the User's authorization profile/role..

Regards,

Suresh Datti

Read only

0 Likes
907

Suresh ,

How can I do that one ? Can u give me detail descript?

Read only

0 Likes
907

it is usually done by the security team and not the developer..

Regards,

Suresh Datti

Read only

0 Likes
907

Take one user, find a role , by going in SU01 ->user name ->roles tab -> pick up Z:role or whatever . Go to tr.PFCG and paste that role -> hit display and ->click authorization tab ->you’ll see glasses sign -> click it after that a screen will come hit find and in object write "S_tcode" it`ll show you the place where you have to place the T-code for user .

Normally this is done by security, but it might help you ,.!!

you can also see security reports in this thread !!

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

0 Likes
907

Does it helps you ?

Read only

Former Member
0 Likes
907

u can do it in tho level

1.@ table level : u can restrict user to update by giving authorization group while maintaining / generating table maintenance

2.In the Upload Program itself u can maintain Authorization object .

Read only

Former Member
0 Likes
907

Madhu,

go thru the link to know abt the concept & creation of authorizaition

http://help.sap.com/saphelp_bw21c/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm

Try to USE SU53 transaction.. to find the Authorization..

Regards,

Naveen