‎2007 Sep 18 6:25 AM
Hi there,
how we can restrict particular Tcode from unauthorized access. In month ending some group of people are able to access user defined Tcode. how we can implement this requirement. pls provide any suggestions.
Regards.
zakir.
‎2007 Sep 18 6:38 AM
In The program ,
CALL FUNCTION 'AUTHORITY_CHECK_TCODE'
EXPORTING
tcode = v_tcode
EXCEPTIONS
ok = 1
not_ok = 2
OTHERS = 3.
where v_tcode would be ur transaction code .this is one way
Second way would while creation transaction there is something called a authorization gropu ,if you create that and basis guy attaches to role your problem is solved.
Please reward if useful.
‎2007 Sep 18 10:42 AM
Hi Dinesh,
Thanks for reply. For Tcode CJ01, I got this requirement. In CJ01 dialog program we need to call that functional module. can u pls tell where exactly (in dialog program) we need to call that functional module. ur answer is most helpful.
Regards,
Zakir.