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 KCLJ

Former Member
0 Likes
578

Not sure if this question goes here or not. Please direct me if this is in wrong place.

Is there a way we can control access for tcode KCLJ depending on the structures? We have a requirement to limit the users to run KCLJ with only 3 structures RKCT103,RKCT105 etc.,

Any help will be appreciated. Thanks

Anupama

4 REPLIES 4
Read only

Manohar2u
Active Contributor
0 Likes
519

Anupama,

Go to SU24 and give this transction and check the possible authoriztion objects and options available

Regds

Manohar

Read only

Former Member
0 Likes
519

hi Anupama,

T-code <b>SU24</b> should help you to check the possible authorization objects.

Regards,

Santosh

Read only

former_member181966
Active Contributor
0 Likes
519

You’ll get the object S_tcode = KCLJ . But the main thing is to restrict on the said structured . I’d recommend you to copy the main program and then check the structure in your program .Other then that I`m not seeing any option. You can restrict the users on S_tcode. now the question is that to find out the object to restrict the object , So with combination of S_tocde and structure object . you can control it . You can trace the authorization in <b>Tr.ST01</b>

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

Former Member
0 Likes
519

Hi

KCLJ is a report. You can follow this way for easy solution.

1. Copy the standard program of KCLJ into Z-program and write necessary code. OR modify the standard program of KCLJ with access key.

2. You can add AT SELECTION-SCREEN event to validate user entry in structure field.

3. Then you can set up authorization check in this program using AUTH CHECK command. You have to create authorization object and assign to users.

I think this will help you.

Bala

Note: Award points if helpful