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

Start IMG Node in Display

Former Member
0 Likes
1,453

Hi all,

is there a way to start a Customizing Node in Spro in Display instead of Edit Mode?

Some more details:

So i have an IMG Node which links to a Viewcluster via Transaction SM34.

However most Users currently go there to only check the settings and don't want to change anything.

Therefore it would be very nice if the Cluster would by default open in Display Mode first.

greetings

Klaus

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
967

Hi Klaus,

Somewhere deep in the code of transaction SPRO in function module S_CUS_ACTIVITY_EXECUTE is a call to function modules VIEW_MAINTENANCE_CALL with the parameter ACTION hard coded to 'U' and VIEWCLUSTER_MAINTENANCE_CALL with MAINTENACE_ACTION hard coded to 'U'.

So, I think the way the system assumes change as the default mode can't be changed.

Regards,

Nick

4 REPLIES 4
Read only

Former Member
0 Likes
967

Hi Klaus,

You can change the authorization group of the required views or tables of SPRO in SE11 and control the visibility based on authorizations.

Note that it is not mandatory to change the authorization group always but if you since SAP uses the same authorization group for other tabels/views in order to distinguish you might need one.

Thanks and Regards,

Sriranjani Chimakurthy.

Read only

0 Likes
967

thx for the Answer - but i don't want to do it via Authorizations since those guys normally are also the ones able to change it. However most of the time its only display. And with authorizarions they would need 2 user which i think is not practicable.

Read only

Former Member
0 Likes
968

Hi Klaus,

Somewhere deep in the code of transaction SPRO in function module S_CUS_ACTIVITY_EXECUTE is a call to function modules VIEW_MAINTENANCE_CALL with the parameter ACTION hard coded to 'U' and VIEWCLUSTER_MAINTENANCE_CALL with MAINTENACE_ACTION hard coded to 'U'.

So, I think the way the system assumes change as the default mode can't be changed.

Regards,

Nick

Read only

0 Likes
967

Thx for the clarification!