2010 Jan 14 10:19 AM
Hi,
I have created a t-code for a view cluster. My requirement is to make this T-Code for only display mode of view cluster.
When user clicks on display->change mode button, viewcluster should not go into change mode.
I have checked other posts in SDN also. But I cant access the txs PFCG and SU24.
Regards,
Seema Naharia
Hi,
I have created a t-code for a view cluster. My requirement is to make this T-Code for only display mode of view cluster.
When user clicks on display->change mode button, viewcluster should not go into change mode.
I have checked other posts in SDN also. But I cant access the txs PFCG and SU24.
Regards,
Seema Naharia
2010 Jan 14 10:28 AM
Hi Seema,
You can use FM VIEWCLUSTER_MAINTENANCE_CALL. Pass the parameter MAINTENANCE_ACTION accordingly.
Create a small program with input parametr for the view cluster name and call above FM with the input entered. Create a T-code for executing the report.
Thanks,
Vinod.
2010 Jan 14 10:44 AM
Hi Vinod,
I tried this option also. I am giving Maintenance action as 'S'. Even then it allows viewcluster to go to change mode.
So doesnot fulfill the requirement.
Regards,
Seema Naharia
2010 Jan 14 10:28 AM
Hello Seema,
The problem you are facing is authorization related. The associated auth. object for this is S_TABU_DIS.
This object has two fields: DICBERCLS (Auth. Grp.), ACTVT(Activity).
DICBERCLS:
When creating the table maintenance generator for the view, you must have given an auth. group. This must be configured here.
ACTVT:
02 Change
03 Display.
So based on the activity the user can change/display the records.
BR,
Suhas
PS: You must talk with your BASIS & SECURITY team for this configuration.
2010 Jan 14 10:37 AM
Hi Suhas,
If I go to viewcluster then I should be able to display as well as change it.
But My requirement is I want mode as display mode only for viewcluster while going thru created T-code.
Regards,
Seema Naharia
2010 Jan 14 11:03 AM
Hello Seema,
If the Basis Team does not assign ACTIVITY = 02 for any users then no one will be able to change the records.
Hope i am clear.
BR,
Suhas
2014 Nov 20 2:31 AM
Hi Seema
The way to make the view cluster show in display mode only is to change all the relevant maintenance view in "read only" mode, this can be done in the definition of maintenance view in SE11(see the below picture).
Then in the view cluster, the display/change button, new entry and etc will not be showed(see the below picture).
Hope this will solve your problem although it's long time ago you submit the question and maybe this will help others have the same issue and will help them.
Regards
Felix