cancel
Showing results for 
Search instead for 
Did you mean: 

Locking and unlocking planning book on specific date, time

Former Member
0 Kudos

hi,

i have a requirement of locking the planning book ( and not planning area) so that users can still have display access to data. the locking should happen on specific date, time & then unlocking should happen at some specific date, time.

The lock & unlock date, time will always be fixed.

in case you are aware of how to achieve this please let me know.

I am able to achieve this using a macro, but it does not go at time level, instead read only date and based on that i use row_visible to lock and unlock.

Thanks,

TJ

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Tejinder

Try using BADI /SAPAPO/SDP_INTERACT, method DVIEW_DISPLAY_MODE_SET to disable the 'Edit mode' icon depending on date and time.

You also need to consider what should happen if users are already in edit mode at that time - you might need to kick them out.

Rishi Menon