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

T-code for a view cluster in display mode only

Former Member
0 Likes
5,362

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

6 REPLIES 6
Read only

vinod_vemuru2
Active Contributor
0 Likes
3,048

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.

Read only

0 Likes
3,048

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,048

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.

Read only

Former Member
0 Likes
3,048

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
3,048

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

Read only

felix_huang
Associate
Associate
0 Likes
3,048

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