Help on:SAP Workflow mass or batch approval

Dear Experts,
In my current project, I got a requirement that client want to approve training course registration requests in batch.
e.g. Person A created a request and one workitem created, person B created another request and another worktime created.
And two workitems are sent to one manager,and the manager wants to approve all the requests at one time.
I want to approve using Java WD from UWL. And I know a soultion: write program to collect all the workitems sent to this manager and complete all the items by program.
And belows are my questions:
1. The solution I mentioned above, is it possible? If someboby done it before, give me some hint please.
2. Is there any other better soultion or best solution for mass / batch workflow items approve? If If someboby done it before, also give me some hint please.
I appreciate any of your replys.
Thanks and regards,
Chen Jian
Edited by: Jian Chen on May 18, 2010 11:47 PM
Edited by: Jian Chen on May 18, 2010 11:48 PM

Hi,
I agree with Rick. Altought I am not sure where the workitems_to_object function is needed.
I would probably first get all the work items that the user has. So, when the WD application opens, you should get all the work items with the function X (X=probably the same function that the UWL itself uses to get the work items of the user (I don't remember it, but you can find it easily with RFC trace when openin UWL)). Then just filter all the course registration items. Get the course details based on the items, and then use the decision_complete function for the work items. And remember to take care of substitutes items too (if needed).
And if you still want to use the standard decision functionality (that you are probably curently using?), that is OK - you can add a new action (=button to the UWL) to the course registration task - for example "Mass approval" - and with this you can launch your new custom WD application.
In general you might want to check how the course registrations are approved currently and use the same function/method to do it from your application, but on the other hand if you are using the standard decision spep, you might not want to change anything.
Regards,
Karri

Similar Messages

  • Help on SAP Workflow

    Can anyone help me with a ppt presentation on SAP workflow as I am new to it
    Thanks
    Debasis

    Hi,
    Check the following and kindly reward points by clicking the star on the left of reply,if you find the reply as useful.
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html

  • How to route the information to approver with out involving sap workflows.

    Hi Developers,
    i have a doubt regarding how the requester filled form information will be send to approver with out involving SAP workflows in the portal.
    Normally i know the procedure where users fills the form with the approver details, the filled information is routed to approver UWL by trigerring a function module thru webdynpro.
    But i need to know is there any procedure to route the information without involving any backends.
    Thanks in Advance.

    Michele is correct - sneep will help you get the serial from the running domain on the M3000 ,
    and it is a good idea to install STB on your machines.
    If that isn't possible for you, then sneep can be downloaded directly from [http://www.sun.com/sneep]
    I believe that on this platform, sneep gets the serial from the output of prtconf.
    There is a minor correction to be made :
    After installed SNEEP use "man sneep" for all technical details.The sneep man page is not linked into the shared man pages, so you need to use
    man -M /opt/SUNWsneep/man sneep
    with out going to OK prompt (Banner)It is worth noting that the serial shown in the OBP banner is not the product serial
    that you will find on the physical serial tag.
    The banner "serial" is the decimal equivalent of the host ID, which you normally get in hexadecimal from the "hostid" command.

  • SAP Workflow and GRC 10.1 Workflow

    Hi all,
        We are in the midst of upgrading our GRC system up to 10.1 and some questions are coming up about the workflows.  In short are GRC workflows and SAP workflows the "same thing", i.e. if someone outside of the upgrade project were to learn how to create/maintain workflows within GRC 10.1 would they be able to turn around and run the same transactions within an ECC 6.0 environment and create SAP Business workflows?  From what I have seen so far in my searching is that, they have the same basic principle but very different implementation/maintenance.
    Any documentation that you are aware of from SAP showing this would be helpful as well.
    Thanks

    The basic mechanism is the same, but the GRC workflows are more fixed (they leave less room for the workflow to be changed) have build in screens, and relay on the BRF engine to determine approvers etc.
    Workflows in the ECC give you a lot more room for implanting the workflow however you wish (use a decision task, asynchronous tasks, develop your own custom approval screen etc.) and some time required you to implement changes to the workflow object (set a user status, release a document etc.) and don't usually use the BRF.
    So I would have to say that the answer is no, someone who learned how to implement the GRC workflows will not be able to turn around and immediately create workflows in the ECC.  

  • Urgent: Workflow for travel plan approval

    Hi all, can anyone tell me is there any standard workflow for travel plan approval??
    also let me is there any standard workflow for plant maintenance??
    thanks in advance
    with regards,
    Raj

    Check this out....
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d5/202038541ec006e10000009b38f8cf/frameset.htm
    -Pinkle

  • Polling for files using SAP workflow

    Hi all. First of all, I am not sure if this is the correct forum for this question.. Please let me know if it needs to be moved.
    I need to know if it is possible to use SAP Workflow to keep looking (polling) for files in a certain directory? I know I can do this in XI, but need to know if the same capability is available within Workflow? If it is possible, can anyone tell me how / where to find the information on how to do it?
    Any help is greatly appreciated.
    Cheers,
    Thomas

    Hi- Both the ways are possible
    1. Extended Notification (you need to configure and schedule prog.) which will send email automatically to outlook (based on user's mail id in SU01D) whenever the approver receives new approval task and the email will have link to Approve/Reject (based on the underlying WF step). When approver clicks on the link, it will ask for user id/pwd and approver can take decision
    2. You can also send plain email notification in WF using mail step to outlook and based on the mail, approver can take action from inbox
    Vinoth

  • Workflow for Time-Sheet Approval through ESS  in Portal

    Hi,
    We want to implement Workflow for Time-Sheet Approval through ESS in Portal.
    Can you please tell in detail what configurations are needed to be done in portal like UWL?
    Please explain in detail.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Nov 19, 2009 10:31 AM

    Hi,
    Solved.
    Re: How to Configure UWL in Portal
    http://help.sap.com/saphelp_erp2005/helpdata/en/ca/115e4088dc0272e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    Thanks,
    Rajani

  • How can mass create batch classification for many material batches? ?

    Hi Experts,
    In our system , there are so many material batches which have not been classified,see by
    BMBC Tcode.
    That means these batches has no values in the batch class. I know we can create
    classification for these batches with MSC2N Tcode.
    But there are so many batches  which have not been classified,more then 2000.
    It is not possible to create classification for every batch with with MSC2N once a time.
    So how can I create batch classification for so many batches once a time?
    How can I mass create batch classification for so many batches??
    Thanks for any reply!

    Hi,
    Please be aware that SAP does not support the use of batch
    input in the classification system. SAP recommends you use BAPI's for
    example in your case BAPI BAPI_OBJCL_CREATE and BAPI_OBJCL_CHANGE
    would be able to help. For more information, please have a look at the
    note: 943559 - Point 2 and 13. Point 13 references the note 1083986.
    I hope this helps!.
    Best Regards,
    Arminda Jack

  • SAP Workflow Scenarios

    Dear all,
    We are planning to implement SAP workflow, for the creation of material master and info record of the materials. We are using SAP 4.7 version. Can you give me any idea or hint about how we can configure these cases. Is there any standard workflow on SAP?  If you can also send me documents or web address would be appreciate.
    Thank you for your help
    Melih

    Yes there is and you might not need any help from a workflow professional if you are trying to keep it simple
    Use the following links. They are of great help
    Link: [http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf.]
    Link :[http://www.sapdb.info/sap-workflow-scenarios/]
    link: [http://****************/Tutorials/Workflow/Workflow.htm]

  • SAP  workflow for purchase requisition and purchase  order

    Hello  Sap Workflow,
    Can you  please help me on  building workflow for purchase requisition and  purchase order    with  the necessary screen shots  ?
    your quick response  will be greatly appreciated.
    Thanks in Advance

    Hi,
    Please check http://help.sap.com .
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/04/92761846f311d189470000e829fbbd/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/04/92775546f311d189470000e829fbbd/frameset.htm
    Configuration guides are available in SAP Solution Manager.
    Regards,
    Masa

  • Workflow-status is awaiting approval for rejected item

    Hello,
    I am working on SRM 5.5. Extended classic scenario.
    I have implemented the workflow WS1400133 for 3-step SC approval ( using the corresponding BADI) .
    I have an issue , where, if the shopping cart is rejected by one of the approvers, then the approval overview shows result : REJECTED , however, the approval status in the ( approval transaction) , shows the workflow status as 'AWATING APPROVAL'.
    So, the user cannot modify the shopping cart to resubmit for approval.
    Any inputs as to why this is happening and any solution to this ?
    Thanks in advance,
    Aravind Nair.

    Hi Arvind,
      When the SC is rejected ,the total value fo the SC becomes 0.Have you set the  parameter "no_further_approval_needed" for this condition(for rej items)?
      ALso refer the note 790027.Hope this helps.
    Regards,
    Disha.
    PLs reward points for helpful answers

  • PO workflow showing status as APPROVED.. but in Oracle status is"IN PROCESS

    In Our 11i , one of the PO workflow showing status as APPROVED.. but in Oracle Still showing the status as "IN PROCESS".. could you Please suggest solution...?

    Hi,
    What is the application release?
    Please see if these docs help.
    Troubleshooting Purchasing Approval for Documents in "IN PROCESS" or "Pre-Approved" Status [ID 225017.1]
    How To Diagnose An Issue In Requester Change Order Processing [ID 453551.1]      
    How To Reset a Document From In Process or Pre-Approved To Incomplete/Requires Reapproval For Isolated Cases [ID 390023.1]
    Thanks,
    Hussein

  • Workflow for Service Bill Approval.

    Is there any Standard task or workflow available in SAP system for Service Bill approval?Please suggest.

    Then it is time you read the forum guidelines, especially on how to ask questions in the forum.
    For one thing try to explain a bit more, I for one have no idea what short excess is or where to find it in SAP.
    Regards,
    Martin

  • SAP Workflow

    Dear Gurus,
    Can anyone tell me where to get the SAP Workflow Manuals.....for release strategies PO/PR
    cheers
    Usman

    Hi,
    Refer to
    http://help.sap.com/search/highlightContent.jsp
    http://help.sap.com/search/highlightContent.jsp
    Hope this helps.
    Regards,
    Shilpa

  • SAP Workflow: how to integrate html forms

    Hello.
    I have to built up a workflow, which starts with an ABAP report. This ABAP Report selects a number of persons and then an email is sent to these persons. A hyperlink should be in this email and the person should click at the hyperlink, which opens an html-form. In this html-form some data is filled in and then is sent to our SAP HR system where we start again an apab report.
    My questions:
    1) is this a typical process for SAP Workflow?
    2) What pre-conditions regarding our SAP HR system do we have (do we need ITS)? Where can I find an example for such a workflow with html-form?
    3) Is this state of the art? Please tell me some SAP keywords that I can continue my investigation.
    Thanks a lot.

    Hi,
    Then, you should activate Workflow Extended Notification component.
    http://help.sap.com/saphelp_nw04/helpdata/en/d5/581ee8d56f1247bf34cfcd66d16d81/frameset.htm
    Regards,

Maybe you are looking for

  • How to add another Planning Server to the Shared Connections?

    Hi, This is for version 11.1.2.1.103 Currently all of our users use Planning in Prod environment. I would like to open the UAT environment to a smaller set of users. UAT environment is in our Test environment. I couldn't figure it how to add the UAT

  • Help: how to change shortcuts in active standby mo...

    i want to replace some of the shortcuts by others at active standby mode on N82. does anybody know the solution since i can not find the API to do that. thanks,

  • Specific Browsers not displaying iWeb Blog Entries...

    As of this morning, Firefox AND Safari are not displaying a month's worth of entries. They start back in April, but nothing more current. Google's Chrome does show everything properly. I dumped the cache and history of the browsers and re-published i

  • Hard awt problem.

    Introduction: An applet opens a modal java.awt.Dialog. The dialog contains a grid for displaying data. When the dialog is opened a separate thread is fetching data from the server. When the data arrives it is displayed in the grid in the dialog. The

  • Multible Returns in a Macro

    Hi, I´m dealing with some stereoscopic footage, and I´m trying to create some macros for stereoscopic compositing. The functionality is done, but I can´t figure out, how to make a macro with two outputs (left and right image). Shake only allows one r