Problem linking business workflow with ad-hoc request

Hi All,
I have a problem in creating a subprocess from a business workflow in UWL.  Usually when you create a new ad-hoc request it will pop up an information saying that there is a subsequent process running.
But if i create the ad-hoc approval request from an existing business workflow (r/3 workflow) it will not give you this confirmation.  Thus when i try to approve or reject it will give me an error message, because it can't find the parent task.
Has anyone knows how to fix this? Are we missing some configuration here then the standard UWL configuration? Do we have to install collaboration feature to make this function work?  If yes, then how do we know if we have it in our portal, i mean how to look for it? because i'm continuing someone elses work so i don't know what has been installed.
Thanks & Regards,
Rizky

Hi
When "Advance routing" is used for Task assignment; the task service asserts the folllowing fact types : Task, PreviousOutcome and TaskAction to the rules engine. These facts gives all the reqd info about the task (like outcome of the participant, task stage .. etc)
Now in the defined ruleset; we can have rules as per our requirement that can extract info from the asserted fact types and assign task to the required/next participant.
Also note that we write the advance rules for exception cases only.
For example; let's say all participants have 2 possible Outcomes [COMPLETE, RECHECK]. We have defined the ideal task routing flow as :
Participant A -> Participant B -> Participant C. This is the flow when all participant selects "COMPLETE"
Now suppose B selects outcome as "RECHECK" then the task shld move back to A. So for this case only we need to write a advance rule.
Pls refer to the code sample at : http://download.oracle.com/technology/sample_code/hwf/workflow-106-IterativeDesign.zip
Also dev guide : refer to section 28.3.7.2 http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_hwfmodel.htm#BABBFEJJ
Thanks
Edited by: Kania on May 19, 2010 2:41 AM

