a user is assigned with tcode SA38.how to restrict him to
execute only a few reports,say rsusr003.
Answers were Sorted based on User's Feedback
Answer / hasnul_amrie
There's no way you can restrict one report via SA38. Because
for SA38, there's only S_PROGRAM authorization object check.
And under this object only have two fields P_ACTION (submit,
variant, bckground) and P_GROUP (program auth group).
Next, there are several ways depends on the organization
choice.
01. call a report via report tree.
02. use SE93 to create customize tcode:
a) via 'transaction with value' where we use SA38 screen as
inheritance. We have option to hide SA38 screen to avoid
user running other program.
b) via 'transaction with value' where we use START_REPORT to
call program it self.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ratnadeepika
Hey guys , One more solution is there .
Go to SE93 ...create a new tcode for eg : ZSA38 .
with the option Transaction with parameters option ...
In the main screen Tcode field give SA38 as tcode ...and u
will find 'DEFAULT VALUES" ...Add the entry
Name of the screen field : RS38M-PROGRAMM
Value : RSUSr003 save . If u want u can add some more
values .
Give this Tcode access to the user u want to restrict .
Try it and let me know if u are facing any problems . Mail
me for screenshots .
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / naveen kumar
you have to create a new role
with tcode SE38 and in authorization object S_DEVELOP the
activities DEVCLASS '*'
OBTYPE '*'
OBNAME ' RSUSR003'
p_group '*'
activity '03'
and assign it to the userid
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / shnmk
We can assign particular reports through role...
Using PFCG transaction > go to menu tab > click on reports and select the particular report then click on ok..
then generate the role and go to user tab and enter the user name in user field click on complete comparison in user tab ....then automatically user can access those reports ...
Is This Answer Correct ? | 0 Yes | 1 No |
How we Provided SAP Security design, configuration, and support for SAP Net Weaver systems running BI/BW 7.0 (Net Weaver 2004s)
How we Creat Mass users via writing LSMW scripts.
How to trace the Users in BI Security and give me navigation
This is in continuataion to the previous question. a user is assigned with tcode SA38.how to restrict him to execute only a few reports,say rsusr003.If you're going to modify the role(having sa38) assigned to the user,that will affect other users also because that role might be assigned to multiple users.I don' want that to happen.so what is the solution?
How we schedule and administering background jobs?
What is diffrence to add tcode in Menu tab(PFCG)and in S_TCODE object?
What are st01 t-codes used for?
how we Set up profile parameters and security Audit log activation
How can I do a mass delete of the roles without deleting the new roles?
what is pfcg_time_dependency?
What is the maximum number of profiles in a role ? What is the maximum number of authorization objects in a role? What is the maximum number of authorization in an object ?
What are se09 t-codes used for?