Problem In time of creation wprk Scheduled...

Hi...
I have faced a problem in time of creation work scheduled, it is displaying a error massage like " Error while accessing public holiday calender on 20100101".
Can anybody help me to resolve the problem....
with regards,
Diptendu

Hi Diptendu,
I believe you are creating work schedule rule for the year 2009. So for this, u need to mandatorily generate holiday calendar upto Jan 2010.
This is because in order to generate workschedule rule for Dec2009, holidays in the holiday calendar should be assigned atleast in the month of Jan 2010 and then generate the holiday calendar upto Jan 2010. So the dates for generating holiday calendar would be 2009-2010
Hope this would solve ur issue.
Thanks.

Similar Messages

  • Problem at the time of creation order

    Dear Gurus,
    facing update termination error at the time of creation/change the sales order..in development system
    after some analysis,  found one more error due to which above mention error is coming
    report run : "RMCSUTIC" : check utility logistic info system
    after running this report system giving error message "Unit O2 : No DDIC Information for source field OI0BW_ADQN - OIMSEHI1"
    but when but in production server it's working fine without error message
    kindly suggest some solution for the same
    Regards,

    No DDIC Information for source field
    You may have to check the following notes.  Take the help of your basis team.
    1)  542872
    2)  557683
    3)  579022
    4)  645136
    thanks
    G. Lakshmipathi

  • Is planned delivery time is considered in scheduling agreement ????

    Hi experts
    problem is that the schedule lines (for external procurement) generated from MRP are not taking the "" Planned delivery time into consideration"". System is only taking the G.R processing time.
    I have mentioned the Planned delivery time in .
    1) Scheduling agreement for 1 day.
    2) In material master for one day.
    3) In info record 1 day.
    e.g Suppose req date is 13.07.2008. MRP run date 4.07.2008.
    a) Planned delivery time = 1 day . B) G .R processing time = 3 days.
    Now when i run the MRP on 4.07.2008.
    Schedule line is generated on - 10.07.2008
    Please Guide . How i can take care of that time which is requiered at vendor ends.
    Regards
    Rahul Bhardwaj

    Go to OPPQ for that plant
    Click on "External Procurement " tab and check if you have maintained any planned delivery time?
    Tick indicator " Scheduling info record/agreement " (This will take Planned del time specified in scheduling info rec or agreement)

  • BAPI - Problem in Sales order creation

    Hi Friends,
    I have problem in Sales order creation using BAPI ,I am getting a messsage - Error in creating document ,I have sent the code along with this mail ,can you help it out.
    Code:
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text FOR FIELD p_auart.
    PARAMETERS: p_auart TYPE auart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Sales organization
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text1 FOR FIELD p_vkorg.
    PARAMETERS: p_vkorg TYPE vkorg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Distribution channel
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text2 FOR FIELD p_vtweg.
    PARAMETERS: p_vtweg TYPE vtweg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Division.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text3 FOR FIELD p_spart.
    PARAMETERS: p_spart TYPE spart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    Sold-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text4 FOR FIELD p_sold.
    PARAMETERS: p_sold  TYPE kunnr OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Ship-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text5 FOR FIELD p_ship.
    PARAMETERS: p_ship  TYPE kunnr OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    Material
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text6 FOR FIELD p_matnr.
    PARAMETERS: p_matnr TYPE matnr   OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Quantity.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text7 FOR FIELD p_menge.
    PARAMETERS: p_menge TYPE kwmeng  OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Plant
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text9 FOR FIELD p_plant.
    PARAMETERS: p_plant TYPE werks_d OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    Data declarations.
    DATA: v_vbeln            LIKE vbak-vbeln.
    DATA: header             LIKE bapisdhead1.
    DATA: headerx            LIKE bapisdhead1x.
    DATA: item               LIKE bapisditem  OCCURS 0 WITH HEADER LINE.
    DATA: itemx              LIKE bapisditemx OCCURS 0 WITH HEADER LINE.
    DATA: partner            LIKE bapipartnr  OCCURS 0 WITH HEADER LINE.
    DATA: return             LIKE bapiret2    OCCURS 0 WITH HEADER LINE.
    DATA: lt_schedules_inx   TYPE STANDARD TABLE OF bapischdlx
                             WITH HEADER LINE.
    DATA: lt_schedules_in    TYPE STANDARD TABLE OF bapischdl
                             WITH HEADER LINE.
    Initialization.
    INITIALIZATION.
    v_text   = 'Order type'.
    v_text1  = 'Sales Org'.
    v_text2  = 'Distribution channel'.
    v_text3  = 'Division'.
    v_text4  = 'Sold-to'.
    v_text5  = 'Ship-to'.
    v_text6  = 'Material'.
    v_text7  = 'Quantity'.
    v_text9  = 'Plant'.
    Start-of-selection.
    START-OF-SELECTION.
    Header data
    Sales document type
      header-doc_type = p_auart.
      headerx-doc_type = 'X'.
    Sales organization
      header-sales_org = p_vkorg.
      headerx-sales_org = 'X'.
    Distribution channel
      header-distr_chan  = p_vtweg.
      headerx-distr_chan = 'X'.
    Division
      header-division = p_spart.
      headerx-division = 'X'.
      headerx-updateflag = 'I'.
    Partner data
    Sold to
      partner-partn_role = 'AG'.
      partner-partn_numb = p_sold.
      APPEND partner.
    Ship to
      partner-partn_role = 'WE'.
      partner-partn_numb = p_ship.
      APPEND partner.
    ITEM DATA
      itemx-updateflag = 'I'.
    Line item number.
      item-itm_number = '000010'.
      itemx-itm_number = 'X'.
    Material
      item-material = p_matnr.
      itemx-material = 'X'.
    Plant
      item-plant    = p_plant.
      itemx-plant   = 'X'.
    Quantity
      item-target_qty = p_menge.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
      Fill schedule lines
      lt_schedules_in-itm_number = '000010'.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = p_menge.
      APPEND lt_schedules_in.
      Fill schedule line flags
      lt_schedules_inx-itm_number  = '000010'.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'X'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
    Call the BAPI to create the sales order.
      CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA1'
           EXPORTING
                sales_header_in     = header
                sales_header_inx    = headerx
           IMPORTING
                salesdocument_ex    = v_vbeln
           TABLES
                return              = return
                sales_items_in      = item
                sales_items_inx     = itemx
                sales_schedules_in  = lt_schedules_in
                sales_schedules_inx = lt_schedules_inx
                sales_partners      = partner.
    Check the return table.
      LOOP AT return WHERE type = 'E' OR type = 'A'.
        EXIT.
      ENDLOOP.
      IF sy-subrc = 0.
        WRITE: / 'Error in creating document'.
      ELSE.
    Commit the work.
        COMMIT WORK AND WAIT.
        WRITE: / 'Document ', v_vbeln, ' created'.
      ENDIF.
    Regards,
    Dinesh

    what messages u are gettting in RETURN ? Please check the RETURN tables data.
    [code]CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA1'
    EXPORTING
    sales_header_in = header
    sales_header_inx = headerx
    IMPORTING
    salesdocument_ex = v_vbeln
    TABLES
    return = return
    sales_items_in = item
    sales_items_inx = itemx
    sales_schedules_in = lt_schedules_in
    sales_schedules_inx = lt_schedules_inx
    sales_partners = partner.
    Regards
    Prabhu

  • Different batch no in prod order at the time of creation of prod order

    Hi, we need different batch numbers in production order at the time of creation of production order. tried in system, i can able to create only one batch no at the time of creation of order. we need different batch no at the time of order creation and same no should be assigned at the time of GR from prod order. pls advise how to map this.

    Dear,
    Use the Exit EXIT_SAPLCOBT_001 under enhancement PPCO0001 where-in based on your requirement you can create batch for your order. You can use CALL FUNCTION 'VB_CREATE_BATCH' to create the batches as per your requirement.
    Also make sure the automatic batch creation setting in Prodn Scheduling profile has been turned-off so that the batch is created only through the user-exit.
    Refer this thread,
    Re: Batch creation
    Please try and revert back.
    Regards,
    R.Brahmankar

  • Time Evaluation for work schedule during midnight

    Dear all SAP HR Expert,
    We have question regarding time evaluation.
    Our scenario is:
    Shift 1 00:00 - 07:00
    Shift 2 07:00 - 16:00
    Shift 3 16:00 - 24:00
    His work schedule:
    06.08.2010: Shift 2
    07.08.2010: Day Off (Free)
    08.08.2010: Shift 1
    09.08.2010: Shift 1
    10.08.2010: Shift 1, but he took one day annual leave on this day
    Actual data (in IT2011 and IT2001):
    clock in 06:30 of 06.08.2010
    clock out 16:30 of 06.08.2010
    clock in 23:30 of 07.08.2010 (come earlier)
    clock out 07:30 of 08.08.2010
    clock in 00:35 of 09.08.2010 (late)
    clock out 07:15 of 09.08.2010
    leave record: start date: 10.08.2010, edn date: 10.08.2010
    Base on SAP documentation that said we can never assign a time event before midnight to the next day, we have rearranged SAP configuration (DWS and PWS) to:
    DWS:
    Shift 1: 23:59 - 06:59 with tolerance 23:59 - 00:00 and 06:59 - 07:00
    PWS:
    For Shift 1, always set 1 day earlier than actual schedule.
    Thus, work schedule rule will indicate:
    06.08.2010: Shift 2
    07.08.2010: Shift 1 23:59 - 06:59
    08.08.2010: Shift 1 23:59 - 06:59
    09.08.2010: Shift 1 23:59 - 06:59
    It works!!
    Our problem is, time eval can not find clock in - clock out record for date 09.08.2010 (because record in IT2011 with date 09.08.2010 belongs to 08.08.2010) and can not match it with leave record (because leave data has start date 10.08.2010).
    Thus, time eval will generate warning message "Employee not at work".
    I hope you can give me input on how to solve this problem.
    Best Regrads,
    Achmad

    Hi,
    see thread
    Time evaluation -early clockin for shifts starting at midnight ?
    maybe of interest
    bg
    Edited by: bg on Sep 16, 2010 9:26 AM

  • Drive-time polygon creation

    Hello,
    I am new to Oracle spatial.
    Has anyone successfully implemented drive-time polygon creation using
    network data models ?
    I am trying to build a drive-time network contains all streets in the United States.
    Thanks,
    Steven

    Hello,
    By "Drive-time polygon" do you mean something like an isochrone? i.e draw me a polygon that shows the area within 20 minutes driving time of location "X"?
    The NDM (Network Data Model) contains a fairly rich Java API but I can't remember off the top of my head if this functionality is supported "out of the box" or not. Check the docs.... There is a "withinCost" function which sounds promising.
    In my opinion you will struggle to load a fully detailed street network for the entire U.S into the NDM and then use the Java API (or PL/SQL API as this is based on the Java API) without problems. The limits to the amount of memory that can be allocated to a Java process effectively limit the size of the network that can be loaded.
    Check out this thread re: the memory problems :
    Re: Network Memory Object (PL/SQL)
    If you can provide a "window" (MBR) to effectively cut down the area of interest then you may be OK.
    If you want (for example) a list of zipcodes within N minutes of an individual zip code you may be better off buying in a pre-built "drive time matrix" which is just a table containing from zip, to zip & drive time and can be very quickly and easily queried....
    Hope this helps,
    Steve

  • I am having an MacBok Pro 13inch,having an Startup Problem, the time i press the power button after few seconds the apple symbol appears w/a loading sign below it

    i am having an MacBook Pro 13inch  , having an Startup Problem , the time i press the power button after few seconds the apple symbol appears with a loading sign below it and wont go further ahead of it . My data is all in the hard drive .. . I even tried the Internet recovery but no use !!!! but still no respons and the recovery and macintosh hd is now lock! but earlier only the recovery is lock and after both of them is lock.  i can reinstall,... and i didnt try to back up any data bec i dont know how? so please help me to resolve my prroblem.?

    luoie wrote:
    This thing happend,, it say Disk utility stopped repairing "Macintosh HD" disk utility can't repair this disk
    Sorry, possibly you need a new hard drive or try reformating. First
    you can try something like http://www.alsoft.com/diskwarrior/  it has been known to repair disk that DiskUtility could not. YMMV and they don't give it away.
    If Disk Warrior can not repair then you need to Reformate the drive. Make sure you have a back-up in place no matter what.
    http://www.apple.com/support/backup/
    Disk Utility will tell you something about it's SMART status:

  • Planned Delivery time in case of Scheduling Agreement

    Hi All,
    Does system consider the planned delivery time in case of Scheduling Agreement for Vendor like in normal Purchase order and requisition?
    I am doing the MRP run, but system is taken planned delivery time into consideration. I have one material that is Inhouse produced material for plant X and Y Plant needs this material for further making of a finished goods.
    Y plant have scheduling agreement for STO from plant X. After MRP Run required Delivery date in plant X for Material is same as plant Y. but from Plant X to Y, it take 4 days to reach. So Ideally in Plant X this delivery date should be less than 4 days as plant Y.
    Please look into the issue and reply if you have some answers.
    Thanks
    Pavan

    Hope you have maintained different Planned Delivery times in plant X and Plant Y as per your requirement. For procurement in Plant Y the system would consider the planned delievry time maintained in Plant Y. If you want in-house production time to be considered with Basis date sheduling during MRP run in PLant X then enter the in-house production time approprietely. Else if ou want to consider the exact routing times then consider Lead time scheduling in plant X.
    If the above are maintained properly then you should get the desired result.
    Regards
    Ramanujan

  • When I attempt to open lightroom I recive this message: [ Lightroom encountered an error whenreading from itspreviw cache and needs to quit.Lightroom will atempt to fix this problem next time it launches.] I did this a few times but no resoulve

    When I attempt to open lightroom I recive this message: [ Lightroom encountered an error whenreading from itspreviw cache and needs to quit.Lightroom will atempt to fix this problem next time it launches.] I did this a few times but no resoulve

    It isn't a file, it's a folder. It will have the same name as your catalog, but will have the extension data. It will be in the same folder along with your catalog. If you need to use the search feature to search for *.lrdata.

  • Lightroom encountered an error when reading from its preview cache and needs to quit.   Lightroom will attempt to fix this problem next time it launches. " But it doesn't fix it!

    I get the following window on loading Lightroom 5.7 -
    Lightroom encountered an error when reading from its preview cache and needs to quit.
    Lightroom will attempt to fix this problem next time it launches.
    I have tried several restarts, without success. Also reinstalled Lightroom; no joy
    Any suggestions?

    Using your system browser (Windows Explorer or Finder), open the folder that contains your catalog. In Windows it is in your pictures folder and then in a Lightroom folder. Inside of the Lightroom folder you will find another folder that has the extension .lrdata. It will have the same name as your catalog except for the extension. You need to delete that folder, and then start Lightroom again. Lightroom will generate a new previews folder, and you should be back in business.

  • Suggestions, Observations and problem with Time Capsule shares

    *Some Observations*
    The Time Capsule can take a long time to become active. This is especially true if using an extended or WDS network. I would suspect this is due to the negotiation between devices that it needs to do. I have on occasion believed it to be hung, only to find that after walking away for a bit it comes up. This also impacts devices showing up in the Airport utility.
    Using a time capsule with one Airport Express B/G will work, but adding a second creates problems.
    Extending a network with an Airport Express N seems to work well.
    Best bet is to set up separate B/G and N networks and run your N network as N only at 5Ghz.
    WEP provides no real security, so think of it as you would an open network.
    *My Issue*
    I am having an issue where the time capsule shares become unavailable. It is an intermittent issue, and I have been unable to identify a test case. This happens for devices connected over ethernet as well as wireless. The Time Capsule shows in the Finder list, but the volumes are not available. Connecting to them fails.
    The device also appears in the Airport Utility list, but when clicking on Manual Setup, or guided set up, it causes a hang.
    This results in Time Machine hanging when trying to initiate a backup.
    I have also noticed that when this happens, the signal does start to get a bit flaky with "Roam (Beacons Lost)" messages. Wireless connectivity still seems to be very useable though. I can connect to other network shares through the Time Machine, but not to the shares on the Time Machine. The only way to recover from this is to power cycle the Time Capsule.
    One thing I want to investigate more tonight is whether there are any issues with my keychain and old passwords in case there are multiple failed attempts in the mix that are doing something. Although I know of no lockout feature on the device.
    Any suggestions would be appreciated. This is the second Time Machine, so I have seen this on two different devices. I am also seeing this issue across 4 different computers simultaneously, some via ethernet and some wirelessly. Time Capsule is 7.3.2

    Hi,
    I have pretty much the same problem, 1TB Time Capsule that works fine most of the time as a wireless router. Up till recently Time Machine backups just worked (as one would expect them to) wired and wireless. I went away for a week came back and now every time Time Machine invokes a back up process all of a sudden my wireless network goes down, Time Machine can no longer see the Time Capsule and all other devices (iphone / apple TV other non apple devices) no longer have connections (they see wireless but no pass through to the internet or each other).
    I have tried resetting all sorts of stuff, re-deployed my network, changed IP / LAN settings to make it less complex, Yasu'd my mac, connected only via wires, cleaned out my keychain etc etc and still get the same problems and as per Chris's point airport utility also hangs and the only solution is rebooting the time capsule.
    I am fairly frustrated with this! any suggestions / help would be gratefully accepted.
    thanks
    alex

  • Alert message is needed at the time of creation ,if it reaches ,the maximu

    DEAR SA EXPERTS,
    Can you please me that alert message is needed at the time of creation ,if it reaches ,the maximum stock level (Stock+level)
    Thanks
    Mohit

    Hi,
    Please refer the below links.
    Alert Message
    Re: Alert Message
    Hope it helps you.
    Thanks.

  • Problems with Time machine caused by removing PKCS11.log?

    I haven't yet found a solution to my Time Machine no longer backing up: "while an error occurred while copying files to the backup disk"
    I requested help before, but so far nobody could help me solve this problem!
    I noticed that I removed, in a file clean up, a log file: PKCS11.log."
    I still have this file in the Trash but can not restore this file from Trash to its original location because I don't know its original location. The command" restore", or "put back" does not figure in the menu of Trash.
    It can be that the removal of this log file causes the back up problem in Time Machine?
    As you will notice from the above, I know very little about software and subjects like this and hope that somebody can help me to get Time Machine backing up again.
    Thanks on beforehand!
    Harry

    I am sorry that my message is presented in this "step-by-step way, but it can be that the following lessage from TM Buddy Widget is important?
    Starting standard backup
    Attempting to mount network destination using URL: afp://Harry%[email protected]/Data
    Mounted network destination using URL: afp://Harry%[email protected]/Data
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/Data/Harry Briels’s iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    No pre-backup thinning needed: 8.22 GB requested (including padding), 464.29 GB available
    Indexing a file failed. Returned 200 for: /Library/Application Support/Adobe/Adobe PCD/cache/cache.db, /Volumes/Time Machine Backups/Backups.backupdb/HarryBrielsiMac/2013-07-04-181224.inProgress/46F8E230- 1335-4D3C-BA4F-E6A4B2AB0C07/Macintosh HD/Library/Application Support/Adobe/Adobe PCD/cache/cache.db
    Aborting backup because indexing a file failed.
    Stopping backup.
    Copied 86 files (266.0 MB) from volume Macintosh HD.
    Copy stage failed with error:11
    Backup failed with error: 11
    Ejected Time Machine disk image.
    Ejected Time Machine network volume.
    Harry

  • At the time of creation of POaccount assignment is coming mandatory

    Dear all;
    At the time of creation of PO system showing the msg that the  account assignment is mandatory for the material ,how to overcome this?
    Kindly suggest whre in material master record I can change settings for account assingment ,or the control is somewhere else.
    Regards;
    Joydeep Mukherjee

    Hi
    In OMS2 t-code
    for your material type and  plant ,you have to mark value based and qunaity based updation mark
    Regards
    kailas Ugale

Maybe you are looking for