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

security for custom Tcode

Former Member
0 Likes
1,461

Hi

i got many doubts while providing security for my custom transaction code say "ZTCODE".

i could divide my problem into 3 parts.

Part 1: i have assigned 10 authorization objects in SU24.

Part 2: i have assigned 1 authorization object in SE93.

Part 3: i have hardcoded some authorization objects into ABAP program.

Now

1. The authorization objects assigned in SE24 and SE93 are should be haedcoded in ABAP program ? if not how ?

2. what is the relation between above 3 types (part1, part 2 and part 3) of authorization object ?

3. Those authorization objects with field values hardcoded in ABAP program should be matched with user master record (authorization objects with values of user master records) to get authorization for ZTCODE ? if not what is the procedure ?

thanks nag

5 REPLIES 5
Read only

Former Member
0 Likes
836

What do you want to achieve?

Message was edited by:

Danny Dsa

Read only

Former Member
0 Likes
836

To understand the reqirements concerning security for customer specific transactions,

you have to walk through the different steps that are related to authority-checks within SAP.

Please find a link attached that may help to describe <a href="http://www.mariewagener.de/Note.Juni.2006">The authorization check of dialog users</a>.

Read only

0 Likes
836

Marie, that's a very good description of the process.

Read only

0 Likes
836

Thanks.

Read only

Former Member
0 Likes
836

To understand the reqirements concerning security for customer specific transactions,

you have to walk through the different steps that are related to authority-checks within SAP.

Please find a link attached that may help to describe <a href="http://www.mariewagener.de/Note.Juni.2006">The authorization check of dialog users</a>.