Similar Messages

  • How to link Business Place with plant

    Dear Expert,
    We are getting Business Place wise FBL3N report for Vat Payable GL code.
    We have created Business Place under Extended Witholding Tax tab.
    We are generating tax invoice in different plant.
    But how to link Business Place with plant so that FBL3N report will show Business place.
    Regards,
    Alok

    You can't make an entry directly to production server.
    You have to make the changes in Dev server then transport it to production server.
    Try the follow path
    SPRO-IMG-Cross-Application Components-General Application Functions-Place of Business-Assign Business Places to Plants.

  • Problem while Integrating workflow with OID.

    Hi I have a problem with integrating workflow with OID.I must execute the wf_ldap.synch_all() but I couldn't find WF_LDAP package body in the database.There is only package specification.How I can restore the wf_ldap package.
    Thanks for help..

    The file WFLDAPB.pls should be used to recreate the package body for WF_LDAP (this file is in the wf/sql directory).

  • Problem starting a workflow with a timed event.

    Hi all,
    I am trying to start a workflow with a timed event this way,
    Start Date Expression: StringToDate("20:09", "HH:mm")
    Reschedule: 1 day
    I save the workflow at 20:07, but nothing happens at 20:09.
    Any hints?
    Thanks in advance.

    Hi Thomas,
    Wf-XML was implemented when XI wasn't even a glint in SAP's eye. The message arrives in the SAP Web AS and triggers a workflow directly (or responds to an incoming workflow request message).
    Exception: prior to the 6.10 release of the Web AS the incoming messages are received in an ITS.
    Best regards,
    Alan

  • Problem using workflow with ess leave requests

    Hello, I have been experiencing some problems using wf for approval with leave request in ess.
    I customized ws12300111 for request approval and it is working fine. But when we try to cancel a request in ess, there are strange things happening:
    - If the request is in status sent: the workflow gets in error.
    - If the request is already in db: it starts a new workflow (ws12300111).
    We don't want this because we have customized ws12300111 only for new requests. I have tried to customize absences in SPRO so that onlu new requests start the WS12300111, Onlu new requests have the workflow field filled with 12300111, but even like that, the WS12300111 starts whenever that is a cancelling or modification of a request.
    I have also tried using a different workflow for canceliing (WS12400007), but in this case there is an error in ess when we try to submit.
    This is really annoying, I have tried everything...

    Hello,
    "If the request is in status sent: the workflow gets in error."
    Please always say what the error is.
    " If the request is already in db: it starts a new workflow (ws12300111"
    You first have to find out how this is done. Look in SWEL, it's probably via some sort of CHANGED event.
    regards
    Rick Bakker
    hanabi technology

  • Business Service with multiple HTTP Request Methods

    hi all -
    I'm new to OSB and trying to prototype a solution. I have a service provider that exposes a number of HTTP operations (GET/PUT/POST/DELETE). It's a JAX-RS implementation.
    I was looking to create 1 proxy service and 1 business service for that service provider. But, within my business service, I must chose a 'HTTP Request Method' and it allows only 1 type (either GET, PUT, POST, DELETE). So, I have something working, but only for a single type (POST in my prototype). I figure I could create more proxy and business services for the other HTTP Request Methods, but I'm not sure if this is the correct approach (design/architecture).
    My other thought was to create a proxy service to front the service provider, but looking at the documentation, it looks like there should be a business service for each proxy service. If it's possible to use a proxy service without a business service to mediate the service provider, where would I add my URLs for the service provider in the proxy service.
    My apologies on the 2 part architecture/design question. I thought the group would help with getting me started.
    thanks jim

    Hi,
    Frankly I dont know too much on this topic but following links may help you:
    http://help.sap.com/saphelp_nw04/helpdata/en/25/dda73e5b7a424de10000000a114084/frameset.htm
    Troubleshooting ICF: http://help.sap.com/saphelp_nw04/helpdata/en/80/b2dd3a6dac703be10000000a11405a/content.htm
    Possibly experts in this forum will be able to help you:  Application Server->Internet Transaction Server (ITS)
    Regards,
    Gourav

  • How to LInk Business Object with Portal

    HI,
    My exact requirement is that i want to trigger a event of BUS10001006 business object through Portal. In Portal i have an iview with a parameter and a Delete button. I enter the Material number and then press the delete button. On Trigger of delete button a BO event shoud trigger which in turn will trigger the Workflow.
    The Workflow part is done but we are not sure how to link the BO/event of BO with Portal so that it triggers workflow.
    Regards
    Naveen Gupta

    BOBJ integration into portal is in NO WAY similar to ESS business package deployment. For that matter, it is not a business package at all.
    BOBJ itself is a web based application that interfaces with BW to retrieve different types of reports. So for the integration with SAP Portal you would not need to deploy any content (Except a few par files) on the portal.
    Basically, for BOBJ integration you would have two options:
    1. Integration using the iview template or URL iviews
    2. KM Based integration
    This topic has been discussed many a times and there is lot of information out there on SDN.
    You can start with the following link:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    Please revert if you have any specific questions.
    Thanks,
    Shanti

  • Link business document with an existing archive when processing an IDoc

    Hi Gurus,
    I am trying to configure the linkage (Archivelink) of existing archive documents to new business documents created by processing an IDoc. Is there a standard parameterization that allows to input the Archivelink signature during the Business document creation process ?
    Many thanks in advance,
    Guillaume Secco

    I don't see what the problem is with printing to PDF using the Adobe PDF printer as you did with the other tool. Then open your new Excel PDF and do the same process as before (assuming it worked for you). Just go to the Tools>Interactive and add a button field (I assume this is what you did before) and put the file there. At least give it a try as I think that is what you said you used to do.

  • Linking Oracle Workflow with Oracle Applications

    Hi All,
    I have created a workflow file using Oracle Workflow Builder but dont know how to link it with Oracle Applications.
    Can someone help me by giving the step by step process involved to link the wft file with my oracle application.
    Thanx in Advance.
    K.K.Prasadh

    Hi
    Things ar not clear .
    If it is new workflow , then you will have to modify the application to use the
    workflow. I do not think you want to do that. You need to set up attributes
    of the workflow and create process using Oracle flow routine.
    If you want modify the existing workflow , You need the open the existing
    workflow and modify without changing the itemtype. If you create a new process
    in this item type the you have to assign the process in Account window
    in Oracle application.
    I hope this will help you.
    Deepak
    [email protected]

  • Link business area with cost centers

    hi sap guru's
    my doubt is we have 4 business areas and 60 cost centers how to link this
    Regards
    A.soma
    Please, avoid asking basic questions

    Through the business area entry in cost center master data

  • Problem linking z1 wirelessly with the computer

    the phone connects to  the computer wirelessly but it disconnects itself without warning after a short period ( 5 to 10 minutes i think) how to solve this strange problem??????

    Contact your local Xperia care
    http://www.sonymobile.com/global-en/support/contact-us/
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Problems linking Web Outlook with Thunderbird portable

    Hello, all...
    Look, I'm getting really sick of having to have security codes being sent to other email addresses for verification.  Especially since I travel a lot and use different IPs all over the country and have Thunderbird stored on a portableapps.com drive.
    I also sometimes use a VPN where the IP is also dynamic.
    Is there any way to opt out totally of all this paranoid nonsense?  It is REALLY getting in the way.
    Any help would be appreciated, thanks...

    Hi,
    By Web Outlook, do you mean Outlook.com?
    As far as I know, there are various methods to verify your account, as this doesn't seem like an Outlook client question, for more details please post the question in Outlook.com forum below:
    http://answers.microsoft.com/en-us/outlook_com
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Extended Notifications for SAP Business Workflow

    Hi expert,
    i need your help!!
    i have configured the "Extended Notifications for SAP Business Workflow" with the tnx SWNADMIN and this was successful. I can write emails, but i can read this only on SAP GUI with the tnx SOST. I don't receive email on my email-address.
    can you say me, where is the problem?
    Thank you in advance
    marcel

    Hi Marcel
    Rope in your Basis Guy!
    Basically, your Extended notif part is working fine..... emails reaching SOST is proof. Going out of SAP may need basis config.
    What do you see, a yellow triangle or a red light in SOST?
    Regards,
    Modak

  • SAP Business Workflow and The Workflow Reference Model

    Hi Experts,
    I try to map the Business Workflow with the Workflow Reference Model of WfMC.
    Interface 3 represents the communication of SAP's Workflow Engine with "Invoked (external) Applications".
    My Questions are:
    - which applications, tools can be invoked (Webservices, Group Ware Products)
    - and which component realizes Interface 3?
      (can I say that interface 3 is realized with different steps like web-activity,
    or the normal activity-step (WebFlow Service Handler) ? )
    Or is there a certain technology that is representative for realization of interface 3 ?  e.g. WfXML or SOAP?
    Thanks in advance
    Stefen

    Hi Dominique,
    FYI. SAP Fiori Approve Requests uses task processing service. This may help.
    How to display application data in SAP Fiori Approve Requests app
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Business workflow offline forms

    Hi!
    My question is: Is there any posibility to start a process in the R/3 Business Workflow with Offline Forms like in Guided Procedures with Interactive Forms sent by E-Mail. I know it's possible to start a process or work on a workitem with web-forms, but therefor you still have to be "online" to proceed. The advantage of Guided Procedures with InteractiveForms is, that the procesor does not have to be connected to the net or the system to execute the workitem - he works on it and the result is sent by E-mail when he is "online" again. So the question is, if this is possible with Business Workflow, too.

    That would work. This is why we added support to PDFs in FormsCentral, so that you can fill out the form while offline, save the form so you dont have to fill it out in one setting and submit when you have Internet connection. You can definitely save the PDF on the device and submit once connected again later.
    The problem your client will encounter is that they will need to save the each PDF on the device and start with a new PDF for each filler.
    The workflow would look like this
    - Have the PDF in Acrobat Mobile on your device (empty form)
    - When someone is ready to fill the form make a copy/duplicate of the empty form in Acrobat Mobile and save it under a different name
    - Fill out the copy and save the PDF
    - Reapet for each filler
    At the end of the day, once you have wifi, open each PDF and submit them individually.
    Hope this helps
    Gen

