Cancel and Keep Workitem ....Not Working

Hi,
We need your help in resolving a workflow issue. Issue is, When user gets an Invoice to approve (Non PO), she opens the invoice, do some changes, and park it. Then she gets Option button to either u201CApproveu201D, u201CRejectu201D, u201CCancel and Keep Work Item in Inboxu201D. When she clicks u201CCancel and keep work itemu2026u201D, ideally the work item should remain in her SAP Inbox, however it is getting executed and gone from her workflow. I found that work item in her SAP Outbox xecuted state.
Same thing happens when they try to forward the work item. She gets an option( a checkbox) to Keep a copy of the work item in her SAP Inbox as well, but that option is also not working and the work item gets transferred without leaving a copy into her SAP Inbox.
SAP System ECC 6.0
@Rick, "Hope this is not a duplicate ticket."
Please advice.
Thanks,
Sid

Dear Susan,
Thanks for the reply. I am new in WF. The template is WS90100104 which is for Invoice (Non PO) Approval. No changes have been done. The task being used here is TS90100086 - Multiple Initial Approval of Inv - no PO.
It was working fine on 4.6c but the problem started after the upgrade to ECC 6.0.
I have not been able to simulate the scenario as the invoice comes from OAWD (Scanning).
User effected are few not all of them.
Please advice.
Thanks,
Sid

