cancel
Showing results for 
Search instead for 
Did you mean: 

Notification while opening Planning Books

Former Member
0 Kudos

Hi Gurus,

We are facing the problems of getting active version locked bu user while CTM is running.

Is there anyway which willl give a POP UP or Notifiaction to user if they try to enter into planning book while CTM is running?

Regards,

DAV

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dev,

I would suggest the below ways can help.

1) By using SM02 t code you can send a message to all user requesting them not to log in to planning book

2) Prior to our Batch jobs you can use the report /SAPAPO/TS_LC_DISPLAY_LOCKS to find the users and planing area which is locked.This report is available from note 1265235.Once you identity locked users then terminate their sessions and lock planning area using function module /SAPAPO/TS_LC_LOCK.

Please check and let me know.

Thanks & Regards,

Rajkumar Thanarajan

Former Member
0 Kudos

Hi Dev,

We had same issue, we implimented a ABAP program which runs before our Process chain jobs.

Run ABAP program which sends a pop up message to the users who are already loged Into the perticulat T.codes( like CTMrun t.code) and says they have 10 mins time to use that T.code after that it automatically close the t.code and after 10 mis of ABAP program run, schedule CTM run, so that no other user will enter this T.code, and after CTM completes, run another ABAP program which unlocks the T.codes from user.

LIke this you have to develop 2 APAB programs, 1 for locking second for unlocking t.codes.

Discuss the same with your ABAP developer, you will get a solution

Regards

Kishore