Work item cannot be read.

Hello Experts,
I come across this error while executing SAP_WAPI_WORKITEM_COMPLETE , Work item 000002444518 cannot be read.
This is a dialog workitem.
Please help.
Thanks,
Chandni

Hi Jocelyn,
Thanks for the fast reply.
Below is the snap shot of the values being passed.
Import parameters                                   Value
WORKITEM_ID                                      000002444518
ACTUAL_AGENT                                   MUNICH
LANGUAGE                                            EN
SET_OBSOLET
DO_COMMIT                                              X
DO_CALLBACK_IN_BACKGROUND            X
IFS_XML_CONTAINER
The workitem looks pretty much okay in SWI1, with an agent (not me, as its lying in some other users MYWORKLIST in portal) defined in the agents tab.
While executing this as a standalone FM, I get this error.
The SU53 as such is not showing any authorization issues. (Please correct me If I'm wrong, whether I need to specifically look out for some messages in it, as I have not used SU53 before).
Thank-you,
Regards,
Chandni

Similar Messages

  • Error when executing a work item (cannot execute a method, biding problem?)

    Hello,
    I created a specific workflow, triggered by an event, from a class I also created.
    From this event, I get some data about a Document (CV01/02/03N...).
    The first step is a task which refer to a method (from the same class above).
    The binding Task <=> Method is the data about the Document and the Workflow ID.
    After I start the workflow, I execute the work item in SWI1, with a breakpoint in the method.
    I can't go in debug, and the work item is in error (in Workflow log) :
    - "Work item 000000590208: Object ZCL_SA3_WF_GED_RECL_FOURN method UPDATE_FID cannot be executed"
    - "EXECUTE_METHOD_OBJECT_SYNC : Dereferencing of the NULL reference".
    Note: The task is not in background processing, in the aim of debugging the source code.
    I did SWU_OBUF and quit/relog SAP.
    Do you have any ideas to solve this problem ?
    I think it's a biding problem, because I can' t even go in debug mode...
    Thanks.
    Regards
    (sap version: ECC 6.0)

    Hi
    Looking at the error message I feel like there is something wrong in the task object and object method. You are using a class in the task make sure that class has the IF_WORKFLOW. Mak sure the task is enabled with synchronous task method check box.
    Regards
    Pavan

  • Leave Request Workitem error Work item cannot be executed in status COMPLET

    Hi All,
    In case of leave request application when one particular manager is trying to approve the leqave request he is getting the error message
    Work item 000000003046 cannot be executed in status COMPLETED
    when i check in workflow log i am getting the workitem id for the dialog task it is 0000000002111
    work item id 000000003046 mentioned in the workflows is for my background task which is already completed.
    This is happening on production server. Other managers are able approve and reject the leave.
    Please suggest.
    Regards,
    Umesh Chaudhari.

    Hi Florin,
    Thanks for your reply.
    I could not understand your view fully you are saying
    Why modifying the SAP Standard when it could be solved by the SAPNet? There's a hint in the OSS Note's text regarding a problem for custom-made workflow patterns related here.
    Here are you suggesting some new sap note? which will revert to the previous code or something like that.
    What pavan is talking is
      SORT lt_dep_wis STABLE BY WI_ID.                            "Note ANK 980004
      LOOP AT lt_dep_wis INTO lcl_dep_wis. ENDLOOP.
    Pavan: can you please give the details of the implicit Enhancement - Enhancement point or something as I could not find any implicit enhancement here.
    Please suggest.
    Regards,
    Umesh Chaudhari

  • Work item cannot be processed from IC WebClient  agent inbox

    Hi forum,
    When I select a work item (service ticket) and click on the
    "Interact" or "Edit" button to process the ticket the info
    message is displayed as "Unable to process selected inbox item".
    If I selct e-mail work item and click on "Interact" its
    navigating to the account identification screen, which seems to
    be correct. What might be the problem with work item for service
    ticket processing from the agent inbox by clicking interact or
    edit push button.
    Shridhar

    Hi Shridhar,
    1. Is service ticket link available in your webclient.If not add the service ticket link in the navigation bar profile.
    2. Also make sure that the transcation type(with which the search of service ticket happens) is assigned to the business transcation profile.
    Wish the information is useful.If it helps, do reward with points.
    Regards,
    Shalini Chauhan

  • Variables of work item text cannot be generated

    hi everyone,
       In HR Leave approval workflow, When i delete a request the 'requestcancel' event is triggered and the corresponding unapproved workflow 'WS00400078' is getting triggered. I am getting user decision workitem in inbox. When i execute it is going into error mode(red). In workflow log, I am getting the following errors,
    1. 'variables of work item cannot be generated'.
    2. error in the evaluation of expression '<???>&ABSENCE.VALIDITYEND&' for item '1'.
    similarly for 'validitybegin', and 'description'.
    and also getting error ' method container for work item cannot be created' , ' unable to instantiate object ABSENCE'.
    Please provide a solution.
    Thanks in advance!!

    Hello,
    Does this always happen? Sounds like a problem with the bindings. As the error suggests, the ABSENCE object instance isn't being created. Check in the workflow log and check those bindings.
    regards
    Rick Bakker
    hanabi technology

  • How to force Work Item Query Policy to refresh its cached query results?

    I have enabled the Work Item Query Policy on my TFS project.  It works as expected, except when using Visual Studio 2013 with the following sequence of steps:
    User selects Check in Pending Changes from the Source Control Explorer
    User enters in the ID of the work item to be associated to the changeset
    User clicks the Check In button
    Work Item Query Policy displays message ' Work item ##### was not found in the results of stored query...'
    User realizes his mistake, and modifies (and saves) the work item so that it is returned in in the query result set
    User clicks the Check In button again expecting the TFS policy to accept the association
    Work Item Query Policy still displays message ' Work item ##### was not found in the results of stored query...'
    Removing the Work Item and re-associating it does not make a difference.  The only workaround that I have found is to close Visual Studio and reopen it.  Does any one have a better solution than this?

    Our setup is different from the one you are using:
    - User is using VS 2013 Update 4.
    - We are running TFS 2010 SP1
    The test case that you described is different from the one that is causing my problem (that scenario works fine for me as well).  I am trying to associate the check in to the same work item both times; whereas, you are associating it to a different
    work item the second time.  I can consistently reproduce the error using the following steps:
    1) Create a query that returns All Bugs in Active state, and set it as the query for the Work Item Query Policy
    2) Create and save a new Bug
    3) Run the query to confirm that the new bug does not appear in the result set
    4) Checkout a file, modify it, save it
    5) Check in the file and associate it to the bug from step 2)
    - the Work Item Query Policy will issue an error message saying that the work item cannot be found in the associated query
    6) Change the state of the bug to Active, and save
    7) Refresh the query to confirm that the bug now appears in the result set
    8) Check in the file again
    - error message from step 5) will not go away

  • WD for Java and UWL work items (Adobe HCMPF)

    Hi Experts,
    I am implementing the Adobe forms HCMPF from the HR Administartive Services BP based on  the 'old' WebDynrpo for Java. SAP references in SAPnote 1024326 that when the WD Java is preferred over the WD ABAP one can configure the Application Parameter "isEnabled=X" for the Java WD's.
    This application parameter works fine for iViews like Start Processes and Search Process. However, the problems come when you open the work item for approving/editing a form that is received in the UWL.
    These workitems call the WD application that is defined in ECC. However, they do not call an iView from the PCD but the application directly. Therefore I was not able to configure the Application Parameter "isEnabled=X" for these applications (eg sap.com/paasrformstep).
    Can anyone please help and explain how to set the application parameter property for applications that are called directly fron the UWL work items?
    Without this we can only start the processes but not contunue them after the workflow has started.
    You expertise is greatly appreciated and will be rewarded when helpful!
    Regards,
    Thomas

    Solution found.
    Edit the XML UWL configuration to inlcude the application property for the workflow work items in questions.

  • This item cannot be displayed in the Reading Pane. Open the item to read its contents Outlook 2013

    One of Outlook 2013 of Office Home and Business in Windows 7 Pro 64bit who is connecting to a local Exchange 2010 server is having the following error:
    This item cannot be displayed in the Reading Pane. Open the item to read its contents.
    When launching Outlook, it seems work fine. If user click other folders and click Inbox again. The error comes out. It only happens on Inbox folder.
    I have tried the followings with no luck.
    1. Rebuilt new Outlook profile.
    2. Rebuilt new Windows profile + Outlook profile.
    3. Disabled all add-ins.
    There are 2 ways I can make it work.
    1. I disabled "Cache Mode", then it starts working well. 
    2. Start Outlook with outlook.com /safe.
    So the question is why in Cache mode, Outlook 2013 cannot display the item in reading pane. 
    Any hint will be appreciated.
    CliffZ

    CliffZ,
    One hint: Do an offline virus scan on the affected computer:
    1. Check if your computer has a 32- or a 64-bit system. Right-click on Computer icon, choose Properties. System type reveals the bitness.
    2. Download the appropriate virus scanning version from http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
    Note: If you're on Windows 8.1: http://windows.microsoft.com/en-us/windows/what-is-windows-defender-offline-beta
    3. Insert a USB stick with nothing important on. Observe the drive letter (F:, G: etc ...) assigned to it.
    4. Start the downloaded program and follow the instructions. Note: Choose the correct drive letter from 3 above.
    5. Restart your computer so it will boot from the USB stick. Depending on computer brand you can often press F12 to get a boot menu.
    Sometimes you have to enter BIOS to tell the computer to boot from USB if present.
    The quick scan starts. Abort it and select Full Scan.
    Let it run overnight.
    Regards Pete

  • This item cannot be displayed in the reading pane

    Hello all.  I've bene scowering the net trying to find a solution to this problem for over a month now and every solution I have found doesn't work.  Here's the low down.
    It only happens on this client and not other outlook clients. Meaning the same person could open his email on another system and the views are fine.  OWA is also fine.  I'm pretty confident its not Exchange but Outlook on this system.  I get
    two messages.
    When receiving emails from a specific address that sends emails with audio attachements (shoretel's voicemail to email) the user gets "this item cannot be displayed in the reading pane"  There is no active content in these emails.  They are plain
    text.  Next, when he sends a meeting invite to a specific person or receives an email from a specific person he gets "This item contains active content that cannot be displayed in the Reading Pane".  Here's what I've done so far.
    I've deleted and reinstalled Outlook 2010 (pro plus)
    I've deleted his profile and rebuilt it.  I've deleted the profile from the registry and reinstalled outlook 2010.
    I've disabled all pluggins.
    I've cleared the forms cache and made sure the forms view matches someones that's working.
    and of course, rebooted.  I've found fixes for different versions of outlook but nothing I have found has worked.  Short of backing up to PST, nuking his mailbox, rebuilding it, and importing the PST i'm at a loss.  I don't think I need to
    get that drastic if on another machine and on OWA it works fine.  Anyone have a clue as to what I could try?

    Hi This is what worked for me:
    Just to clarify in my case, any email that had a form attached, when I tried to open it, the actual email body was just blank.
    I also realised I couldn't create new forms, I could see all the preloaded ones but couldn't open.
    So this is the advise I followed:
    Clearing the forms cache
    The first thing you should try is clearing the forms cache. This will make sure that, in the case of using a custom form, the latest published version of your custom forms gets loaded again. In the case that you just uninstalled an application that was using
    a custom form, it will purge this cached form and Outlook will try to load the original message form.
    To clear the cache;
    Outlook 2007 and previous 
    Tools-> Options…-> tab Other-> button Advanced Options…-> button Custom Forms…-> button Manage Forms…-> button Clear Cache
    Outlook 2010 and Outlook 2013
    File-> section Options-> section Advanced-> group Developers-> button Custom Forms…-> button Manage Forms…-> button Clear Cache
    It worked when I went back to previous email the attachment looked like it had gone, double clicked and it took a while to open as it needed to load new forms.
    Do this before rebuilding or deleting a mailbox.  Also try SP2 if need be.

  • ITunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    iTunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    It is likely a hardware failure
    http://support.apple.com/kb/TS3694?viewlocale=en_US#error1

  • I have just clicked on my iTunes desktop icon and got the following message "The file iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Why has this occurred when it working fine?

    I have just clicked on my iTunes desktop icon and got the following message "The file iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Why has this occurred when it working fine? Is it best to update iTunes to 10.2 to attempt to resolve? Initially I got the prompt Quicktime was out of date so I updated that successfully in all programs. I do not want to lose my iTunes library.

    Sorted problem updated and reinsatlled and restarted computer.

  • I hooked an external hard drive into the '09 macbook, but when it's in the usb, it has a pop up that says the disk cannot be read, then brings me to disk utility. I have no idea why it wont read the external drive, as it has worked properly before.

    I have an external drive with old music files (about 127GB worth) and I was hoping to put them onto my laptop. I hook it into the USB port, and it pops up an error message saying the Disk cannot be read. This is strange, because the drive was hooked up before and worked perfectly fine. It sends me to Disk Utility and says that It must be repaired, but when I click repair, it wants me to back up anything I can (which I cannot at all, none of the files are on right now) and erase it and repair. I have no idead why it's doing this, any help?

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • Work around "cannot copy to disk.....cannot be read from or written to.

    While copying large files(movies or large amounts of music)to the iPod touch the error message" disk cannot be read from or written to" appears. Here is a work around for the failure.
    1. Run the latest version of iTunes and connect the iPod. Perform the following after the failure (allow one failure to occur and repeat this after each occurence) This is only good for one movie or one large grouping of music files. Eject the iPod and allow 30 seconds after the plug is pulled before reattaching the plug to the iPod. Once the summary window appears you are ready to start.
    2. In the movie tab behind the summary remove SYNC Movies check from the box.
    In the Music tab remove the SYNC Music check from the box.
    3. On the summary tab uncheck "manually manage music" in the options section. It will ask if you are sure, choose OK. Click "Apply" in the bottom right corner. Allow the iPod to try to SYNC... a message will appear explaining that there is not enough disk space, choose "OK".
    4. Check "manually manage music" in the options section. Click "Apply" in the bottom right corner.
    5. Drag and drop the selection of music or the movie over to the iPod icon on the left side of the screen under "Devices". The transfer should start and the progress graphic will start in the upper status window.
    ***I have only been able to move/ copy one movie at a time and one large music selection. When attempting the second transfer the error message returns and you have to start the process over. I tryed restoring, updating iTunes, different cables, updating XP, different USB ports, countless system restarts and threatening to smash it if it didn't work. I spoke with APPLE Tech support and they are aware of the problem and should be attempting to correct it. My iPod is @ its default settings. I have had no problems with single music files transfering but I have had it fail on as little as three in a group. Good Luck and I hope this helps.

    Here is some more info on this issue. I've been having the same problem - I've tried disconnecting all other USB devices, making sure to plug into the back-side USB 2.0 port, I even went and bought a PCI card 2-port USB hub and tried that, but could never sync movies or multiple songs (usually less than 50 songs). Today, I was able to transfer 2 movies and a TV show and about 100 songs and the one thing that was different was that I was doing a video conversion in the background with FFMPEG (taking up about 90% CPU), so iTunes only had about 10% CPU while doing the sync.
    Unfortunately, as I started typing this message, a third movie transfer just failed with the "cannot copy to disk..." read/write error. Oh well, just thought I'd get the info out, as this is an exteremely frustrating issue, and hopefully the more info we have we'll eventually be able to figure it out.

  • Error:Work item 000000001099:Object FLOWITEM method EXECUTE cannot be execu

    Hello experts,
    I have created a Sales order workflow whr after creation sales order will go to 1 person inbox and he will check the SO thoroughly and thn i hv added a user decision step for APPROVED or REJECTED for same person.
    Now after creation of sales order it goin to the person inbox for checkin SO but when he is saving it thn decision screen with button APPROVED or REJCTED is not coming and m getting error :Work item 000000001099: Object FLOWITEM method EXECUTE cannot be executed. and error: Error when processing node '0000000024' (ParForEach index 000000)
    i checked the agent mapping for both step....and thr is no error in agent mappin...in both steps i have mapped same rule with responsibility IDs
    PLz suggest urgently wht can be cause of error.
    Regards
    Nitin

    Hi Nitin,
    I think this seems to be an agent assignment issue.
    To debug this issue go to the workflow log and check if the agents are correctly being picked by the rule or not. Simulate the rule and check for the agents being picked.
    In the workflow log, check the agent for the User Decision step. If there is no agent found then there might be some issue with the data passed to rule.
    Hope this helps!
    Regards,
    Saumya

  • Work item [item number] cannot be executed

    Hi all, I am having a problem with a workflow.
    I am emailing a url to a supervisor to approve or reject a training request.
    When I access the url in internet explorer I get a pop up message with the error, "Work item [item number] cannot be executed."  I have the task set as a general task so anyone could be a possible agent. 
    Does anyone have any idea what the problem could be?
    Thank you,
    Nick Simino

    Hi Nick,
         I too getting the same error that the same you got earlier as <b>Work item [item number] cannot be executed</b> . Can you please tell me how you have resolved it.
         Also one more thing while clicking on Reject or Approve button, there a script error comes at the bottom left corner. On double-click this script error, it gives the message "Access is Denied".
        Can you help me on this issue.
    Regards
    Deep

Maybe you are looking for