Work Schedule Mass Changes of Timing

Dear All
I have to change timings of different shifts and work schedules for the whole organization only for one month. We have almost 400 shifts and its not easy to change timings manually one by one. Is there any way for mass change.
Thanks in advance.

Basically  its a govt decisison to save enrgy.
Timings of all locations has changed for one month.
E.g Location1 orignal Time was 8:30 to 5:00 PM
New Time 8:00 to 2:30 PM.
Location2 Orignal Time was 8:00 to 4:00
New Time is 7:30 to 2:00.
Similary there is change in driver and machinery workers shifts and there are many locations.

Similar Messages

  • Validation not working during Mass Change of Vendor Line Items

    Hi All,
    I created validation for Reference Key 1 field of Vendor line items, in this validation i used customized user exit.
    Whenever i select multiple line items in FBL1N for mass change & try to put a unauthenticated value system gives error as per Validation only for 1 st item but it not work for subsequent items & put the unauthenticated value in subsequent line items.
    I am not able to understand why Validation is working only for 1st line item during mass change & not for subsequent line items.
    Please provide your suggestions in resolving this issue.
    Thanks
    sandeep

    Hello Sandeep,
    I understand your issue. First check if the changes as per the SAP Note 640908 (https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=640908) is available in your system.
    Actually, Mass changes call FB02 in background and at this stage Validation gets activated and hence, the control doesn't go back for the next item changes. You can test this by deactivating the Validation and then the mass changes will me fine.
    I hope this explains the behaviour.
    Thanks and regards,
    Suresh Jayanthi.

  • Reg: Work bench mass change

    Hi
    I'm not getting the details of routing operations when I execute in workbench screen(T-code:CWBQM) for any material.
    Data given in that screen are material no, tast list type, and plant.
    But for task list type Q' it is fetching all the details..
    Can any one tell me wat went wrong.
    Thanks&
    Regards
    Jana

    check the customization of the Working area of the CWBQM.You will find there is one Profile-  0000001 (  Profile no. 1) attached to it
    In the customization of this profile >Inspection planning->general>maintain profile default values->Profile: default values plan/general-->  0000001 --->check usage If its 5 then it is more or less applicable to Q type of task list.
    Try changing it or creating bew pofile'

  • Mass Change in FBL3N NOT working

    Dear All ,
    I am using tcode FBL3N to do the Mass Change of the field text (field SGTXT) for all the selected line items.But it is NOT working for reasons unknown. I have searched all the threads in SDN but could not find the solution.
    Iam an ABAPER and iam told to find out why the Mass Change is NOT happening. I have debugged the transaction and also searched for all the related SAP notes but could not figure out what exactly the problem is.
    Iam NOT sure whether this is the problem from ABAP code or a Functional problem.
    In the code the tcode FB02 is being called is this the problem with this ??
    If anyone knows the solution plz help me.
    Thanks in Advance
    Shaik

    Dear All,
    The problem is solved.There was an implementation of BTE by the customer in which they were using a COMMIT WORK, which was causing inconsitency to the standard sap functionality (Mass Change thru FBL3N).When we removed this COMMIT WORK,the Mass Change functionality is working fine.

  • Time :- Work Schedule Customizing Error

    Hi Time Gurus,
    I am running PT60 for a employee and getting the following error "Customizing error in work schedule rule 1 56 04 WW -A".
    For this employee IT0007 look like this
    01.07.2010 - 22.08.2010          WSR = WW -A
    23.08.2010 - 03.10.2010          WSR = 05
    04.10.2010 - 31.12.9999          WSR = WW -A
    Now WW - A belongs to
    ES Grping 1
    PS Grouping 04
    Holiday Calendar 59
    and WSR 05 has following entries
    ES grping 1
    PS grping 04
    Holiday Calendar 56
    And there is no entry for 1 56 04 WW -A in T508
    Than why i am getting this error for this employee ? ANy ideas?
    Regards,
    Navneet

    Hi,
    As per the details given by you, i understand that WSR = WW -A is assigned currently. Please check if the you have generated work schedule after changing from 05. If not, generate and than try.
    Regards
    Chandrashekar

  • Mass-change in scheduling agreement

    Hi Gurus,
    today I wanted to do a mass change in scheduling agreements using transaction MASS.
    Unfortunately, it seems not to be possible to change these agreements with MASS. I found SAP Note # 483303 which tells us that MASS is only able to change documents with VBAK-VBTYP = 'C'.
    The scheduling agreements use VBAK-VBTYP = 'E' or VBAK-VBTYP = 'F'.
    Does anyone have a workaround for this? In the meantime I'll set up a LSMW, this should work fine.
    Thanks
    Ralf

    Yes you are correct, you can't use MASS to update scheduling agreements. As you mentioned, use LSMW or you can try using SCAT/BDC to update the documents.
    Regards,

  • How to make a mass change for incoterms of a scheduling agreement at item level.

    Hi SAP Guru,
    There are many wrongly assigned incoterms in the scheduling agreement at item level by a user exit which was implemented recently in production. May i know if there is any way that we can revert those changes back to the original incoterms via mass change? I've tried to search over the internet and it seems like there is no posting about this issue before. Please help urgently. Thanks in advance.
    Regards,
    Shawn

    You can use the following sample to develop your usecase.
    Here, we would show menu items only for the nodes at level 3.
    You can also download the entire sample based on POJO at
    http://adfsampleapplications.googlecode.com/svn/trunk/TreeSampleApplication.zip
    The code is self explanatory.
    Let know, if you have any specific questions.
    <af:form id="f1">
    <af:treeTable value="#{bindings.continents.treeModel}" var="node"
    selectionListener="#{bindings.continents.treeModel.makeCurrent}"
    rowSelection="single" id="tt1" columnStretching="last">
    <f:facet name="nodeStamp">
    <af:column id="c1">
    <af:outputText value="#{node}" id="ot2"/>
    </af:column>
    </f:facet>
    <f:facet name="pathStamp">
    <af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    *<f:facet name="contextMenu">*
    *<af:popup id="p1" contentDelivery="lazyUncached">*
    *<af:setPropertyListener from="#{bindings.continents.treeModel.depth}"*
    *to="#{pageFlowScope.CurrentDepth}"*
    *type="popupFetch"/>*
    *<af:menu text="menu 1" id="m2">*
    *<af:commandMenuItem text="View Districts" id="cmi1"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *<af:commandMenuItem text="View Attractions" id="cmi2"*
    *visible="#{pageFlowScope.CurrentDepth == 2 ? true : false}"/>*
    *</af:menu>*
    *</af:popup>*
    *</f:facet>*
    </af:treeTable>
    </af:form>
    Thanks,
    Navaneeth

  • Mass change schedule line

    Hi,
    I want to know how to mass maintain the schedle line rejection code for a specific grid value.
    I tried using the T Code MASS, but i cant carry out mass changes at the schedule line level.
    Thanks,

    Hi,
    Rejection code is at item level and once rejected system automatuically deletes the SC lines.
    Vivek

  • Changes to Factory Calendar Not reflected in work schedule

    I have updated the exsisting factory calendar in PRD .
    Yet the changes do not seem to have taken effect. I have tried to regernerate the work schedule. However I'am not sure I have done that properly.
    Any assistance would be greatly appreciated.
    Thank you

    Hi.. you cant expect any change in the Factory calender affecting work schedules. If you want the work schedules to be updated with the holidays you need to be updating the holiday calender.
    Factory calender is mainly for Plant Schedules, Bank transfers in finance , etc

  • MASS change For  SD Scheduling Agreement

    Dear SAP GURU,
    We want to change SD Scheduling Agreement mass change header and item level.please provide me t-code for the same.
    Regards,
    Arun Somase

    There are many ways
    1. Try MASS tcode with object BUS2032
    2. You can try creating a CATT for the same if the changes are for only few thousands. Just explore on CATT on google, you will get lot of materials. Some of the links for the same are
    http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/BCCATTUT.pdf
    http://www.sap-img.com/sap-catt.htm
    http://www.thespot4sap.com/articles/CATT.asp
    http://sap-f3.blogspot.com/2009/12/create-or-change-scheduling-agreement.html
    The last one is specific to scheduling agreement.
    3. If there are more records, y ou can use LSMW. Again search for LSMW in google, there are lot of materials available.

  • Customized mass change doesnt work

    Hi All,
    I have customized the mass change field group to add 2 new date fields. I have also redefined a Z class of CL_CRM_BSP_MKTPL_ACC_TREE to respond when the "Save" is clicked after mass change.
    In this class, I have used standard methods like cl_crm_mktpl_appl_base->eew_basic_data_assign_change, cl_crm_mktpl_date_assignment=>write_dates
    which allow me to change the assigned dates. It also displays the message "data saved"
    So, when I open the marketing object after mass change, i see the updated dates, but when I open the project again, the dates are reset to old ones. I even tried using "COMMIT WORK" after the mass change code.
    Is there anything i am missing ? Is it changing dates only in the buffer ?
    Any help will be highly appreciated.
    Thanks,
    Raviraj

    Hi Manish,
    If you have not posted any activity or goods to the production order, then in header click on Functions -> Read PP Master Data.
    The order will now read the routing with the new work centers, provided the same has been changed.
    If you have posted some activities or goods movement done, then its a manual process.
    Hope the above answers your query.
    Regards,
    Vivek
    Added
    If in case you have posted some goods or confirmed some activity, check if you can reverse the same, re-read the routing & then post back the goods.
    Edited by: Vivek on Feb 24, 2009 12:22 PM

  • The mass change of scheduling agreement

    Dear all,
    currently, i want to make the mass change to reject all the scheduling agreement in SD.
    However, i could not found the schecduling agreemts in MASS and i also could not found the relevant date in the table masshead.
    anybody would like to give me some suggestion?
    regards!
    Daniel

    Hi,
    Thanks for your reply!
    i know what you mean. i also use the same way as you said to handle it .
    but the problem is i could not get the scheduling date after inputing the slection screen.
    I had tired to found the data in the table MASSHEAD and MASSVBAP, and it is missing.
    my system's version is ECC 6.0. i suspect that is the reason.
    whether it have the other tocde or the other object except the BUS2032 in which can make the mass change of scheulding argreement?
    Thanks in advance
    Daniel

  • Function module for mass changes in Scheduling agreements in 4.7

    Dear All,
    Can any one tell me the function module for mass changes in Scheduling agreements in 4.7
    Regards
    MSR

    closing question

  • Mass change of work center in production order

    Dear All,
    Is it possible to mass change work center in production order, i.e. i have around 100 production order of which i have to change the work ceter assigned in particular operation .
    Thanks and regards
    Manish

    Hi Manish,
    If you have not posted any activity or goods to the production order, then in header click on Functions -> Read PP Master Data.
    The order will now read the routing with the new work centers, provided the same has been changed.
    If you have posted some activities or goods movement done, then its a manual process.
    Hope the above answers your query.
    Regards,
    Vivek
    Added
    If in case you have posted some goods or confirmed some activity, check if you can reverse the same, re-read the routing & then post back the goods.
    Edited by: Vivek on Feb 24, 2009 12:22 PM

  • BAPI to change working schedule

    Hi expert,
    I'm in need of a BAPI to change a working schedule of an employee (stored in IT0007). I couldn't find any related BAPI to do this function. Does anybody knows any BAPI to do that?
    Thanks

    Hi
    Check This Functiona modules
    HR_DV_WORKSCHEDULE_GET
    HR_PERSON_READ_WORK_SCHEDULE
    HR_PERSONAL_WORK_SCHEDULE
    HR_PERSONAL_WORK_SCHEDULE_PNP
    HR_WORK_SCHEDULE_RULE
    Ranga

Maybe you are looking for

  • Are mpegs and other vid formats no longer "saveable" in 10.4????

    My brand new Macbook running 10.49 with all the latest upgrades, as well as my iBook running 10.4something are not able to SAVE and REPLAY downloaded mpegs (or any other format). While the movies play fine while in Safari, Firefox and IE, once they a

  • Getting error while starting the weblogic sewrver

    starting weblogic with Java version: java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11) Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode) Starting WLS with line: /u03/disc/Oracle/Middleware/jdk160_29/bin/java -client -

  • My apple tv is not listed on my devices anymore, how do I get it back?

    my apple tv is not listed on my devices anymore, how do I get it back?

  • Can you help with one more iCal problem?

    Thanks to this forum,I finally got rid of the double entries.  But I must still have something missing because when I post one device, it does not enter on the other. I know iCloud is turned on in Settings on my iPad and iCal is turned on. Each are w

  • Config of apache agent

    Hi, I installed the agent 2.1 for apache 1.3.29. I did not create any policies or agents in the amconsole (I don't know if I have to in order to get the agent working). The problem I have is that I am not redirected to the login page if I am not auth