Shift operation on Weekly off?

Hi
Gurus,
what to do when i have  to run Production on Weekly Off during urgency ?
We have weekly off on tuesday on this day i want to carried out production.
Should i define / change holiday calender? or what......
Plz guide me
Harish

Hi,
Goto Workcenter where you want to perform operations,
CR02, goto Capacities view, click on capacity header, click on intervals & shifts,  For valid period select in workdays column maintain 1- Work day( overides factory calander). then its a working day for work center, although its a factory declared holiday also.
Regards
Jagadeesh K

Similar Messages

  • Urgent: Shift weekly off

    hi all
    I am working on HR-ABAP . I need to implement a check on weekly off assignment. The scenario is like this: The workers are assigned to different shifts corresponding to which they are assigned a weekly off day. Now when the shift of a worker changes then his weekly off also changes. The check to be implemented is this that if the weekly off according to the new shift is falling within 3 day period of his weekly off according to the last shift then then the new weekly off is to be cancelled.
    eg. if the worker had a weekly off on monday according  to the last shift and then his shift changed and if the new weekly off falls on tuesday or wednesday or thursday then it has to be cancelled.
    Please let me know how to implement this check . Do i need to check some user exit for this.
    Points assured
    Thanks

    Do you need the change to be reflected in the master data or only the result is important? If it's not that important, it could have bee done via Time evaluation (if you use it) .
    Else with Abap, it seems standard. As previously said, check PSP and I guess you will have to generate a new IT2003 to replace the original shift?

  • Left-shift operator used on byte values

    Hello,
    I'm reviewing some problems, and I need some help. I have a program that has some code like the following:
    byte y = 10; // 00001010 in binary
    byte result = (byte) (y << 1);
    System.out.println("result: " + result); // 20.  Ok.
    result = (byte) (y << 7);
    System.out.println("result: " + result); // 0.  Ok.
    result = (byte) (y << 8);
    System.out.println("result: " + result); // 0. Why???
    // I was expecting a shift of 0 bits because the
    // right-hand operand is equal to the number of
    // bits for the size of the result type--in this case
    // 8 bits for a byte.
    // 8 % 8 = 0 number of bits for the shift.
    result = (byte) (y << 6);
    System.out.println("result: " + result); // -128.  Ok.
    result = (byte) (y << 10);
    System.out.println("result: " + result); // 0.  Why???
    // Shouldn't it be 2 bits for the shift?
    // That is, 10 % 8 = 2.
    // I was expecting 40 as the the answer for this one.I understand that for binary operations that the operands will be promoted to at least int types before execution occurs, but I still don't see how it would make a difference for the left-shift operator. Any help and clarification on this will be appreciated. It would be helpful to see the binary representation of the the "result" variable for the ones that I'm asking about. Thanks in advance.

    result = (byte) (y << 8);
    System.out.println("result: " + result); // 0. Why???
    // I was expecting a shift of 0 bits because the
    // right-hand operand is equal to the number of
    // bits for the size of the result type--in this case
    // 8 bits for a byte.the result of (y << 8) is an int, not a byte. the byte "y" is promoted to int for the bit shift. so the int result of the bit shift is 00000000 00000000 00001010 00000000. when you cast that back to byte, the 24 leftmost bits get lopped off, and you're left with zero.
    hth,
    p

  • How/ where to change a weekly off to working day, working day to weekly off by maintaining IT0007 is 7-time evaluation without payroll integration

    Dear Experts
    We are doing Negative Time Management where we record only deviations
    But customer has third party time machine which required to be integrated with SAP system
    As I know, from the time recording terminal, i should map SAP number to all employees and then get a text mail the  details with employee attendance for the  respective dates and times. Then, have to create a ABAP report which will read the text file and update clock in/out with date into SAP system. After this we can check employee attendance infotype 2011.
    But, Before going for above, time administrator wants to set IT0007 as 7- time evaluation without payroll integration, then maintain data in IT0050 & IT2011
    Then run Time Evaluation then the out put will be according to the data maintained in IT 2011. Now the  requirement is, time administrator wants to change eg. the  day is suppose to be working day for any employee but based on adjustments that day became weekly off, another employee suppose to work but again due to some adjustments that day became weekly off, so how this time administrator can change this and where. This is like, time administrator  need to see the total work schedule for an employee and needs to change whichever data and whenever or after time evaluation, he could see the total work schedule as desired.
    And also, time administrator wants to change schedule manually for any of the employee during that particular period and view the same.
    Please note that, ESS/MSS haven't implemented yet.
    Appreciated all your prompt responses to this.
    Thanks
    SS

    No
    I have created a workschedule on wednesday In a year there can be weekly off 5 or 6 times on Saturday or Sunday So  in that case there is no need to create three workschedules we can create one workschedule and change the days Again we need to regenerate the workschedules inorder to take 'off's" in to account. that is what iam thinkinng at the moment. Yes there is no need to do anything in IT 007 If there is any change in Shift in that Case User has to change workschedule in IT 007.
    If there is weekly off he can select the dates on which day it is falling and generate the workschedule.
    for changing shifts he should change work schedule in IT 007
    Is this is right approach please throw some light on this
    My client requirement was Sometimes there can be weekly off in the company It can be either wednesday off or saturday off or
    unday off or it can be any day.
    Edited by: My SAP Cronies on Feb 2, 2012 5:17 AM
    Edited by: My SAP Cronies on Feb 2, 2012 5:22 AM

  • Change in weekly off

    Dear Experts,
    I need your help related to time management. For our client weekly off can be shifted any time.
    Say for example. As per workschedule 22nd april 2011(Sunday) is weekly off. Company can declare 22nd as normal working day and 24th (Tuesday) as weekly off.
    What kind of changes to be in system to meet this requirement.
    From,
    CS

    Dear Chandra,
    As expert Sikandar said,, its best to use 2003 in this case, if you use ESS/MSS the good news is sap is comming up with SAP Flexible Work Schedules which will solve this kind of problems
    thanks

  • Populating the Weekly Off's and Loss of Pay days in Remuneration Statement

    Hi Experts:
    I'm trying to Populate the Following information on the Remuneration Statement for the Payroll Period:
    1. Total Calender days.(used TKSOLL from WPBP)
    2. Total Actual Working days (used ADIVI)
    3. Total Weekly Off's
    4. Employee Worked days
    5. Loss of Pay days. ( I need AAUxx here)
    6. Holidays
    The first two fields i could able to populate, Please help me how to populate the rest of the fields.
    I'm using SAP standard remuneration statement and it has only few tables from which we have to pick the single fields. Can we assign any more tables for the Single fields.
    Thanks
    Srikanth Reddy

    Hai..
    configure the required wage types in AS IF principle of absences of the country node payroll.
    in pe51, add those wage types..

  • Logical right shift ( ) operator

    Hi,
    I suspect a bug in the logical right shift operator >>> (as opposed to the arithmetic right shift >>).
    The documentation says "0-s will be shifted from the left". It is not the case.
    byte b = -128;                         // this means 0x80 in hex notation
    byte b1 = (byte)(b >>> 4);I would expect b1 = 0x8 (0-s shifted in from the left) but the result is
    b1 = 0xF8 instead, as if I had used the >> operator. The sign bit was shifted in from the left instead of 0-s.
    Of course, there is a workaround:
    byte b1 = (byte)((b >>> 4) & 0x0F); which is the same operation as using >>
    If this is the case, what is the purpose of using >>> instead of >> ?
    Anyway, the ONLY thing that frustrates me in the Java language that it does not support unsigned integers. It would be important for embedded systems where unsigned numbers are used more frequently.
    Any suggestions?
    Thank you,
    Frank

    sabre150:
    It depends on the size of processor you use. The Java program runs on a 32- or 64-bit processor, so there is no problem promoting from byte to short or int. But I am talking to an 8-bit processor over a network. So I get a byte stream that has to be converted to numbers here on the Java side. The data types are various: byte or short, even sometimes two 4-bit nibbles (here comes the >>> operator), signed or unsigned. If I get a two-byte sequence, I have to convert it to a short, signed or unsigned. That means in Java promoting the byte to int, shift left the high byte, OR the low byte then cast it back to short if signed, or mask with 0xFFFF if unsigned. The resulting int can be converted to string in the usual way. With distinguished signed and unsigned types, this would be done by the compiler. But I come from the Assembler (and then Pascal/Delphi) world, so it is not a big problem for me.
    I agree that this feature is used very rarely, I already wrote the conversion routines, so why bother? As a newcomer to Java (after struggling with C for years, I love it), I just wanted to see whether other people have a better and more efficient idea.
    Thank you all for your replies!
    Frank

  • The Shift operator Question

    Dear sir/madam
    I having question for the shift operator.
    What different between >>> and >> ?
    I have refer to sun tutorial, it state >>> is unsign, what does it mean?
    and last is
    if integer is 13
    what anwer for 13>>8
    is it move for 8 right by position? pls told me in detail
    is it answer same with the 13>>>8 ?
    Thanks for ur solutions

    You can play with the following for a while.
    final public class BinaryViewer{
      final static char[] coeffs = new char[]{(char)0x30,(char)0x31};
    public static String toBinary(int n) {
      char[] binary = new char[32];
      for(int j=0;j<binary.length;j++) binary[j]=(char)0x30;
      int charPointer = binary.length -1;
      if(n==0) return "0";
      while (n!=0){
          binary[charPointer--] = coeffs[n&1];
          n >>>= 1;
    return new String(binary);
    public static void print(int n){
        System.out.print(BinaryViewer.toBinary(n));
        System.out.print("   ");
        System.out.println(String.valueOf(n));
    public static void main(String[] args) throws Exception{
       int n=Integer.MIN_VALUE;//Integer.parseInt(args[0]);
       int m=Integer.MAX_VALUE;//Integer.parseInt(args[1]);
       BinaryViewer.print(n);
       BinaryViewer.print(n>>8);
       BinaryViewer.print(n>>>8);
       System.out.println();
       BinaryViewer.print(m);
       BinaryViewer.print(m>>8);
       BinaryViewer.print(m>>>8);
      System.out.println();
        n=1024;
        m=-1024;
       BinaryViewer.print(n);
       BinaryViewer.print(n>>8);
       BinaryViewer.print(n>>>8);
       System.out.println();
       BinaryViewer.print(m);
       BinaryViewer.print(m>>8);
       BinaryViewer.print(m>>>8);
      System.out.println();
       n=2048;
       m=-2048;
       BinaryViewer.print(n);
       BinaryViewer.print(n>>8);
       BinaryViewer.print(n>>>8);
       System.out.println();
       BinaryViewer.print(m);
       BinaryViewer.print(m>>8);
       BinaryViewer.print(m>>>8);
      System.out.println();
    }

  • Substitution on a weekly off day

    If we enter substitution in 2003 infotype on a weekly off day, when we check for weekly off using VARSTFREE,
    system is returning 'F'. When we enter substitution, it is converting it to planned working time
    Scenario is, if we enter substitution record on a Sunday, system is converting it to planned working time.
    How do we check if it is a FREE day in PCR ??

    hi,
    please try this maybe it will help:
    1) IMG path: Cross-Applications Components -> Time Sheet -> Time Recording -> Set Up Data Entry Profile.
    2) double click or click on "details" at that profile that you are using
    3) under general settings, you can tick or un tick the "No deductions in breaks" check box, read the help .. it could be there want you are looking for.
    good luck
    Abdulrahman

  • Shift Operation in Prodcution order.

    How to record the shift operation in the Production order?

    Hi,
    Please try to simply your subject of posting. It is not necessary your subject and body of discussion should be same.
    Yes possible to remove under SQL management studio provided you have authorization to access.
    Thanks & Regards,
    Nagarajan

  • Pda reproducible bug with logical shift operation when y 3 for arrays

    Folks,
    I have discovered a problem and wonder if this is a wider bug or if I am doing something wrong:
    Labview PDA 8.0.1  -  running on a Dell Axim:
    I create a 2x1000 array of U32 and feed it as x into the logical shift operator.  If  y is between -3 and 3, the logical shift works properly.  If y >= 4 or <= -4, then the array is returned with all zeros.
    I have reproduced this for I32 data and smaller arrays.  Logical shift works properly for scalars.
    Has anyone else seen this?  Is this a bug?
    Thanks for any help.

    It might very well be a bug. If it works differently on the PC and on the PDA then it is almost certainly one.
    I suggest you post a simple example showing this so that people with current versions of the PDA module (i.e. not me) can test this. Maybe it was even fixed for 8.2?
    Try to take over the world!

  • How can I do Shift operation in plsql

    hello,
    i want to know whether there is any package or operator to do the shift operation in plsql.
    like (myVar<<8 in c++).

    why don't you use
    myvar := mywar * power(2,8);

  • 2nd and 4th Saturday is weekly off

    Hi Gurus,
    Can any one help me in  creating 2nd and 4th saturday days weekly offs for all the months.
    Thank you,
    Srinivas

    Hi,
    PLEASE TRY THIS
    As you are creating the Public holidays,Pick the radio button " with a fixed day from date " and mark your 2nd and 4th saturdays for the month as off days. generate your Holiday and Factory calenders and follow all the steps for 0007 configuration. Once done, generate the work schedules using PT01. U may get the desired result.
    Regards
    RR

  • Holiday is substituted with weekly off

    Hello Everyone,
    Please guide me on this matter.
    In our client company some holidays are substituted with weekly off . Ex. Rangpanchi , when this holiday is given to employees the next weekly off is a working day.
    How do i configure this in the system.
    Regards,
    Neha

    Your question is not clear,
      Genrally two type holidays planned holidays and unplaned holiday.
      As per your description your holiday looks like planned holiday.
      If planned holiday falls under day off. in indian companies senario nothing happend.(Genrally)
      in other countries like UK USA etc. if holiday falls on sunday for example this year chistmas fall on saturday.  that next  working day will be considered as holiday.
    That you can handle diffently in Daytype selection rules work scheduls and variants.
    If it is unplanned holiday i.e. holiday for election, flash floods etc. that will be handled using change work schedule
    PT02
    Warm Regards

  • Counting Rule with Prefix Weekly Off & Su

    Hi Sir
    I have a Requirement as mentioned below
    Sunday is weekly Off  , Monday is Working Day , Tuesday is Holiday .
    If a Employee takes Leave on Monday then it has to deduct 2 days from the quota .
    PLS let me know how to configure this in a Counting Rule in details .
    Thanks in Advance .

    In  T556C table while creating Counting Class tick DWS Class=0 and also tick Planned Hours=0 and Test it
    Best Regards,

Maybe you are looking for

  • My nail is working but I do not see contacts in my address book (yahoo mail)

    I just installed Thunderbird to try it for the first time. Installation and setup was a breeze. Mail is syncing as expected but when I go to the address book, I do not have my contacts as I would expect. I am connecting to Yahoo.

  • Library consolidation--multiple copies now

    After getting a new mac and transferring my files from my old computer to my new, I somehow screwed up my itunes library and now have two versions of every single song in my library on my hard drive, only one of which is showing up in my itunes libra

  • What can I safely remove?

    Yogo 13" - 4gb 128 ss drive version. I don't feel comfortable in my knowledge to do a complete wipe and renistall... So what can I do to get some of this crap off here... The apps, the extra bloatware...?? Also the mcafee - can't I just use windows d

  • MUTLI_ROW_INSERT

    To all, I have a need to create a form/report that has the capability for inserting numerous records into a table. The report is a multi-table join based on certain criteria and that data needs to be inserted into another table based on the user's se

  • I lost the ability to see multiple pages on launchpad

    i lost the ability to see multiple pages on launchpad - now I am not sure how to get to some of my icons....