Same person can create time vent two times

Hello gurus,
I am new to this forum. When i start booking hours (operation confirmation) with time event CO19 then SAP allows same person to start event on same work centre. From logic SAP should give error message like "same person has allready started event so first he has to finish this event or so.." Where is the settings so that SAP will not allow same person to start event twice on same work centre?
thanks,
Swapnil

Hi
As per the standard sap, system will not check for the availability of the resources means workcenter and for prt
simply system accept load how much you give.
more if you need have the message.
i thing better way is use the planning table. so sytem will give the message like " no capacity already loaded " if you assign the reqmt for the particular workcenter or production line.
or use the capacity leveling / capacity palnning. check the sap document for the configuration.

Similar Messages

  • Can I to execute two times the MAIN window in the same page?

    Hello, friends:
    How I can to execute 2 times the MAIN window in the same page in SAPscript, this without modify the program link a SAPscript?
    I create in the same page two MAIN windows, but I can to print only one MAIN window, the second window is not appears.
    Thanks for advance,
    David

    You can't - only one MAIN window is allowed per page.

  • Can I run ck40n two times in the current month??

    Hi,
    I execute ck40n for June month, but after finish there was an activity price should be change,
    so can i change and run ck40n again in the current month??

    Hi,
    Somehow, I agree with Ali.
    Though the system allows you to release more than once but it is not recommended as there will more one standard price available for the same material which may lead inappropriate variance calculation and other inconsistency may crop up. Further system will revaluate all the inventory value with the new price.
    You can also change the price manually through MR21 (this is not recommended but it is a work around).
    Regards
    Mohit

  • I created an account two times, now i cannot use a gif card number

    Somehow I tried creating an account while I was in Germany, but had no success since I had no bank account there. Today I got a gift card and tried to use it, reentering all the information. It redeemed my gift card, but once I tried connecting, it logged in with old infos. How do I get m gift card back?

    so that means that no money will be actually charged unless I sign up for itunes match or iCloud more than the free 5 GB (I already signed up but didn't use any of it) or buying a paid items on itunes ?
    Nothing more
    which means that i can use this account normally without being afraid of any extra charges on my credit card

  • If I bought an album on Itunes, ¿Can i burn it two times (two cd's, one for me and another one for my girlfriend)?

    Just like the title of the topic said it, ¿Can I?

    Welcome to the Apple community.
    Yes you can burn two copies of an album purchased from the iTunes Store.

  • Can i execute bapi two times if yes then wht code i need to write 2 time.

    Hi,
    I am trying to execute my bapi at wdDoInit() method of view . Same Bapi will execute at  Controller.
    But my view bapi is not running.
    Why this is happeded?
    My code for View is like this
    public void wdDoInit()
        //@@begin wdDoInit()
         IWDMessageManager manager = wdComponentAPI.getMessageManager();
                   try
                               wdContext.currentZcrm_Sales_Orders_InputElement().setRun_Bp("ALL");
                               wdContext.currentZcrm_Sales_Orders_InputElement().setUname("SUNIL103");
                               wdContext.currentZcrm_Sales_Orders_InputElement().modelObject().execute();     
    wdContext.nodeOutput().invalidate();
                   catch(WDDynamicRFCExecuteException e)
                                    manager.reportException(e.getMessage(), false);
        //@@end
    Please help me to trace this thing ,
    Regards,
    Gurprit Bhatia

    Hi,
       Change this code a bit:
    Zcrm_Sales_Orders_Input input = new Zcrm_Sales_Orders_Input();
    wdContext.nodeZcrm_Sales_Orders_Input().bind(input);
    input.setRun_Bp("ALL");
    input.setUname("SUNIL103");
    wdContext.currentZcrm_Sales_Orders_InputElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    Regards,
    Satyajit.

  • MouseClicked method was called two times

    Hi all!
    I 've written a program containing a GUI component, and I added a MouseAdapter for it and overided the mouseClicked() method.
    But as I run the program and click the mouse on that component, the mouseClicked() was called two time ( I just made an single click)
    Anyone can tell me why?
    Thanks!

    Is it true that if we add the same MouseListener
    twice, we will receive two times call to mouseXXXX()
    method?I assume there would be some kind of check like this:
    if (!listenerList.contains(candidateListener)) listenerList.add(candidateListener);to ensure that it isn't added twice, because there should never really be a situation where it would be legitimate or useful to have the same instance added as a listener more than once.

  • ITunes Match - Two Apple IDs but the Same Person

    So before the days of iCloud, I originally used my AOL email as my Apple ID. Then when I signed up for iCloud, I started using my .Mac email as my new Apple ID. Today, I just signed up for iTunes Match using my .Mac Apple ID. Somehow throughout this process my iPhone stayed under my AOL Apple ID. Now my phone is telling me I have to wait 90 days before the "new" Apple ID takes affect and I will then be able to use Match. I have just spent $25 for something I can't even use for 90 days?!?! Really?
    As you can imagine, I'm very frustrated because I know this is a simple mistake. I'm worried I just spent $25 for a full year and the first 3 months of that year will go to waste. Can anyone help me? A number I can call? Anything? I'm the same person, paying for music and apps with the same bank account! My Apple IDs just got mixed up.
    Thanks!

    Thanks for the link, but no luck.
    They told me that there is absolutely no way to waive the 90 day waiting period regardless if am the same person or not. The only reason I have a new Apple ID was because I assumed I had to make a new Apple ID when I signed up for iCloud. At the end of day, it was my fault but I wish I knew I never had to make a new Apple ID. I would have just stayed with my “old” AOL Apple ID.
    With that said, I still think it is ridiculous they can’t waive the 90 day waiting period. I’m the same person! I just have two Apple IDs, and the only reason I have two Apple IDs to begin with was because I felt mislead by Apple’s iCloud. It’s not like I’m trying to share my music illegally with my friends or another person. Its all the same money coming from the same person...me!
    Being a die-hard Apple consumer for almost 10 years and convincing my entire family to switch to Mac, today I feel very disappointed in Apple.

  • Can call to 'WRITE_FORM' three times

    Hi abappers. happy year
    Why i can call to 'WRITE_FORM' two times, but i can´t call to 'WRITE_FORM' other times.
    it leaves the next error:
    "WRITE_FORM não é permitido, porque falta
    START_FORM"
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    form = 'ZNOVALE_OST_PRU1'
    device = 'PRINTER'
    dialog = 'X'
    language = SY-LANGU
    EXCEPTIONS
    canceled = 1
    device = 2
    form = 3
    options = 4
    unclosed = 5.
    IF SY-SUBRC NE 0.
    WRITE /'error al abrir formulario'.
    STOP.
    ENDIF.
    loop at T_DATA1.
    CALL FUNCTION 'START_FORM'
    EXPORTING
    startpage = 'FIRST'.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    window = 'CABECERA'.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    window = 'MAIN'.
    continue
    I want put the next code:
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    window = 'FIRMA'.
    continue
    CALL FUNCTION 'END_FORM'.
    endloop.
    CALL FUNCTION 'CLOSE_FORM'.

    Hi Lopez,
    Write the Code Like this...
    Write WRITE_FORM in Between START_FORM and END_FORM.
    Another WRITE_FORM in Between START_FORM and END_FORM.
    Another WRITE_FORM in Between START_FORM and END_FORM.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'WRITE_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'WRITE_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'WRITE_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'CLOSE_FORM'.
    Edited by: Vishnu Reddy on Dec 31, 2007 5:34 PM

  • Can I go back to Time Machine on my External Hard Drive?

    I have been using an OWC 1TB External Hard Drive for my Time Machine backups. The OWC stopped working, so I sent it back to them to fix. Turns out it was the case and all my information is ok. They are shipping it back.
    Meanwhile I backed it up on Time Machine on another external in case my laptop went down.
    Now that I am getting back my original, can I pick up where I left off or do I have back it up all over again?
    For the future, can you back up two Time Machines in case this happens again?
    I am sure i am not the first to face this situation.

    can I pick up {with Time Machine} where I left off or do I have back it up all over again?
    You should be able to continue where you left off.
    For the future, can you back up two Time Machines in case this happens again?
    Yes, but you'll have to change Time Machine's settings to switch from one disk to the other and back.

  • Time between to time

    Hi, experts
    Can i get a method that give the time between two time.
    I have two times 'oEditHEmb' and 'oEditHDeb'  which are in two columns. I want to calculate the time between these two times.
    Pls help.

    hello freind try this function
    hear yu can use  dtmStart  and dtmEnd for yur 1 colum and second colum
    Function TimeDiffString(ByVal dtmStart As String, ByVal dtmEnd As String) As Decimal
            Dim intHrs1, intMins1, intSecs1 As Decimal
            Dim intHrs2, intMins2, intSecs2 As Decimal
            Dim hrs, min As Decimal
            'Dim strHrsString, strMinsString, strSecsString As String
            'Dim dtmEnd1 As Date
            'dtmEnd1 = DateTime.ParseExact(dtmEnd, "HHmm", Nothing)
            If (dtmStart.Length < 4) Then
                dtmStart = "0" & dtmStart
            End If
            If (dtmEnd.Length < 4) Then
                dtmEnd = "0" & dtmEnd
            End If
            intHrs1 = Convert.ToDecimal(dtmStart.Substring(0, 2))
            intMins1 = Convert.ToDecimal(dtmStart.Substring(2, 2))
            intHrs2 = Convert.ToDecimal(dtmEnd.Substring(0, 2))
            intMins2 = Convert.ToDecimal(dtmEnd.Substring(2, 2))
            hrs = intHrs2 - intHrs1
            min = intMins2 - intMins1
            If (hrs < 0) Then
                Return (-1)
            ElseIf (hrs = 0) And (min < 0) Then
                Return (-1)
            ElseIf (hrs = 0) And (min = 0) Then
                Return (0)
            ElseIf (hrs = 0) And (min > 0) Then
                Return (1)
            ElseIf (hrs > 0) Then
                Return (1)
            End If
        End Function

  • Can I have a Face Time conversation between two Apple devices using the same Apple ID?

    Can I have a Face Time conversation between two Apple devices using the same Apple ID?

    Yes, you can, but the two devices can't have the same e mail address associated with both.  Each, device needs its own unique e mail ADR.  In your case, the iPod can call your iPhone if you use the phone number, but the iPhone can not call your iPod because it must use the e mail address, and if the email address is the same on both, the iPhone will think it's calling itself, so the call will not go through.

  • HT204053 Can I set up two iCloud accounts on my IPAD3 at the same time? If not how do you sign out of one to sign in to another?

    Can I set up two iCloud accounts on my IPAD3 at the same time? If not how do you sign out of one to sign in to another?

    Welcome to the Apple community.
    You can add more than one account to your iPad, but you can only have one primary account. Secondary accounts which you can add at settings> mail, contacts, calendars do not have all the features of a primary account such as photo stream.

  • IMac can't running any two fire wire hard disks at the same time . which

    iMac can’t running any two fire wire hard disks at the same time . which two hard disks have extra power from power socket . If i just insert one of them .No problem . If connect two Hds at the same time. Leopard cant find it and the Hds seem no problem. the machine must be restarted and then use one . No problem . I have formated the HD many times .even if which format is Fat 32 or Mac issue persists .Boot from installation CD used the disk utility . Issue stills . If i used one fire wire HD that get power from power socket and used one fire wire device . Leopard was no problem during this time . Whether is this design problem or my machine hardware problem?My Mac has been changed the logic board by Apple service . Do you have similar case in here????
    Message was edited by: KennyG1983

    Hi KennyG1983-
    How are you connecting these drives?
    This may help: What to do if your computer won't recognize a FireWire or USB device
    Luck-
    -DaddyPaycheck

  • When our iPad is in use on the internet, my iMac internet connection goes off. I can't get the two devices to work at the same time with the AirPort Express. Is there a setting somewhere I may have missed?

    When our iPad is in use on the internet, my iMac internet connection goes off. I can't get the two devices to work at the same time with the AirPort Express. Is there a setting somewhere I may have missed?

    When two or more devices conflict it typically means that the DHCP service is either misconfigured or is not running at all. DHCP provides IP addresses to local network clients.
    Is your AirPort Express base station the only router in your current network configuration? That is, is it connected directly to an Internet modem and not to another router upstream of it?

Maybe you are looking for

  • I successfully downloaded an EPUB book, but it won't let me read it on my NOOK, why?

    I borrowed a book from my library's online eBook selection and successfully got it to ADE. After that I finally got it to my NOOK. Then when I opened it it said: Error Dialog User not activated. Is it because either my computer or NOOK is not authori

  • Console.app "All messages" view is empty

    When I open the Console.app on my new MacBook Air, the "All messages" view is empty. I've tried deleting logs and fixing permissions, but to no avail. Any tips?

  • Mobile Broadband: Verizon, Sprint, Type II PC Slot

    As of today, 9/13/2006, neither Verizon nor Sprint offer a USB based solution for Mobile Broadband. Does anyone know of a company that does? Also, what are the options for people that want Mobile Broadband, but don't have a Type II PC Slot? Thanks! i

  • I cannot open jpg or tiff files exported from LR3

    staart with RAW. rename the files in Export dialog. export to hard drive or CD. the exported files show in finder, but I cannot get them to reimport to LR3 under different filename. his started as a result of a client who received files but couldn't

  • No valid interval found

    Hi When I am trying to create Org Unit in PO10 I am getting an error saying "No valid interval found (internal number assignment)". Pl let me know your suggestions. Thanks in advance