‎2006 Jun 13 8:43 PM
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
‎2006 Jun 13 8:46 PM
Anupama,
Go to SU24 and give this transction and check the possible authoriztion objects and options available
Regds
Manohar
‎2006 Jun 13 8:50 PM
hi Anupama,
T-code <b>SU24</b> should help you to check the possible authorization objects.
Regards,
Santosh
‎2006 Jun 13 8:59 PM
Youll get the object S_tcode = KCLJ . But the main thing is to restrict on the said structured . Id 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 thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 Jun 13 11:34 PM
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