Workflow Requirement - PO

Hi
I am new to workflow and i am having one requirement.
Business Objective:
Currently, the buyer can modify the per unit price negotiated with the vendor and input the new value whlie creating a PO. The organization intends to stop this practice and introduce an approval process for such changes.
Requirements:
The buyer, when creating the PO, will have an option of requesting an increase in the unit price. This request has to be enabled through a single click, leading to the following set of activities -
     a) He should have a field provided to him, where he can input the new price he has agreed with the vendor on
     b) This new price should go out as a mail through Outlook, to a predesignated id (or set of ids, typically the buyer's manager), with text reading ..
          "Buyer X has requested change in price of SKU 123, for vendor A, from its current price of P1 to the new price of P2".
     c) This mail will be in the Outlook inbox of the manager. The mail will have an "approve" / "reject" option with the option of providing comments (the "comments" part is not critical at this moment).
          - Once "approved" by the manager, the new price is populated in the info-record for the SKU-Vendor combination and an auto mail through Outlook, is triggered to the buyer who requested price change
          - If "rejected" a mail should go out ot the buyer who requested price change informing him of the rejection. This mail should go out automatically upon "rejecting"
Can anyone tell me how to proceed step-by-step, pleaseeeeeeeeee......
Thanks,
Sivananda

Hi SP,
Find a BADi which has the communication of PO table EKKO & EKPO.
In that find the fields where the PO old value and new value are stored. In that BADi call the function
SAP_WAPI_CREATE_EVENT and pass these values as event parameters.
In workflow get them back in a workflow container and send those values with the desired text as mail.
For sending mail to outlook, some configuration are to be maintained by basis.
Check SAP help for this.
Regarding get approve/reject options on outlook, there are three ways you can achieve it.
1. Outlook itself provides this option. you need to find a way to enable it through SAP and get the results back to workflow.
2. There is middle you need to use to get the user decision task in your outlook.
3. You can send a shortcut to user using which he can log into SAP inbox and approve or reject the price change.
Regards,
- Raj

