How to check parallel work items status of a workflow

Hi Experts,
In a standard workflow, there is a task which can create a workitem to different agents by agents determination.
As per standard workflow, once the workitem have been opened by any user, the same workitem will disappear from all others inbox. Now there is a need of changing the workflow to perform the task by everyone. For this I am using BLOCK step with parforeach. In the definition, workflow completion is doing based on document status. If any one processed the task, then the doc status will change and then workflow will be in complete state. Now along with this workflow, all other unprocessed workitems are getting closed automatically. So there is any way/function module to check the status of all workitems of a workflow to check same before workflow completion step.
Thanks in advance...
Regards,
Suresh   

Hi Suresh
In the definition, workflow completion is doing based on document status. If any one processed the task, then the doc status will change and then workflow will be in complete state.
How is this achieved in your copy workflow? Are you listening to an event in the workflow which gets triggered when the doc status is changed? Are you checking a condition? What is the technique followed to check that status and complete the workflow?
Depending on this, there can be different ways to bypass it till the last approval.
Regards,
Modak

Similar Messages

  • How to send a work item ( Mail ) as open tasks in WEB UI

    Hi,
      I have a requirement as to send a WF work item of mail text to WEB UI as open tasks.  Upon click of te link; the mail txts comes there with the link detials to the service contract number and service contract quotation. Upon click of the links it need to redirect to the respective documents.
    The requirement is as such that 60 days prior to the contract end date we need to trigger a mail that 'the contract expires in 60 days,do you  need to renewal it'. This text need to go to the WEB UI respective agent of this mail as tasks. Upon click of the task description link need to navigate to the mail text with the details of the contract and quotation numbers in link. upon click of the lnk it needs to navigate such that they can change accordingly and the contractrenewal process is completed.
    How to acheive this one.
    Thanks and Regards,
    Satish Akkina

    Hi,
    Sending Mail to Outlook : U need the Following things done for this:-
    1> Use the Mail Step in the WF and Choose the Receipient as the E-Mail Address and Give the E-Mail Address there.
    2> Check the Configurations that need to be done in Transaction SCOT. SMTP Server Settings are done to get the Desired Results.
    From the external mail, they should have the flexibility to approve or reject PO.
    To get Workitems in Outlook..!!
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    Problem in transferring the workitems into OUTLOOK
    /people/saujanya.gn/blog/2006/12/19/how-to-get-work-items-your-outlook-inbox
    Workflow Items in Outlook
    Let me know if u still face any issues.
    Regards,
    Kanika

  • Can we able to see the Work Items status in the BPM Workspace

    HI,
    Can we able to see the work item status in the BPM workspace.
    For exampls, I have create the request as requester then it will go for approval.
    After sometime i login into the workspace can i able to see my request status(it mean where it is like approval1, approval 2)?
    Pls let me know, its possible in the BPM workspace.
    Regards,
    Anandh P

    Hello Anandh,
    You can utilse the filter option of the BPM workspace.
    When you filter the instances you can view the status of all the instances even if they are currently not assigned to the particular user.
    All you need to do is click on the show filter link.
    Select the process from the Filter by: combo box.
    Check the status boxes and click on apply filter.
    You will be able to view the instance even if it is not assigned to you.(Though you will not be able to work on it.)
    If you wish to give custom messages like "pending with HR" or "Pending with Admin" then you need to add a column by creating a project variable and mapping it to the custom view. Then these messages can also be shown on the instances.
    Hope ths helps.
    Regards,
    Jaydev Doshi

  • How to check plan line items for plan cost at network activity level?

    Dear all,
    How to check plan line items for plan cost at network activity level? The plan cost is done in network activity in CJ20N.
    I am not able to check using CJI4 or CJI9 report.
    Kindly advise.
    Thanks and regards,
    Jessie

    Hi Jess,
    Have you checked the navigation part which is being displayed on left hand side of report S_ALR_87013565 and S_ALR_87013533.? There you have option to check transaction currency and object currency when you double click on it.
    In case if it is not being displayed under navigation. Then you can bring them on from transaction code CJE2. For eg: Report group for S_ALR_87013533 is 12KST1C. Double click on it and it will open up to do changes in report layout and many more. There you also have options to bring on transaction currency too. Similarly, you can check for other report groups as well just by checking the report description.
    But I am not sure if suits your requirements. Wait for other experts to comment on this.
    Regards,
    Amit

  • How to retain the work item in inbox of user if user press the icon cancel?

    HI,
    we  are using a text editor in approval section of workflow where the user needs to enter the reason for apporval or rejection.
    the requirement is how to retain the work item in inbox of user if user press the icon cancel? there are two icons in editor,one is ok(tick marg) and cancel(cross mark).
    so when user dont enter any text in the editor and press on cancel icon,then approval/rejection should not authorize and work item will remain in the user's inbox .unless and untill he enters the text.
    i have tried   LEAVE TO TRANSACTION 'SBWP'.leave program etc but nothing is working.
    please guide me.
    thanks
    prsahu

    Hi,
    Go with Sangvir Singh suggestion.
    It also looks neater from a Business Process Modeling perspective. You continue the process flow only when a change has occurred.
    Kind regards, Rob Dielemans

  • How to check Internal, Concurrent Manager status in Oracle Apps R12 from fr

    Step by step how to check Internal, Concurrent Manager status in Oracle Apps R12 from front end and how to start them.

    Richa wrote:
    Step by step how to check Internal, Concurrent Manager status in Oracle Apps R12 from front end Concurrent Processing - Concurrent Manager Generic Platform Questions and Answers [ID 105133.1]
    and how to start them1) Using adcmctl.sh (from the backend)
    2) Using Activate button (from the front-end) -- http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174302.htm#4334248
    Thanks,
    Hussein

  • How to refer the work order status value from a different transaction in the step handler?

    Hi All,
    I have a requirement to check the status of the work order from a different transaction before doing some logic in the current transaction. The following transactions are done to replicate the issue
    1)changing the status to ONSITE to edit the work order (transaction 1)
    2)Adding some information which will do some logic (transaction 2)
    3)Completing the work order (transaction 3)
    The transaction 2 will have some logic and will be executed only if the status is COMP but even though the status is COMP now (transaction 3) my condition check in the logic is showing as ONSITE status(transaction.status=ONSITE) and it fails. How can i get the latest status of the work order in the device? Please advice

    Hi Jason,
    The CompleteWorkOrderFinish sub action does have Apply action (screenshot 1) and the transaction definition (screenshot 2)of CompleteWorkOrderFix transaction with the only property Status which has the following settings (screenshot 3)
    Also I am trying to add a status property in EditMeterFitDetaisl transaction and update this value with the current status of the work order using object collections filtering with key value. Please let me know if that approach can be followed. Thanks

  • How to re-execute Work-item !

    Hello Friends,
    I need to figure out on how to re-execute an work item if my workflows is struck up somewhere in between..
    For eg there was a problem somewhere in the middle of workflow( say some agent Determination was improper...) due to which my workflow is stuck up in between........
    How do i get myself out of this issue ?
    <removed by moderator>
    Regards,
    Anand
    Edited by: Mike Pokraka on Jul 16, 2008 3:18 PM

    Hi kar,
    but rule will come into the picture only if error will in agent determination.... if there will be error because of some othr reason then
    after restart ..... whole workflow will start or only from faulty workitem?
    Regards dev

  • Work item Status

    Hello,
    I am working on SRM , when an user is creating Shopping cart new workitem is created and email is sent to approver for approval.
    In table SWWWIHEAD i can see WI_STAT (status of work item) values as READY or WAITING or STARTED. Please explain these three status in detail
    for example READY means email is in inbox of approver? etc
    Best regards.

    Hello,
    Off the top of my head:
    READY means ready to be executed, ie waiting on a user
    WAITING means waiting for something, eg an event or a wait step
    STARTED is usually the status of a workflow after it's been started but not yet completed.
    Usually for an active workflow the main wf workitem will be STARTED and there will be one (or more) READY workitems.
    regards
    Rick Bakker
    Hanabi Technology

  • How to direct the Work Items in SBWP to different folders

    Hello All ,
    Is there a possibility of having a rule on the SBWP , so that the work items coming in to the inbox can be placed in different folders based on some grouping .
    I see 4 kinds of grouping :
    Grouped according to task
    Grouped according to content
    Grouped according to content type
    Grouped according to sort key
    Is there any help on how to use this . Any example given ?
    Do we have any other groupings on the workflow inbox other then the above ?
    Thank you very much for your valuable input ...

    As said above, the work items are automatically directed to these folders according to rules briefly explained here (and you can't change the rules): [sap library - workflow - inbox|http://help.sap.com/saphelp_nw70/helpdata/EN/ae/b82ccee10611d2a62f0060087a79ea/frameset.htm]
    In case you don't have work items in your inbox, use transaction SWUI_DEMO: used to start several demo workflows
    If you want a custom business workplace, see demo transaction SWLD_INPLACE1: a custom business workplace with one container (program of 210 lines)

  • How to include Sap Work item in email by FSCM workflow WS01700044

    Hi,
    In FSCM Dispute Management, we have a requirment to include the sap work item in the email being sent by the workflow - WS01700044.
    The underlying task in it is TS01707928. This Task sends an email to the outlook as well as work item to SAP inbox.
    We want to include Sap Work item in email being sent to the outlook.
    This will help the users to process the workitem directly from the email instead of going to SAP Inbox to process the work items.
    Please suggest the possible ways.
    Thank you.
    Amar

    Hi,
    For you kind of requirment you have to use tcode SWNCONFIG.
    Through SWNCONFIG you can sent workitems to external email id.(exa. lotus notus/ outlook)
    Regards,
    Gurprit Bhatia

  • How to include sap work item in the email sent by workflow - WS01700044

    Hi,
    In FSCM Dispute Management, we have a requirment to include the sap work item in the email being sent by the workflow - WS01700044.
    The underlying task in it is TS01707928. This Task sends an email to the outlook as well as work item to SAP inbox.
    We want to include Sap Work item in email being sent to the outlook.
    This will help the users to process the workitem directly from the email instead of going to SAP Inbox to process the work items.
    Please suggest the possible ways.
    Thank you.
    Vijay

    Sadly, I believe this will require a bit of development to make it happen. The project I'm on now...we are finding that to get it to do what we want it to do, a development to customize the email message to include all the case fields is required.
    D

  • How to determine (sub)work-item in bpm

    Hi all,
    is there a way to determine the actual workitem in a bpm. I want to map this workitem in a xml-structure and send to a receiver just for log function.
    Best regards
    Mathias

    Hi Mathias,
    i dont know any standard way to get the work item no into the XML. But for your case should the message ID enough, coz you select the message and click on link PE to navigate to the work item.
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm">Special Access to Mapping Runtime Constants</a>
    Regards,
    Udo

  • How to check Temp/Power supply status like V210 in T2000

    Hi
    As I would like to know what is the command to check the Power Supply Status/Temp Status like V210 in T2000. I tried with /usr/platform/sun4v/sbin/prtdiag –v command like V210 but it disaplys only below details.
    System Configuration: Sun Microsystems sun4v Sun Fire T200
    System clock frequency: 200 MHz
    Memory size: 8184 Megabytes
    ================================ Virtual CPUs ================================
    CPU ID Frequency Implementation Status
    0 1000 MHz SUNW,UltraSPARC-T1 on-line
    1 1000 MHz SUNW,UltraSPARC-T1 on-line
    2 1000 MHz SUNW,UltraSPARC-T1 on-line
    3 1000 MHz SUNW,UltraSPARC-T1 on-line
    4 1000 MHz SUNW,UltraSPARC-T1 on-line
    5 1000 MHz SUNW,UltraSPARC-T1 on-line
    6 1000 MHz SUNW,UltraSPARC-T1 on-line
    7 1000 MHz SUNW,UltraSPARC-T1 on-line
    8 1000 MHz SUNW,UltraSPARC-T1 on-line
    9 1000 MHz SUNW,UltraSPARC-T1 on-line
    10 1000 MHz SUNW,UltraSPARC-T1 on-line
    11 1000 MHz SUNW,UltraSPARC-T1 on-line
    12 1000 MHz SUNW,UltraSPARC-T1 on-line
    13 1000 MHz SUNW,UltraSPARC-T1 on-line
    14 1000 MHz SUNW,UltraSPARC-T1 on-line
    15 1000 MHz SUNW,UltraSPARC-T1 on-line
    ========================= IO Configuration =========================
    IO
    Location Type Slot Path Name Model
    IOBD/NET0 PCIE IOBD /pci@780/pci@0/pci@1/network@0 network-pciex8086,105e
    IOBD/NET1 PCIE IOBD /pci@780/pci@0/pci@1/network@0,1 network-pciex8086,105e
    IOBD/PCIE PCIE IOBD /pci@780/pci@0/pci@9/scsi@0 scsi-pciex1000,56 LSI,1064E
    IOBD/NET2 PCIE IOBD /pci@7c0/pci@0/pci@2/network@0 network-pciex8086,105e
    IOBD/NET3 PCIE IOBD /pci@7c0/pci@0/pci@2/network@0,1 network-pciex8086,105e
    IOBD/PCIE1 PCIE 1 /pci@7c0/pci@0/pci@8/network@0 network-pciex108e,abcd SUNW,pcie+
    IOBD/PCIE1 PCIE 1 /pci@7c0/pci@0/pci@8/network@0,1 network-pciex108e,abcd SUNW,pcie+
    IOBD/PCIE1 PCIE 1 /pci@7c0/pci@0/pci@8/network@0,2 network-pciex108e,abcd SUNW,pcie+
    IOBD/PCIE1 PCIE 1 /pci@7c0/pci@0/pci@8/network@0,3 network-pciex108e,abcd SUNW,pcie+
    IOBD/PCIX PCIX IOBD /pci@7c0/pci@0/pci@1/pci@0/isa@2 isa
    IOBD/PCIX PCIX IOBD /pci@7c0/pci@0/pci@1/pci@0/usb@5 usb-pciclass,0c0310
    IOBD/PCIX PCIX IOBD /pci@7c0/pci@0/pci@1/pci@0/usb@6 usb-pciclass,0c0310
    IOBD/PCIX PCIX IOBD /pci@7c0/pci@0/pci@1/pci@0/ide@8 ide-pci10b9,5229
    ========================= HW Revisions =======================================
    System PROM revisions:
    OBP 4.25.12 2008/03/23 13:27
    IO ASIC revisions:
    Location Path Device Revision
    IOBD/SAS-SATA-HBA /pci@780 SUNW,sun4v-pci 0
    IOBD/SAS-SATA-HBA /pci@780/pci@0 pciex10b5,8532.bc 188
    IOBD/SAS-SATA-HBA /pci@780/pci@0/pci@9 pciex10b5,8532.bc 188
    IOBD/IO-BRIDGE /pci@7c0 SUNW,sun4v-pci 0
    IOBD/PCI-SWITCH1 /pci@7c0/pci@0 pciex10b5,8532.bc 188
    IOBD/PCI-BRIDGE /pci@7c0/pci@0/pci@1/pci@0,2 pciex8086,341.9 9
    IOBD/GBE0 /pci@780/pci@0/pci@1/network@0 pciex8086,105e.108e.105e.6 6
    IOBD/GBE0 /pci@780/pci@0/pci@1/network@0,1 pciex8086,105e.108e.105e.6 6
    IOBD/GBE1 /pci@7c0/pci@0/pci@2/network@0 pciex8086,105e.108e.105e.6 6
    IOBD/GBE1 /pci@7c0/pci@0/pci@2/network@0,1 pciex8086,105e.108e.105e.6 6
    IOBD/SAS-SATA-HBA /pci@780/pci@0/pci@9/scsi@0 pciex1000,56.1000.1000.2 2
    I am interested in getting the same o/p which also gives status on Fan Status/Power Supplies etc.
    Please let me know do we need to upgrdae the OBP Version else ?
    Thanks
    Rajan

    Hi
    In thee same ref. I would like to know the comand from OS/Bash prompt so that I can write the script in which it will compare the values and alert me accordingly.
    In case sc> prompt there is commnand "show environment" which give all details.
    Thanks
    Rajan

  • How to forward a work item from user inbox

    Hello,
    We are trying to find a way to remove work items from a users inbox. the workitem has not been opened
    and also it is possible that the work item is in more than 1 users inbox.
    we want to remove the work item from only the 1 user and leave the work item in the other user's inbox.
    Regards
    Gaurav Maini

    Hi ,
    U can see the workitem of the user by the table SWWUSERWI giving user id.
    select the workitem id.
    Go to the transcation SWIA.
    Forward the workitem to your inbox.
    This will not appear in user inbox anymore
    Regards
    Pranab

Maybe you are looking for

  • Macs: Export to Word fails

    Take one simple Word file containing one line...      simple document. On MacOS I'm using Word 2008. Export this file as a PDF - this appears to use the native Mac PDF export. Open PDF with Acrobat DC and attempt to export as a Word - or any complex

  • Email Script only using Flash. Not Using Asp,Php

    Hi, Thanks in Advance. Hi i want the script mailing directly from flash(swf ) to the id where we mention not using any php,asp only using Screenweaver Third Party Plugin Any Idea on this ISSue. AnyOne Can Help Kindly. Awaiting For your reply mail. R.

  • Lost iphoto albums

    I suddenly lost or seem to have lost all the pictures and photographs I had on my iphoto albums. Wonder what happened. I did not do anything. How can I find the albums and retrieve my photographs that I had on my iphoto albums?

  • Hp 309c not scanning to mac 10.6.8

    Hi There, my HP Photoshop all in one c309a rarely scans for me since I purchased it. It will not scan from my mac book pro but will scan to a usd stick. When trying to scan from the printer it comes up with "unknown error" Sometimes in the Mac it clo

  • Need clarification on F.13

    Hi All. Can we schedule F.13 in the background mode? is there any harm to scedule to background mode? Thanks Chinna