cancel
Showing results for 
Search instead for 
Did you mean: 

Periodic exceptional operation mode on weekends ?

Former Member
0 Kudos

Hello,

Normal operation mode switch has only one day period. Exceptional is not periodic at all. But how to set up one week period operation mode switch? I need to set up different op mode for weekends....

I tried to edit table "btcomset" (timetable for op modes) by my ABAP program - I added some exceptional op mode line there, like ->


SETNAME   STARTDATE  STARTTIME ENDDATE    ENDTIME  MODENAME  TARGET  SETTYPE

%_EXCEPT  05.03.2009 12:00:00  05.03.2009 12:15:00 Testopmod         E

... but it seems it is not enought. It does not work. Does anyone has experience with this task?

Thank you in advance.

JM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi can you please throw some more light on this? As in I also want try this out but wanna know where do i need to add that code in the program and what changes do I need to make in the table u mentioned.

Former Member
0 Kudos

I found out myself. You have to edit also table btcomsdl (scheduler table for operation system switch) to make the op mode to switch.