Copy decision task and workitem no longer in inbox

hi,
I copied stanard workflow 14000044 and copied the step - Completion by Purchaser'- TS14007947.
This task is not longer appearing in the purchaser workitems.  I defined it as general and refreshed buffers. 
I remember that there is somewhere in config to set these decesion tasks up but can't find it now.
Does anyone know.
thanks
Ann

Hi Masa,
that's good to know.  Will need to use this at some stage
For now, what I wanted to do was just change the work item text description. 
all I had to do  was
display Standard task 14007947.
Edit -> Work item Text -> Redefine
thanks
Ann

Similar Messages

  • Generic decision Task and ABAP OO

    I have implemented a workflow using ABAP OO, which has a couple of user decision steps.
    Now I have made a copy of the generic decision task (8247) into my own custom task. I then copied over the code from the process method of the DECISION BO into my own custom BO. I then referenced the custom BO in my custom task. I tied this custom task to a user decision step in my workflow.
    code
    I had to this so that I could extend the functionality of the code to do something specific to my logic. This works fine.
    However when I write the same code in a method of my ABAP class and tie it to the same custom task instead of the BO, the workflow complains while activating "TASK XXXXX cannot be used as a decision task".
    Any advice would be greatly appreciated. Thanks a lot in advance.

    Hi Amlan,
    What I could figure out from your query is that, you want to use ABAP OO, functionality of classes in implementing a task. Please correct me if I am wrong.
    I would suggest you that Let your Workflow work with the BO, because there are certain tasks for which only BO works, implementation of classes might give some problem.
    check **************** - business workflows for further correspondence
    Best Regards,
    Kanika
    Edited by: kanika chopra on Dec 9, 2008 5:12 AM

  • EP7 - decision tasks and comments

    Hi!
    I've to implement a user decision task, but where it schould be possible to enter a comment regarding the decision.
    The standard-decision task doesn't support this functionality - isn't it?
    Does anybody solved such a problem?
    Thank you for any hints!
    Kind regards!
    Peter

    Hi Paramita,
    Ok well you are on the right release but please do check your support pack for portal and your ECC system as well.  You need to be on at least SP8 for both
    Because then the answer is simple - just use the User Decision Handler option - User Decision with Note in the UWL config.
    You'll find the description in the NW04s UWL configuration guide
    http://help.sap.com/saphelp_nw04s/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Look in Universal Worklist Configuration > Advanced Configuration > Task Launch Customization > Action Handlers > User Decision Handler
    for samples and explanations of how to do this.
    Also do search the forum for posts on user decisions as this topic has come up before.
    Regards,
    Jocelyn

  • Show Attachment in Decision Task

    Hi Experts,
    I have a Multiline attribute and i want to display the content of the Multi line element in the Decision Task just for the display Purpose in Table format so that it can help the user to take the Decision.
    Is there any way i can attach the data inside the multiline attribute as an excel attachment in the Decision Task ??
    Kindly Suggest..
    Thanks in Advance...
    Regards,
    Vaibhav

    Hi vaibhav,
    Set ur internal table as something like
    SWC_SET_TABLE CONTAINER 'MessageLines'  IMSGTAB.
    and collect this as a multi-line container element in the workflow template.
    In the decision tasks you use, pass this as a container element to sdtandard task(Decision task) and in the Description tab of the task mark this as &MSGTAB so that approver can see this in the workitem description.
    Hope this helps.
    Please reward points if the hint is useful.
    Thanks & Regards,
    Venkat Pappu

  • Workflow task  TS00008267 ("generic decision task") not exist

    Dears,
        i could not find the task TS00008267 ("generic decision task") and then i can not activate the 'Classify Decision Task as General ' in SWU3.
       any method to restore the task 'TS00008267' in my client?
    BR.

    Hello,
    As Ketjil and Mikko have suggested if yuo cannot see the task then it is an authorization issue ot the task has been deleted or never delivered.
    If you find that all tasks are missing and not just TS00008267 then it is most likely an authorisation issue. Run transaction
    SU53 to see what authorisation objects your user is missing. It is related to Org Management authorisations.
    If you have to transport it try transaction SE01 (Transport Organiser) it is possible to transport from system to system. Just click on Create button and then select 'Transport of copies'. Then just enter you target system and save. You can then add the
    objects you wish to transport to your Target system.
    Example:=============================
    R3TR PDTS 00008267
    In SE01, click Create => Transport of copies
      => Name the request and save
           => Click 'Include Objects' button and choose 'Freely selected
              objects'.
                =>Enter the Development class SWD and click 'Selected
                  Objects'. F4 at the bottom of the list (Under the DTEL
                  entry) and select the entry "R3TR PDTS" and click OK.
                  Now enter the task ID 00008267 in the dialog box
                  opposite it and click the checkbox (See attached screen
                  shot) and then click the Execute button.
                    => Expland the list and goto the task
                         => Select 00008267 and click the "Save In Request"
                            button.
    You can do this with any standard tasks you want to transport to your system.
    Hope this helps.
    Regards,
    Eddie

  • Display table on Decision Task for Outlook

    Hi Guru's
    I've gone through the documentation for Display table on Decision Task and i'd like to know which of the suggested solutions was used to create the desired output and could i please have the steps taken to actually achieve a tabular layout of a decision appearing in the Outlook inbox in the same format please Help step by step.
    thanks
    Regards Tatenda

    Hi there
    I've gone thru that definition but what i would like to understand is which of the 2 methods where the solutions to the problem there is one by Pavan and the other by Alessandro and with alessanrdo's solution which i have been trying to impliment i would like to know where the actual modification or placing of the HTML code should be done.
    Regards
    Tatenda

  • Passing event parameters to copy of DECISION task TS20000118

    Hi.
    I have made a copy of the decision task TS20000118 which is the standard approve/reject user decision step.
    In the decision step, i have a link to ME13 transaction which is done by passing object_id and giving the "display" method as default method for the ZBUS3003 object which takes Info record number as key.
    My problem is users are restrcited by PORG auth object in ME13 also and along with Info record number, i have to pass porg, plant, vendor , material to ME13 link.
    I have defined event parameters to capture this 4 fields but i dont know where to pass this parameters as TS20000118  where the link appears in using the DECISION object and not the DISPLAY method,.
    I dont want to make this 4 fields as object key because it will mean altering many other things. Also, int he DISPLAY method based on info record number i cannot retrieve 4 fields bcos there mioght be multiple records for same info record number.
    Appreciate if you can let me know how i can pass event parameters to ME12 link in DECISION step of Task TS20000118 .
    Regards
    PN.

    Hello user12628! I have the same problem. Did you solve it? I have dynamically generated size of my Event Parameter String[] mass. And some times I have Error that URL string very long :). That is why I want to use POST method instead GET. if you has found solution,please let me know.
    Message was edited by:
    kostik

  • Copy of task TS50000075 and  EXTSRV - termination event not working

    Hi,
    We have done copy of TS50000075 and extended business object EXTSRV to ZEXTSRV
    this was done to call function module ISR_CALL_FOR_CHANGE to open up adobe form in edit mode
    it works well but the task is not terminated
    if termination event is put just like TS50000075 like WIOBJECT, ZEXTSRV COMPLETED then workitem never ends and always stays in inbox
    ZEXTSRV COMPLETED event is not triggered when the workitem is completed in the UWL
    even if we trigger this event programatically , it does not find receiver and the task stays in-process
    if termination event is put as _WORKITEM PROCESSED then it bahves like synchronous task ie even if the workitem is clicked and form is not completed, the workitem ends. so the user can click it only once
    also i've tried following
    1 - used the function module to complete the workitem in QISR BADI. but the workitem ID is not available inthe BADI. If I try to export it from business object method and import in BADI, it doesnt work
    2 - find active workflows and derive workitem id and complete workitem using FM SAP_WAPI_WORKITEM_COMPLETE
         this FM doesnt work , step becomes logically deleted which is not desirable
    3 - find active workflows and derive workitem id and complete workitem using other FM SAP_WAPI_SET_WORKITEM_COMPLETD
         work item is complete but there is workflow error - cannot determine succesor node
    4 - find active workflows and derive workitem id and change a particular container element
        check this container element in complete workitem condition in activity step of dialog step of workflow of this task-
         workitem stays inprocess
        check this container element in parellel wait step to complete the workitem-
         parellel step executes but fork is not complete, workflow doesnt proceed
    kindly help in this matter. the workitem does not get completed at all even if we force complete, workflow goes in error of - cannot determine succesor node.
    is there anything specific to the EXTSRV-PROCESS method which makes the TS50000075 task to trigger EXTSRV-COMPLETED and end the workitem ?
    help is much needed in this case
    thank you,
    b

    Hi,
    You need to see the event in SWEL, otherwise it will never work with workflow. Make sure that the event monitor is on (in transaction SWELS).
    I cant see the event in SWEL. The vent monitor is on because if I create event in SWUE, it shows up.
    How you actually create the event now?
    There is BADI QISR which is always called to handle user action of PDF form. I have written the function modue to create event in the user action
    >If i trigger it using funciton module -- then it doesnt find any receivere so it doesnt terminate the task. it is seen in SWEL with no receiver found. do i still need to do commit work ?
    You need the COMMIT WORK always if you trigger the event in any program&function or whatever.
    ok ill try doing commit work after the create event function module
    Test your event with transaction SWUE. Make a test case first in a way that the task is waiting in the inbox/UWL. Then create the event in SWUE. Now, if the task gets completed, you will know that that event itself is working and your terminating event configuration is done properly. If this works, your only problem is in the event creation itself. And for that you need to tell exactly how you create the event. If you do it with your own custom code, use SAP_WAPI_CREATE_EVENT and don't forget to have COMMIT WORK after the function call.
    I am doing exactly like you said. but it doesnt work ie even if I create the event in SWUE, the workitem doesnt get completed.
    This event is seen in SWEL with no receivere found
    I am able to infact set the workitem to complete using WAPI funciton module to complete teh task in the BADI.
    but the workflow goes in to error saying , next node cannot be determined
    Regards,
    Karri

  • Object visualization to open attachment link in UWL decision task workitems

    We are using Object Visualization (in t-code SWFVISU) to open an I-view when you click the attachment link in decision task workitems.  I sort of have this working.  My issue is that I need to pass parameters to the I-view.  I'm not sure how to do that.  I've seen some documentation on dynamic parms in SWFVISU (DYNPARM) but I don't see that option (maybe we are on an older version).  Maybe we can via XML files?  I've done Task visualization and edited xml files but I'm not sure if we can do similar code for object visualization.  Does anyone know how to do this?   Have any samples/documentation?
    Thanks,
    Matt

    Hi Matthew,
    Check if the following links help you:
    /people/raja.thangamani/blog/2007/03/27/bsp-with-workflow-part-i
    /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    Problems with bitmaps and tables on the visualization
    /message/6725781#6725781 [original link is broken]
    Re: WD java application in UWL link has authentication problems !
    Regards,
    Saumya

  • Copy and/or Cut and Paste no longer works from within Firefox yet I can Paste to Notepad and yet again copy the same text from within Notepad or any app will not Paste back into Firefox, thanks

    I 'Copy & Paste' from within Firefox quite often but for some reason the function has stopped working when using some sites, even the menu item 'Paste' is greyed out, yet I can open Notepad and 'Paste'. I tried pasting into 'Notepad' then copying from Notepad and pasting back into Firefox, which I've found in the past sometimes works but today even that does not work. I accept it may not actually be a Firefox problem but I have noticed since upgrading to the latest version, I am having several problems with crashing and hanging exceedingly long execution of the browser.

    See:
    *http://kb.mozillazine.org/Clipboard_not_working

  • My computer with a licensed copy of CS4 died. I want to install it on my new computer. I cannot deactivate CS4 on my old computer, because it no longer runs, and I no longer have it.

    I want to install my licensed copy of CS4 (from the CD--Windows version) onto a new computer that I recently purchased. My OLD computer died in July.  I cannot deactivate the CS4 software on that computer. It has now been gutted (because a local tech guy was trying to fix it, but he couldn't) and I no longer even have the computer. So I would like to transfer that license to my new computer.
    I have been able to "install" the software from the CD, but it doesn't completely "work". It looked like everything was OK initially but it won't recognize certain keystrokes, etc. and is not functional, which I figure is the software's way of saying "too many installs on this license."
    So now what do I do...is there any way I can get "permission" to install this so it will work?

    I doubt the license is affecting the performance - it might be a case of the software being too old for the machine.
    In any case, you can contact Adobe support thru chat and have them reset your activation count to eliminatre your doubts regarding the license.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Hi, I got my Mac in 2009 with photoshop elements on it - it's recently been wiped, however before the process we put Photoshpp onto a hard drive, we then copied it back over and it no longer works, I'm getting error code 150:30 and I'm being asked for a p

    Hi, I got my Mac in 2009 with photoshop elements on it - it's recently been wiped, however before the process we put Photoshop onto a hard drive, we then copied it back over and it no longer works, I'm getting error code 150:30 and I'm being asked for a password... any ideas how to get it working again?

    You can never, never migrate an installed copy of PSE. It's just too complex and you can't get to all the bits and bobs.
    First you will have to download and run this:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    which will not seem to do anything, but is necessary to break the links within PSE so that you can pitch the bits manually. Then you will have to go around, not only to applications, but also to your username>library>preferences and most importantly to the library at the top level of your hard drive>application support>adobe, and remove everything you can find. Spotlight will not help with this kind of search, so don't try that.
    Then you can install PSE from scratch.

  • How can I copy and paste a long page here without using email?

    How can I copy and paste a long page without using email?

    Thanks for replying. Actually I want to copy/paste a recipe from a website so I can keep the recipe. On p 39 it tells how to copy/paste, which I do a lot already, but it doesn't tell where to paste it so I can access or print it whenever I want. It's kind of a long recipe. Too long to type out. Any ideas for that?

  • I just bought Lion from the app store and I was wondering how long it will be there for because you can't buy a hard copy of it and I was told they were fazing it out so if my computer crashes and I need to install it again will it still be there??

    I just bought Lion from the app store and I was wondering how long it will be there for because you can't buy a hard copy of it and I was told they were fazing it out so if my computer crashes and I need to install it again will it still be there??

    FWIW, your profile shows that you are already on Lion - did you buy Mountain Lion?
    If you purchase an OS from the Mac App Store, it will be listed under your Purchases and will be available to download again if you need it. Note: the license is only for you and is not transferable; if you sell your Mac, you must uninstall it and reinstall the original system.
    If you did buy Lion - out of curiosity - since it is no longer showing in the app store, how did you buy it there? Or did you call Apple and they sent you a redemption code?

  • When copying raw files from Extreme IV card to hardrive, finder copies a few files then exits task and wipes the card clean of all images.

    When copying raw files from Extreme IV card to hardrive, finder copies a few files then exits task and wipes the card clean of all images.  Have tried new card and card-reader to no avail.  Have done this many times on other macs with no problems.
    Can edit files off the card, in CameraRaw, prior to 'copying' them, ie can 'save as' to the hard drive, so files seem okay on card, before I try to copy them using copy and paste.
    Running OS 10.8.3 on a new macbook pro.

    Rita,
    The process for determining what is causing the files to be corrupt can be a tedious one depending on the following:
    1. Can you review the images on your camera's LCD screen without problems? If not then the problem is most probably either a corrupted/faulty memory card or a faulty camera. If this is the case then your best bet at recovery (of sorts) is to use a program such as BrezzeBrowser from BreezeSys to extract the embedded jpeg versions of the corrupted RAW files from within each RAW file. Chances are, you won't manage to actually repair the corrupted RAW file but the jpegs are better than nothing.
    2. If the images review ok on your camera but are corrupted when viewing on your computer and there seems to be no other problem with other files on your computer then it may be either a faulty card reader or usb/firewire cable between the card reader and the computer that is the culprit. Try the card reader with a different cable and also try a different card reader to determine the cause of the corruption.
    3. If your symptoms are that you get different files corrupting over time when viewing them on your computer then the problem may be any one of either failing RAM memory, hard disk, hard disk controller or IDE/SATA hard disk cables. This is where the troubleshooting can be pretty tedious testing then eliminating each item from the list of suspicious pieces of hardware. Try the card and card reader on an altogether different computer to see if the files transfer correctly to that computer. If so then the problem lies with your computer hardware. If you haven't already done so at this stage, backup all your important data immediately (hopefully you keep backs anyway).
    Hope this helps.

Maybe you are looking for