Similar Messages

  • Workflow Requirement

    Hi,
    Scenario: An idoc is in error mode, a message has to be sent to a user, when the user checks the workitem in his inbox, able to modify the idoc data in we02 and able to reprocess the idoc in foreground mode.
    How this requirement can be implemented using workflow.
    Your response will be highly appreciated.
    Thanks in advance.
    Indira.

    If my understanding is correct, you want to send a mail notification to the user regarding some issue, once the user checks the mail, you want to reprocess the idoc in forground.
    It can be handled as follows.
    1. Trigger a workflow if your idoc comes to error mode. Then the workflow sends a workitem to his inbox with all necessary details of the object.(Use the method existencecheck of the object system in BOR and create a task for this as the first workflow step). With this the user gets an inbox workitem.
    2. Take care that once the user executes the workitem, it should ask for "confirm end of processing". If he checks, then proceed in the workflow to the second step which will be reprocessing the idoc. For this create a task for a dummy method having the abap code to reprocess the idoc.
    3. The pre requisites would be the triggering point or event for the workflow and abap code for the dummy method to start reprocessing.
    Please feel free to mail me on [email protected]
    regards,
    Sandeep Josyula
    *Mark helpful answers.

  • Workflow Requirement on sales order change

    Hi all,
    I have been assigned to a workflow object where if there is a change in sales order VA02 the mail should be send to external gmail id and SBWP ( sap inbox ). Now using tcode SWELS, i have captured business object that is BUS2032 and in that business object there is a event changed and method is also there. Now how should i proceed with this development ? Where i will have to have mention my workflow no that whenever any change in SO , the workflow get triggered? I have created node HTTP in SCOT tcode ...still mail is now going to gmail id,why is it so?
    Please help me out
    Thanks
    Parag

    Hi,
    Now how should i proceed with this development ?
    1) Goto SWDD, in the Basic Data > Start event, map the event for that BO
    2) In the workflow Create a 'Send Mail' Step' to send the external Mail
    First Understand the workflow and its concept from the [link1|https://wiki.sdn.sap.com/wiki/x/0qo] [link2|http://help.sap.com/printdocu/core/print46c/en/data/pdf/PSWFL/PSWFL.pdf] [link3|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bbdb3c-d640-2a10-d3b2-e4d9b90536a6] & [Link4|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cef150-e18d-2a10-e998-f16f7ec1cd9f], then build your workflow
    Where i will have to have mention my workflow no that whenever any change in
    SO , the workflow get triggered?
    Once you map the BO and Event in the, Basic Data > Start event, workflow will trigger automatically
    I have created node HTTP in SCOT tcode ...still mail is now going to gmail id,
    why is it so?
    Did you already created the workflow? If yes can you explain, where you facing the problem
    Regards,
    Surjith

  • Workflow Required for Service Entry release

    Hi !,
    Can anyone help me out by provide input as i want to have a workflow to be generated based on a Text feild (Sap Login ID) which user will be entering in a Text feild in Service Entry Sheet. What it should do is :
    1. Should Validate with my provided list of Approved Users. (Separate table entry to be maintained with reqd T-code).
    2. Mail to be triggered to his(Approver) SAP and Outlook ID for the release to be made with Document Information.
    3. He Should be able to Approve / Release through Workflow.
    4. Creator should be informed for the Approval Done.
    Please forward your comments.
    MM

    Please check these helpfull links:
    workflow for service entry sheet(ML81N)
    Re: Workflow Template(WS) or Workflow Task(TS) for Service Acceptance (SES)
    Re: Workflow issue on service receipting
    Service Entry Sheet Workflow
    Edited by: Afshad Irani on Jun 3, 2010 2:48 PM

  • SharePoint 2013 workflows requires site level contribute access or higher

    I have a SP 2013 workflow on a list that resides on the root of the site collection.  All users have
    contribute rights to this list, to the
    Workflow Tasks list, and to the Tasks list.  But all general users have only READ level access to the site. 
    If users go to the list, click on any item and either try to initiate a workflow or check status of a workflow (by clicking "..." and choose workflows or check item checkbox and choose workflows from ribbon), they get an error of "This site
    has not been shared with you" as it tried to bring the user to http://<root site collection>/_layouts/15/workflow.aspx
    I have tried this with a custom workflow, an out of the box workflow and the result is the same every time.  However by granting any user CONTRIBUTE level access to the site resolves the issue immediately.  I have also gone back and tried this
    on a SP 2010 VM and this was not an issue then.  You could do the same thing in 2010 with only read level access to the site.
    So is this a limitation now with 2013 or a bug???  Surely, the system can't expect that a user needs contribute level access to the entire site just to initiate a workflow of one list.
    Please advise.
    *This READ level access is very important because the root site is extremely publishing heavy and needs to be controlled and maintained by only a select group of users - not everyone that needs access to the workflow.

    I went into the masterpage gallery library and added the users to the read permission level.  They are still having the same issue.
    Thanks,
    Jesse
    Jesse A. Brandenburg

  • Is Oracle Workflow required to execute OWB schedules?

    Hi,
    I want to create and deploy a schedule in OWB 10gR2 to automatically run my OWB process flow every week. I would like to know
    1) Whether I need to install Oracle workflow too in order to execute the process flow as per the schedule created?
    2) If not, how does the OWB scheduler work?
    3) Also, if the scheduled proces flow terminates due to some error, how do I resume executing it from the point of termination after correcting the error?
    Thanks
    Amit

    Hi Amit,
    1. Is the workflow monitor a standard part of Oracle workflow,or does one need a separate license for it?All parts Oracle workflow (workflow server, workflow monitor, workflow builder) licensed with Oracle database licenses,
    so if you buy Oracle database you can use workflow components without any limitations.
    2. In your approach, you had mentioned that there should be no transitions for error, but I would like to send an email notification to the DW administrator incase of an error before suspending the process flow.My recomendation is to use additional PL/SQL procedure which will executed periodically (for example every 30 minutes, scheduled with DBMS_JOBS/DBMS_SCHEDULER),
    in this procedure you can use query on OWB public view (ALL_RT_AUDIT_EXECUTIONS) or workflow repository views/tables
    for identification failed steps/mappings (if you decide to use OWB public view) or "stucked" processflow (if you will use workflow views/tables,
    algorithm of identification stucked processflow you can see in workflow PL/SQL package WF_ENGINE, procedure ProcessStuckProcess).
    Using post-mapping is more expensive because you need modify each mapping which you want to monitor for fails.
    Example of query for identifiaction failed steps (PL/SQL prcoedures and mappings) within period of time datetime1..datetime2 with ALL_RT_AUDIT_EXECUTIONS
    select * from ALL_RT_AUDIT_EXECUTIONS where task_type in ('PLSQL','PLSQLProcedure')
    and NOT (return_result is null or return_result='OK') and :datetime1<=created_on and created_on<:datetime2
    Regards,
    Oleg

  • Unique workflow requirement

    Dear Experts,
    I am designing a work flow for Delegation requests at one of my client location. The work flow path is as follows
    Requester -> Role Owner-> Security Admin
    The requester will be raising a request for some other user to whom he is delegating the work.
    Now the problem is client requires that only the roles of the Requester should be available for selection for this particular Request type. Model My Access By feature is not of much use as the requester can select ANY user id.
    I am had thought of initially disabling the role selection option for end user, but it will applicable to all the Request types so again not acceptable.
    Experts please give suggestions

    Hi Frank,
    We are already attaching a Firefighter Id at the security Admin Stage. What the client is expecting is preventive control which is not quite possible in CUP.
    Any other suggestion which you could think?
    Thanks for the reply though.
    Regards,
    P Thompson

  • Filenet workflow requirement

    Hello Experts
    Please help me solve the following challenge.
    We have an early archiving scenario where images are scanned by an end user in FILENET.
    I have linked my custom workflow template to the ASSIGNED event of business object IMAGE.
    The expectation is that whenever an image comes into SAP from filenet via TASK 30001128, the custom workflow should get triggered and work item with the image link should be created in user inbox.
    I am testing this by simualting the event IMAGE->ASSIGNED using transaction SWU0.
    The image linkage is active on the workflow template.
    However no work item gets created and the event simulation log shows message.
    WSXXXXX - successfully started.
    TS30001128 -
    Task ID                      TS30001128                                      
    Name                         ImageAssignE                                    
    Description                  Enter document for document type                
    Type                         Standard task                                   
    Version                      0000                                            
    Validity                     01.01.1900 - 31.12.9999                         
    Changed on                   00.00.00                                        
    Event object type            IMAGE ASSIGNED                                                                               
    Error                                                                        
    I        Result dependent on a check function module                         
    Please point me in the right direction as this solution is very critical for us.
    Points will surely be granted

    Check in SWETYPV for the activated worflow if there is any check function module linked and it may be raising an exception.
    Also make sure "TS30001128" Agent Attributes is maintained as "General Task".

  • Which version of Oracle workflow is required for owb 11.2 process flow.

    Hi,
    I want to implement process flow for my mapping.
    But I am getting error as,
    "The connection was succesful but failed to retrive workflow version."
    Also OWF_MGR user is not created.
    Database is oracle 11g on RHEL
    and standalone OWB 11.2 on Windows.
    Do I need to create user owf_mgr which have schema for workflow objects?
    Also which version of oracle workflow required for process flow. Do I need to install
    Oracle Workflow server at Oracle db server or it ll get installed with 11g.
    Where I ll get the details steps to implement process flow from scratch.
    Please help.
    Edited by: TN on 21 Nov, 2011 6:01 AM

    Hi,
    I checked in dba_user and do not find owf_mgr in it so I created owf_user and grant himexecute any procedure and a role owb_user.
    When I did not get table wf_resources in owf_mgr schema, I try to run wfinstall.bat on stand alone owb 11.2.
    But I got the following error,
    ORA-00942: table or view does not exist and execution terminated.
    Details from log file is as,
    Workflow Configuration Assistant 2.6.4.0.0 - Windows Vista
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Jan 03 13:07:02 IST 2012
    WorkflowCA:
    WorkflowCA: Screen width -1366-, screen height -768-
    WorkflowCA:
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYS
    WorkflowCA: SYS account connects successfully.
    WorkflowCA: Embedded Workflow check completed successfully
    WorkflowCA: Workflow schema already exist, Workflow Configuration Assistant will upgrade existing schema instead.
    WorkflowCA:
    WorkflowCA: Account connection test for Workflow
    WorkflowCA: Workflowaccount connects successfully.
    WorkflowCA:
    WorkflowCA: Checking existing Workflow version
    java.sql.SQLException: ORA-00942: table or view does not exist
    Please help.

  • One doubt on CRM Workflow.

    Hi All,
    I have a clarification to be made.
    Below are some requirements from a CRM project. Now we are planning to train some one to handle this part and essentialy his role is on Workflow. Now my doubt is whether this person should take CRM training or workflow training? One thing to note here is that the person does not have any CRM background also. So my question is whether this person needs to take Workflow training or CRM training( I am not sure whether CRM training has workflow in it) or something else(meaning first CRM and then Workflow, since the project is on CRM)?
    The requirements are in bold.
    <b>1. Ability to define a Customer Program, including, but not limited to:
    will adhere to role based security
    informational program characteristics
    program eligibility rules
    technical prerequisites (e.g. equipment)
    program specific options (e.g. bill protection)
    enrollment related work flow steps and prerequisites
    funding accounts
    <i>Comments : Standard SAP functionality. May need workflow</i>
    2.Ability to automatically enable or disable program functions.
    <i>Comments : Workflow or Actions can be used.</i>
    3.Ability to generate automated notifications/ticklers when program steps need to be taken.
    <i>Comments : Workflow or Actions can be defined to trigger Notification on certain events.</i>
    4. Notify appropriate Program Manager if measure factors or incentive rates are changed.
    <i>Comments : Need workflow or Actions to trigger this.</i>
    5. Associate the completed audits to actual programs and when applicable tie to a programs workflow requirements.
    <i>Comments : Link is Standard SAP Functionality and needs to define workflow.</i>
    6. Ability to generate customer communications based on triggers such as; dates, changes to customer information, work flow steps, etc.
    <i>Comments : Needs to develop workflow or actions to trigger Notifications on pre-defined rules.</i>
    7. Based on program, allow for multiple incentives or timed incentives based on workflow process completion steps.
    <i>Comments : Need to be configured in Rebate Processing</i>
    </b>
    Thank you,
    Regards,
    Manesh

    Hi,
    The steps which u have done al are correct
    Find the information below for BWA1,BWA5 and BWA7
    BWA1:
    1.BW adapter which will give you meta data information and if you want to chnage any settings relatede to mapping or if you want add any BDOC mapping you can  do by using this Tcode
    2. We c an copy  BW adapter data source and we can create custom BW adapter data  data source by using copy function
    3. We can change the selection conditions for the data source
    4. we can  bdoc mapping information under mapping tab,if you want to add any new field to map with new bdoc segment ,we have to map here;for ex  if you want to extract  Extractnal reference number from  0CRM_SRV_PROCESS_H  data source
    we have to follow below steps
    1.enhance Extract structure
    2.Add bdoc mapping in BWA1 with perticular BDOC segment for example Sales bdoc segment mapped with Extractnal reference number
    3.Add code in Mapping module of data sourc eto fetch data or write code in Badi CRM_BWA_MFLOW to fetch data for newly added fields
    BWA5:it will show all activated BW adapter data source information under ACTIVE  tab
    BWA7: it will have all BW adapter  delta enabled data source information,if your data source is not available under BWA7 ,that means you didnt enable delta for the same (not intialized )
    Table information:
    SMOXAFLD: Field List: Key Attributes for BWA Master Data Delta Queue
      for example :  DISTR_CHAN, PRODUCT_GUID,  SALES_ORG are key fields for data source 0CRM_PRODSL_ATTR        
    SMOXRELP:BWA: Use of Segments and Fields in DataSources
    BDOC segment mapping information fro the data source (which u have used in BWA1 under mapping tab)
    SMOXRELP_S: Shadow Table for Table smoxrelp
      which will give information  about BW selection whether we can use this field for BW selection for data loading iof its marked for selection u can see in rsa3 selections.

  • N-Step Dynamic Workflow in SAP E-Sourcing _CLM2.0 with Adhoc apprver Featre

    Hi All,
    We are in process of implemeting SAP CLM 2.0 Application to one of our key client. one of the key Requirements is to implement n-step workflow approval based on the HR Based org structure. What the specific client requirement are as below ...
    a)Dynamic N Level organizational hierarchy based approval for a contract document. Approval to be routed to a business requestoru2019s organization hierarchy depending on the value of contract
    b)Approver substitution u2013 Provide functionality of substitution. If a person has to substitute a person for a period of time, workflow item to be routed to substituted user
    c)Forward a workflow item u2013 If a particular workflow item is sitting in a personu2019s for a considerable time, an administrator to have the ability to push the workflow item to another alternate approver
    d)Exception management u2013 Trigger email notifications to an approveru2019s manager if the workflow item is pending for a predefined period without action. If no action even after reminder for additional period of time, trigger another email to manageru2019s manager
    e)Adding Adhoc Approval at any stage during the workflow approval stage ( For eg: - particularly in additional an additional approver in between)
    Our Understanding u2013 None of these functionality is available as standard functionality within SAP CLM application. Correction needed if this understanding itself is incorrect (Low probability).  Also, It would be great if anybody can suggest an alternative approach to handle this.
    Alternate Options u2013  (our thought )
    Any options that can be explored. For instance......
    a)Explore development in CLM itself to achieve the functionality. If so what are the limitations that would still remain. For example CLM supports only fixed levels in the approval, cannot handle dynamic N levels with adhoc approver addition
    b)Explore if SRM framework can be used to integrate the system for n-step  workflow requirement
    c)Can we utilize SAP UWL to integrate CLM system for this functionality
    d)Any Other alternate options if similar requirements were handled in other projects
    Your expert opinion & input required to meet this complex requirement.
    Thanks & Best Rgds/
    Pawan Swaroop
    Milpitas, CA, USA
    Ph: 925-949-9574
    Edited by: Pawan Swaroop on Jan 31, 2011 11:13 AM

    Hi Pawan,
    SAP has not delivered any standard workflows in CLM. We have to develop custom
    Now let me answer your queries:
    a)Dynamic N Level organizational hierarchy based approval for a contract document. Approval to be routed to a business requestoru2019s organization hierarchy depending on the value of contract
              There is no Org structure/hierarchy in CLM. I think you mean the structure/hierarchy will be in SRM/ECC.
              But there is no std interface available to get this into CLM. So you have to first develop an interface to get the hierarchy.
              Dynamic N Level workflows are very much possible in CLM
    b)Approver substitution u2013 Provide functionality of substitution. If a person has to substitute a person for a period of time, workflow item to be routed to substituted user
    c)Forward a workflow item u2013 If a particular workflow item is sitting in a personu2019s for a considerable time, an administrator to have the ability to push the workflow item to another alternate approver
    d)Exception management u2013 Trigger email notifications to an approveru2019s manager if the workflow item is pending for a predefined period without action. If no action even after reminder for additional period of time, trigger another email to manageru2019s manager
    e)Adding Adhoc Approval at any stage during the workflow approval stage ( For eg: - particularly in additional an additional approver in between)
                            All this is very much possible but will require lot of custom solutions and efforts

  • Workflow step not executed...

    Hi,
    In my workflow requirement (for VA01), I want to record the status in a custom table as follows;
    Approver id     date   time    status
    ABC                                     Submitted for approval
    ABC                                     Approved (or) Rejected
    So I have created a step called 'update custom status' after the step that sends email to the approver agent whose details stored in another custom table. Then I associated a task with this step which is bound to a custom class / method which has the logic to write the status to the custom table.
    The issue is I do not see this step excuted. I checked in the log.
    What can be wrong ?
    Workflow steps are as follows;
    1. Read the document's net value and store in a variable.
    2. Read the custom table for agents list to whom the doc has to be sent for approval.
    3. Send email for approval.
    4. update custom status.
    In the graphical view, I can see the update custom status step being called (Green link from previous step to this step) but after that no progress.
    Am I missing passing some values ? Or is this step not giving any results ? Whats happening ?
    Details on this update custom status step are as follows;
    A custom task with terminating event set as _WORKITEM defined. (not synchronous)
    A step of type activity defined and bound to the above task with binding done.. (what values should I pass to record the above needed details.)
    In other words, how can I record the status in my custom table ?
    thnks

    Hi
    I think its a background step. If yes, then make it foreground and debug and see what is the problem. Also check for short dumps and turn on the event trace and see the terminating event is getting triggered.
    Vinoth

  • Viewing Aperture library items in iPhoto as workflow help

    I wanted to view my Aperture library jpegs in iPhoto without opening Aperture. The reason for this is to use iPhoto to review my pictures and to open in an external editor from iPhoto. We use Fireworks in designing web sites and newsletters. I did not want to save to another folder which takes up space. The workflow requires the use of Fireworks, crop out what we need from or graphics/pictures and place in the final work for Dreamweaver.
    I opened the Aperture library content and dragged the image folders to iPhoto. It did take the pictures and gave a notice for the files that were not imported. These were jpeg files, not the raw. Advantage is that the Aperture library is now the one resource for our workflow. I can switch from FireWorks to Photoshop when needed. We did not try this with the Raw files, but I suppose that could be done too. Opening the raw in PS would be helpful to some workflows.
    I thought this was a good tip. It has saved us quite a bit of time and is easy to use.

    I'm not sure I understand. If you're using iPhoto to review and edit jpg files you've pretty much nuked any reason to use Aperture at all. It also means that edited copies of your images are not tracked as versions and aren't backed up in the vault. Can you explain a little more what your workflow is?
    I'm do not want versions tracked in Aperture in this case. I want samples of textures or parts of image available for use in designing other graphics. We are in the graphics studio and want to open files in FireWorks, crop/marque out parts and paste to another FireWorks file. I have iPhoto set up to open externally in Fireworks. Think of it as needing 'clip art' out of picture in the library.
    What we are doing is designing banners for web sites and newsletters. I might want a horizon/sunset only as a background to blend into the banner. I have iPhoto open already along with Fireworks and Dreamweaver. No need to have Aperture or any other program open now. iPhoto has the jpegs..... click to open in FireWorks, marque, copy and past the parts I want into the banner design.
    Before that I had to have a resource folder of jpegs. The Aperture library can now store jpegs and access them from iPhoto. I have to hunt quickly through hundreds of image we have store for each texture and different subjects for these banner creations.
    Hope this helps. We just need small parts of any given image. This was a good solution. I'm sure there are others too.

  • Best Practice for Conversion Workflow

    Hello,
    I'm converting video files from our "home grown" virtual media reserve to iTunes U. Some of the files are in RM format, some are already compressed .mov's (not H.264) and some I have the original DV files for.
    Anyone out there have a best practice for converting these file types for posting to iTunes U? I have Final Cut Studio (Compressor), QT Pro and Squeeze available to me.
    Any experience you have with this would be helpful.
    Thanks,
    Jeana

    For converting old files to a podcast compatible video and based on the machine you have, consider elgato turbo.264. It is a fairly priced "co-processor" for video conversion. It is comprised of an application and a small USB device with a encoder chip in it. In my experience, it is the fastest way to create podcast video files. The amount of time that you will save will pay for the device quickly (about $100). Plus it does batch conversion of any video that your system currently plays through QuickTime. it has all the necessary presets and you can create your own. It has a few minor limitations such as not supporting (at this moment) enhanced podcasting features such as chapter markers and closed-captions but since you have old files for conversion, that won't matter.
    For creating new content, the workflow varies a lot. Since you mention MP3s, I guess you are also interested in audio files. I would stick with GarageBand, especially if you are a beginner plus it supports enhanced podcasts.
    In any case the most important goal is to have the simplest and fastest way to go from recording to publication. The less editing the better. To attain that, the best methods will require the largest investments. For example, for video production the best way is to produce the content live so when you finish recording it is only a matter of encoding and publishing. that will require the use of a video switcher that can ingest at least one video camera and a computer output to properly capture presentation material. That's the minimum. there are several devices that can do this for you. Some are disguised PCs and some connect to a PC for tapeless recording. You can check the Tricaster, which I like but wish it was a Mac and not a Windows Xp PC. Other routes may include video mixers from manufacturers like Edirol, Pansonic or Sony connected to a VTR or directly to a Mac for direct-ti-disc capture. I f you look at some of the content available in iTunes U, you will see what I explain here. This workflow requires preparation and sufficient live support but you will have your material ready for delivery almost immediately after the recorded event. No editing required. Finally, the most intensive workflow is to record everything separately and edit it later, which is extremely time consuming.

  • Process flows without Oracle Workflow?

    I am using OWB 10.2, running with a 10.2 database. I want to create a new workflow module, package, and flow, and execute it the process flow using the OWB scheduler. The documentation implies that this configuration is possible, but when I create the workflow module it wants an Oracle Workflow connection for the location. I get the feeling that I'm overlooking something basic in the documentation.
    QUESTION:
    1) Is Oracle Workflow REQUIRED to create, deploy, and execute a process flow?

    Hi,
    Oracle Workflow is required for deploying processflow.
    Where did you read in documentation about possibilities of running processflows without OWF? OWB instalation guide tells:
    "If you plan to use Warehouse Builder process flows, you need to install Oracle Workflow to enable deployment."
    Regards,
    Oleg