Maybe you are looking for

  • Crystal Reports Web Services

    I am brand new to Crystal Reports.  I am actually only using a demo version to see if it can do what i want it to.  I have a web based database software that i am using.  The reporting functionality with this software is very limited.  I wanted to "c

  • HAVE AS MANY ROWS AS I HAVE DAYS IN A MONTH

    Hi, im facing a big issue ... I must create a query that ask for a month and find how many days I have on that month and after, I must have as many rows as I have days .... example :  april = 30 days = 30 rows ( one for each day from 1 to 30 ) Any wa

  • OSB MFL UTF-8 Issue

    I'm having a similar issue as in the discussion linked below: https://community.oracle.com/thread/3554623 I have a Binary to XML MFL setup, with UTF-8 codepage set for each field and as Default MFL Encoding (File->Properties in Format Builder) set to

  • How to create secondary indexes in DB2e from MI

    Hello, we need to create secondary indexes in the DB2e SyncBO tables for a SynBO containing several thousands entries. We create it manually and works fine, but we have to distribute this to every user (about 300). Is there a way to distribuite this

  • IPhone Developer Connection Problem

    please help i am desperate i just spent 100 dollars today on apple's developer license to distribute an app that i have been working on since last xmas i finally got the license and when i got the activation code i clicked it then it said it was inva