cancel
Showing results for 
Search instead for 
Did you mean: 

changes to SOLAR01 /SOlAR02 to default it to display mode

Former Member
0 Kudos

HI All,

Everytime we enter to SOLAR01/ SOLAR02, by default it will be in change mode, which will not allow other person to make the changes to that particular business Scenario.

As this is createing a problem for others, I want to know wheather we can Default it to Display mode once we enter to the Transaction and make us enter manually to go for change mode so that we can make it available for others who actually wants to make some changes.

Thanks in Advance,

Bharathi.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Sorry to revive an old thread, but in Solution Manager 7.1, this is now the default behaviour.

To change it back again to default edit mode:

SE80:

Class: CL_SA_FRAMEWORK

Module: START_SA

Lines: 267-272


*{   REPLACE        
*\*      CALL METHOD set_display_mode
*\*        EXPORTING
*\*          dmode = c_dmode_edit.
  user_display_mode = c_dmode_edit.
*}   REPLACE

former_member190969
Active Contributor
0 Kudos

Hi

in CL_SA_FRAMEWORK method START_SA at the calls of

CALL METHOD set_display_mode

EXPORTING

dmode = c_dmode_edit.

for c_ttype_blueprint (SOLAR01) and c_ttype_realization (SOLAR02)

you can replace c_dmode_edit by C_DMODE_DISPLAY.

Regards

Andreas

0 Kudos

Hello Bharathi,

Unfortunately, this is not possible. User-specific settings do not have such provision. In transaction SOLAR_PROJECT_ADMIN, you can select the option of locking the blueprint structure for editing but then this will prevent all the users to make the changes to that project. You cannot do the way you asked. Sorry

Best regards, Irfan

Former Member
0 Kudos

hi Irfan,

Thanks for the clarification and quick response.

regards,

Bharathi.

Former Member
0 Kudos

Bharathi,

Normally if you go to SOLAR02, a user only locks the node which he/she selected at the left, in the tree structure. Other nodes can be edited by other users.

Roel

Former Member
0 Kudos

Thanks for your answer Roel, I too know that it will lock only that particular folder, The problem here is eevryone are in need to access the same folder as in the last minute they had to upload some documnets.

Regards,

Bharathi.