Maybe you are looking for

  • Mapviewer and file directory for apps

    Hello, i have mapviewer 11 EA1 pre-deployed and oracle 10.2 data base. I want to build up a little data mart with an interface to mapviewer to use geographical card material. Every query should be handled inside a browser. So i want to use servlet an

  • Cannot create new group in SCOM

    Hello, When trying to create a new group I am getting the following error: Microsoft.EnterpriseManagement.Common.UnknownServiceException: The service threw an unknown exception. See inner exception for details. ---> System.ServiceModel.FaultException

  • Outlook 2103 modify search options via registry

    Hello all. I need to to enable the: Include results only from: Current folder.Current mailbox when searching from the inbox. so that when users search with inbox as their focused folder they search their whole mailbox.I need to apply this setting to

  • Sell old mac pro for new mac pro?

    Ok, so I have a mac pro, 3ghz quad, x1900xt, 4 gb ram. I figure I could sell this for at least 2799. question is, will the base model (2.8 octo) be faster that my 3 ghz quad. I am not talking about the video card. But if I were encode a 5 minute vide

  • Cannot Access the Administrator Account

    We have Windows 7 pro machines on a Server 2008 domain. I can't logon to a machine because the trust relationship with the domain has been lost. I have tried to remove the machine from the domain and then add it back, but the local administrators acc