Similar Messages

  • Cancel and Keep Workitem in Inbox

    Hi,
    My Workflow Step calls a Cutom Transaction which should have a button Cancel and keep Workitem in Inbox.How do i go abaout implementing this.
    It should work similar to the User Decision cancel and keep work item .
    My Step also has a Confirm End of processing Check.So if i click on the Cancel
    the work item the screen confirm end of processin step should not appear and workitem should be in my Inbox

    Hello,
    Just call EXIT_CANCELLED. in your method. This cancels a WI without completing it and leaves it in the inbox.
    <code to call screen/transaction>
    if <your button was clicked>
      exit_cancelled.
    endif.
    Cheers,
    Mike
    Message was edited by:
            Mike Pokraka
    Correction, brain on holiday, it's exit_cancelled not exit_return.

  • To remove Cancel and Keep workitem from User desicion

    Hi,
      I am having a requirement that I need to remove the extra system added button of <b>cancel and Keep workitem</b> in the User decision activity. I don't want that to be shown to the user for proccessing , I shoud display only Approve and Reject option. But the third one is getting added by iteself.
    Can any one please guide me in removing this option from the workitem.
    Advance thanks .
    Regards,
    Sabari Prabhu.

    Hi,
    I'm not on a SAP system right now, so i'm not sure if this will help (or is true for that matter).
    I think in the tabs of the step definition, you can alter the code used for the user decision.
    Or, if this is not possible, you can also create a custom ud step and a custom BO of the method used in decisions and change the method of the decision, so that these don't show up.
    I do not think that this is an easy solution.
    May I ask, what the functional requirement, or even the business spec is, for this? I think the cancel button is very handy, when users accidentally picked up a work item and is SAP standard behaviour.
    Kind regards, Rob Dielemans

  • Cancel and Exit button not working

    Dear Experts,
    <u>Cancel and Exit button not working</u>
    I am calling a screen from inside a report program
    using SET SCREEN 9000.
    2 of the date fields(start date end date)
    on this screen are Mandatory.
    I am not able to Come out of this screen 9000 using
    CANCEL or EXIT button
    without giving a date entry in both of
    Mandatory fields (start date end date).
    Can someone help me with a solution?
    Appreciate your valuable help;
    Points assured
    Thanks,
    Aby Jacob

    Hi..
    To avoid this problem you have to use AT EXIT-COMMAND Module.
    1. In the GUI Status for both EXIT and CANCEL buttons assign the Function type E (Exit Command)
    2. In the PAI of the Screen Call this module.
       MODULE EXIT_SCREEN AT EXIT COMMAND.
    3. Now check the OK_CODE or Sy-ucomm in this module to Leave the Screen
       MODULE EXIT_SCREEN  INPUT.
           CASE OK_CODE.
          WHEN 'EXIT' .
                LEAVE TO SCREEN 0.
          WHEN 'CANCEL'.
          ENDCASE.
       ENDMODULE.
    This will surely work.
    <b>reward if Helpful.</b>

  • Workflow - Change description "Cancel and keep workitem in inbox"

    Hi,
    Can you please tell me whether we have a way to change the description of "Cancel and keep workitem in inbox" as "Cancel".
    Thanks
    Ashu

    Hi Ashu,
    The text is coming from the Text symbol of standard include program LSWU2F10.
    Text symbol number is 301.
    Check for enhansement option to change the text symbol.
    But this change will affect all your decision step workflow's.
    Thanks,
    Viji.

  • Cancel and keep workitem in ready state in user decision step

    Hi,
    In a user decision step,there is a default option 'Cancel and keep the work item'.
    Now clicking on this option, the workitem goes into "Inprogress state"
    whereas i want to keep the workitem in "ready state"  after i click on the option 'Cancel and keep the work item'.
    I am trying to modify the Process method of Decision Object type to incorporate this funcationality by using FM "SAP_WAPI_PUT_BACK_WORKITEM.
    but im getting the error that this FM cannot be used at runtime.
    Place where im trying to call this FM:
    After the FM'SWU_PROCESS_MANUEL_DECISION'
    I am getting the value of RESULT.
    If result is SPACE or sy-subrc is not 00 then i am calling this Fm which takes Wi_id of the userdecision as input.
    Kindly help
    Regards

    Hi,
    Let me ask you this. Why you need to have this in "Ready" state, Not in "IN PROCESS" state. Anyway, the witem is still there in the user's inbox, and if you have any deadline monitoring, then this is also taken care with "Cancel and keep xxxx". So, i think, functionally you'll still be better with the existing functionality.
    And, with all this, if you are still trying to change, then i think it's NOT possible. If i understand correctly, you are trying to use the FM "SAP_WAPI_PUT_BACK_WORKITEM" within the PROCESS method. And, if you understood the functionality of how this works, you are trying to set the status of the SAME witem for which you are executing the PROCESS method.
    THe way i understand the behind-the-scenes process, once you make a decision and save, this method is the one which in turn sets the witem status. And within that, you CANNOT capture the status as it is yet to be posted to the Witem tables.
    Probably, after this decision step, use a different background task with the above FM to set the witem status to "Ready", BUT NOT IN THE SAME METHOD of PROCESS.
    Also, it's not advisable to change this std. method.
    Hope this helps you. Reply,if you need more info.
    venu

  • Cance and Keep Workitem in Inbox

    Hi,
    Is there any way to change the text of Cancel and Keep workitem Inbox to Exit Menu.
    I dont want to build custom Transaction i prefer using the standard user decision step.
    Regards,
    Swathi

    Hi,
    This is SAP Standard option, you can can't ignore/change.
    Thanks and Regards,
    Prabhakar Dharmala

  • On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    On my macbook pro I have a message on my homepage telling me that certain items want to use my keychain. I've pressed cancel the message will not go. The mac is now running very slow and iphoto and safari are not working. Can anyone help?

    What version of Mac OS X?
    What home page?
    What browser?

  • I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up

    I would like a refund now. I bought this service this morning and it does not work as advertised. Reliable is not what I would use to describe this product. Cancel my subscription/refund my money and send me an email to the address I used when I signed up.

    Hi,
    I just checked your account.
    Your Adobe Export pdf service has been cancelled & refunded.
    Regards,
    Florence

  • Windows error: iTunes crashes (uninstall and reinstall does not work)

    Hello all.
    I (and another user) have had a problem with iTunes crashing when trying to open it. Windows just generates the typical vague error message that explains nothing as to what the problem is. Uninstalling and reinstalling did not work, and using the "Repair" option did not work either.
    This was the solution. Hope it works for you. Cheers.
    C ;o)
    Here are the steps, some might be redundant, but still follow them to try and get iTunes to work.
    1. *Extremely important* Close the QuickTime launcher in the tray on the right side of your Windows TaskBar (right-click on the blue QuickTime "Q" logo next to where you have the time and date and select "exit".) The QuickTime logo should disappear from the tray.
    2. Go to where your iTunes library folder is, copy it and put it elsewhere on yoour hard-drive. This is where you asked your iTunes to point to and keeps the full repository of the files sync'ed to your iPod. If you don't do this, you will have to re-create the full library of all the music and files you have put into iTunes.
    3. Unistall iTunes and reboot your PC.
    4. Go to c:\Program Files\Quicktime and delete this whole folder.
    5. Go to c:\Windows\System 32 and: delete the Quicktime FOLDER there; then (ii) scroll down and delete all other QuickTime related files (there should be 5-10 of them, I didn't count, some will have a name like QuickTMvr whatever).
    6. Empty Recycle Bin.
    7. Reboot your PC.
    8. Go back to Apple Website and download: iTunes, and (ii) QuickTime installation only (without iTunes).
    9. Install QuickTime FIRST (use newly downloaded version)! Check it works OK by opening it.
    10. Close QuickTime lanucher from tray, as explained above in step 1.
    11. Install iTunes (use the newly downloaded version).
    12. Open iTunes. If it opens fine (clap your hands and say "hurray", and actually I said out loud to my PC, "Please work" and it did - I don't know if this step helped at all. ;o) ), then close iTunes FIRST BEFORE DOING THE NEXT STEP. Go to where the new iTunes (and library) folder is, rename the new iTunes folder (as you might notice when/if you open iTunes, that it is all blank), and copy the old iTunes folder (from step 2) to the same location. Re-open iTunes. It should be the way it opened the last time.

    Btw.
    Don't forget that, from my experience, most iTunes errors comes from malfunctioning instances of QuickTime.

  • I created an Apple ID using my ISP Email when I registered at the Store/Apple Support Communities/iTunes/Face Time and it does not work in iChat. Why Not ?

    Question:-
    I created an Apple ID using my ISP Email when I registered at the Store/Apple Support Communities/iTunes/Face Time or other portal and it does not work in iChat. Why Not ?
    Answer:-
    For a Name to work in iChat it has to be an Valid AIM screen Name.
    Only Apple IDs from the @mac.com ending names registered here  and the Mobileme (@Me.com ending) names are Valid with the AIM service as well as being Apple IDs
    (I am still working on info about registering with iCloud at the moment but if this does give you an @Me.com email it may well be a valid AIM name as well)
    NOTES:-
    The @mac.com page works by linking an external (Non Apple) email with a @mac.com name.
    This External Email cannot be one linked to an Existing Apple ID (you have to use a second email or register at AIM )
    The options at AIM are to use your existing email or create new name and link the existing only for Password recovery
    MobileMe (@me.com ending names) were valid Emails addresses, Apple IDs AND a Valid AIM Screen Name
    @mac.com names look like emails but are only Apple IDs and iChat/AIM Valid Screen Names.
    The AIM registration page seems to be pushing you to register [email protected] This is relatively new and I have not followed through the pages to find out if it a valid AIM email (Previously you could register a name without an @whatever.com suffix)
    8:16 PM      Friday; June 10, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

    Question:-
    So I have my current [email protected] email in iChat as I thought as I had linked that to an Apple ID it was a Valid iChat Name.  It keeps coming up with a UserName or Password Invalid message.  What do I do next ?
    Answer:-
    Open iChat
    Go to the Menu under the iChat name in the Menu Bar and then Preferences and then Accounts in the new window.
    Commonly written as iChat > Preferences > Accounts as directions/actions to take.
    If it displays with a Yellow running name in the list you have a choice.
    Either register it at AIM (I would use a different password to the ISP Login) and then change the password only in iChat  (It may take you to confirm any Confirmation email from AIM first) in iChat > Preferences > Accounts
    Or you register a new Name at AIM (Or at @mac.com) and enter that (details below)
    If you have a Blue Globe name  (@mac.com) that will not Login the chances are that it the password that is the issue.
    Apple lets you create longer passwords than can be used with the AIM Servers.
    Change the Password at iForgot to no more than 16 characters.
    Then change the password in iChat as details above.
    Adding a new Account/Screen Name in iChat (that is valid with the AIM servers)
    Open iChat if not launched.
    Go to iChat Menu > Preferences > Accounts
    Click the Add ( + )  Button at the bottom of the list.
    Choose in the top item drop down either @Mac.com or AIM depending on what you registered
    Add the name (with @mac.com the software will add the @mac.com bit)
    Add in the password.  (If you don't add it now iChat will ask you each time you open it)
    Click Done.
    The Buddy List should open (New Window)
    The Accounts part of the Preferences should now have the new name and you should be looking at the details.
    You can add something in the Description line which will then title the Buddy List (Useful when you have two or more names) and make it show up as that in the iChat Menu > Accounts and the Window Menu of iChat when logged in.
    You can then highlight any other Account/Screen Name you don't want to use and use the Minus ( - ) Button to delete it.
    8:39 PM      Friday; June 10, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My wireless keyboard and mouse do not work on my All-In-One computer?

    Q.: My wireless keyboard and mouse do not work on my All-In-One computer?
    A.: If your wireless keyboard and mouse do not work even after changing the batteries, please try re-syncing them by following these steps.
    1. Make sure the computer is on, plug in the USB receiver. Push the button on the USB receiver until it flashes blue.
    2. While the receiver is still flashing, press the red connect button on the keyboard (Make sure the batteries are installed). The USB receiver should stop flashing after pressing the button on the keyboard. It may take up to 8 seconds to sync.
    3. Repeat the same process for the mouse. Push the button on the USB receiver, then press the connect button on the mouse (Make sure the mouse is on).
    Note: This applies to all MSI All-In-One computers that include the ES500W wireless keyboard and SW130 mouse.

    "This machine has an added 4 USB ports, could this be causing a problem?
    It definitely could be the source of the problem. Perhaps the PCI card was bumped loose during shipping?
    Have you tried removing the card? That's where I would start.
    Keep us posted.

  • I bought Iproxify throught app store and it does not work. I contacted the creator but I have not had any answer. What can I do to get my money back? and please take him down.

    I bought IPROXIFY throught APP STORE and it does not work. I contacted the creator and he has not answered.
    How can I get my money back? and please take him down of your page as we (users) think that we are buying products that worked backed up by MAC.
    Looking forward for an answer in order to keep buying in APP Store

    This article may clear up some confusion you may have regarding third party developers and Apple.
    The Mac App Store Discussion, what is it for?

  • Yosemite and Time capsule not working?

    I just started using Yosemite on my mac book pro laptop and my mac desktop. Time machine has been fine on my desktop with my external drive which is plugged into the computer. I had no problem with new backups. But, I can't get time machine to work with my laptop and time capsule. I have another external cloud drive as well, and it will not work with that one now either. First, I can no longer just open up my backups from the folders in the finder like I used to be able to. instead all I see is a disk image with my back up and when I click on it I can not open it and get an error message (see below). Also, it will not back up at all, it give me the other error message in this picture. What is going on here? I am so frustrated. I may just have to go to the genius bar but this is so frustrating.
    I also can't even access my back ups now from before even if I go in through the finder window and select the hard drive the back up do to go very far back. Only a few days. I am worried that somehow all of my backups are gone but am hoping that is not the case. It all worked fine before I installed Yosemite. I would appreciate any help or guidance.
    For the first image, if I try to back up to time capsule I get the exact same message except it says could not back up to the name of my time capsule drive.

    A third-party NAS is unsuitable for use with Time Machine, especially if it's your only backup. I know this isn't what you want to hear. I know that Time Machine accepts the NAS as a backup destination. I know that the manufacturer says the device will work with Time Machine, and I also know that it usually seems to work. Except when you try to restore, and find that you can't.
    Apple has published a specification for network devices that work with Time Machine. None of the third-party NAS vendors, as far as I know, meets that specification. They all use the incomplete, obsolete Netatalk implementation of Apple Filing Protocol.
    If you want network backup, use as the destination either an Apple Time Capsule or an external storage device connected to another Mac or to an 802.11ac AirPort base station. Only the 802.11ac base stations support Time Machine, not any older model.
    Otherwise, don't use Time Machine at all. There are other ways to back up, though none of them is anywhere near as efficient or as well integrated with OS X. I don't have a specific recommendation.
    If you're determined to keep using the NAS with Time Machine, your only recourse for any problems that result is to the manufacturer (which will blame Apple, or you, or anyone but itself.)

  • Ipad displays "ipad is disabled connect to itunes", I have tried putting the ipad into recovery mode and then restoring but that does not work. I have also tried doing a hard reset of the ipad and that does not work either. Any ideas?

    Ipad displays “ipad is disabled connect to itunes”, I have tried putting the ipad into recovery mode and then restoring but that does not work. I have also tried doing a hard reset of the ipad and that does not work either. Any ideas?
    My son let one of his friends use his ipad. The next time he tired to use it he could not get it unlocked, I tired to unlock it but it kept telling me that I had the wrong pass code. With out me knowing my son continued to tire until it completely disabled it self.

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

Maybe you are looking for

  • Oracle 9i installation problem on Gentoo Linux

    Hi! After setting up the useraccount for the required installation step I face on the bash console a problem with this message: ./runInstaller bash-2.05b$ Initializing Java Virtual Machine from /tmp/OraInstall2005-04-06_09-57-12PM/jre/bin/java. Pleas

  • Aggregation problem in BW...

    Hi,   I am facing a problem writing a formula in a Bex query.I have a calculation in a query which is Tot = Summation((A-B)/A) I have a jump query from this query and in the jump query i have a formula written in cell editor which is supposed to do F

  • Using the magsafe adapter

    Hi everyone, I am loving my new Macbook Air. It is truly a wonderful computer. Anyway, I noticed that the power adapter that came with the computer is considerably smaller compared to other macbook models. This weekend, I forgot my power adapter at w

  • Named Destinations

    I want to open an acorbat document to a specific page. I have found the following in the parameters for opeining a file. (Parameters for Opening PDF Files) nameddest=destination Specifies a named destination in the PDF document. How do you create a n

  • Composite repeator Not identified in Oracle B2B for EDIFACT

    HI, We are trying to parse an custom EDIFACT message through oracle B2B 11.g B2B is successfully able to parse and convert the EDIFACT into XML; but, it is not able to recogonize the composite separator (group/segment separator are working fine) ex: