Hi Experts,
We have a requirement to restrict particular users in Change mode during Planning runs. They will have the display access to planning books but not to change mode. For that we have used the BADI '/SAPAPO/SDP_INTERACT' Medthod 'DVIEW_DISPLAY_MODE_SET' . But this BADI is making display access in planning book for all the Users and not at User Specific level. How can be achieve it for some users only, As we have a list ff users whom we want to give display access to planning books while planning run is happening . Once the Planning run is completed, they can enter the Change mode again.
Regards
Ranjit
Hi Ranjit
In our case we have locked the users before we start planning run we lock specific users to avoid any interface from these users into interactive planning book. Might be you can also try to following similar approach instead of locking the entire planning book.
Thanks and Regards
Amol
Hi Ranjit,
"But this BADI is making display access in planning book for all the Users and not at User Specific level. How can be achieve it for some users only, As we have a list ff users whom we want to give display access to planning books while planning run is happening."
I am not sure if I understand clearly. You are saying that the BADI is allowing planning book to open in display and when FF users need access in display mode that should not be a problem right? Can you explain in details?
However, we have achieved this by
1. Creating a custom program to update a z-table which will have a indicator that planning area is locked. This program can set/reset the indicator in z-table.
2. Implemented BAdI to check this Z-table and display error message to users who are trying to go into change mode.
3. Set up this program as a step before and after the planning run to set and reset the indicator in z-table.
May be you have customize this for your requirement.
Thanks,
Ramesh
Add a comment