Processes&Forms: Workflow processing

Hello,
I have some doubts regarding workflow processing of process&forms:
1. I need to have a scenario step executed in background.
2. The objective of this scenario step is to add an attachment to that scenario step
Any hints how to do this?
Thank you in advance.
Regards,
Carla Sousa

VERY easy....
1. There is a STANDARD task delivered by SAP to perform scenario form steps in the background. USE IT!
2. You could do this either (a) using the task to do a background form step to do this, but then your step would need a backend generic service config'd for it to do the "attachment". or (b) the easier way, just have a task execute your own custom ABAP method to do the attachment (it could read the process number that you bind to it, then pick up what ever...or all...form fields you need to then figure how/what to attach. To do the attachment, use SAP's own standard functions/methods for adding an attachment to a process(hunt down their code....don't have access at the moment to find it for you...pretty easy though).
Good luck!

Similar Messages

  • Regarding HCM Process and forms Workflow

    Hello all,
    I am working in HCM process and forms workflow. In that workflow, there are three levels. First and second level is approved by the respective managers. I am using the Standard TASK TS17900100 in the 3rd level. In which the final level has Send, withdraw, "BACK TO AUTHOR" option. When I click on Send button the PROCSTATE (workflow container element) status getting changed to Processed and the workflow getting  Completed.
    But when I click on "BACK TO AUTHOR"  button the PROCSTATE status is not getting changed from "APPROVED" to "BACK"?
    Any clue on this what could be error ?
    Thanks & Regards,
    Krishnan

    Friends,
    In the Workflow ,there is the binding for "Processor Role" between Workflow Container and Task Container. I removed this binding as it is not required. Now on click of "Back to Author" in the final stage the work item is moving to Inititor.
    Thanks &  Regards,
    Krishnan

  • Can not Deploy Task Display Form[Workflow] in 11g

    Hi,
    I have created a human task based on the example 'VacationRequest' in the oracle complete guide for 11g.
    i have also created a Task display form(workflow) for the human task, the workflow is a seperate project in the same application.
    I am able to deploy the BPEL process containing the human task.
    but when i try deploying the workflow associated to the BPEL process, i get the following error during deployment..
    [04:36:23 PM] ---- Deployment started. ----
    [04:36:23 PM] Target platform is (Weblogic 10.3).
    [04:36:25 PM] Entering Target Selection Dialog
    [04:36:28 PM] Retrieving existing application information
    [04:36:38 PM] Running dependency analysis...
    [04:36:38 PM] Building...
    [04:38:06 PM] Deploying profile...
    [04:38:09 PM] Wrote Web Application Module to C:\JDeveloper\mywork\VacationRequest\TestFlow\deploy\TestFlow.war
    [04:38:10 PM] Deploying Application...
    [04:38:31 PM] [Deployer:149191]Operation 'deploy' on application 'TestFlow' is initializing on 'soa_server1'
    [04:38:44 PM] [Deployer:149193]Operation 'deploy' on application 'TestFlow' has failed on 'soa_server1'
    [04:38:44 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application TestFlow on soa_server1.: Failed to load webapp: 'TestFlow.war'.
    [04:38:44 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'TestFlow.war'
    [04:38:44 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [04:38:44 PM] See server logs or server console for more details.
    [04:38:44 PM] weblogic.application.ModuleException: Failed to load webapp: 'TestFlow.war'
    [04:38:44 PM] #### Deployment incomplete. ####
    [04:38:44 PM] Deployment Failed
    I am following all the steps in the tutorial.
    tutorial details:
    name: Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1)
    page number: *589.(How To Create a Task Display Form Using the Complete Task with Payload Drop Handler)*
    How can I solve this issue ?
    Response requested at the earliest......

    While deploying the example 'VacationRequest' in the oracle complete guide for 11g, i got an exception like this
    "12:08:15 PM] Deploying Application...
    [12:11:16 PM] [Deployer:149191]Operation 'deploy' on application 'VacationRequestTaskFlow' is initializing on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [12:11:24 PM] [Deployer:149193]Operation 'deploy' on application 'VacationRequestTaskFlow' has failed on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: Failed to load webapp: 'VacationRequestTaskFlow.war'.
    [12:11:24 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [12:11:24 PM] See server logs or server console for more details.
    [12:11:24 PM] weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] #### Deployment incomplete. ####
    [12:11:24 PM] Deployment Failed"
    Can anyone help in this.

  • MDO Forms workflow in Guided Procedures...

    Hi,
    Could someone please tell me what does "MDO Forms workflow in Guided Procedures" means?
    I know about Guided Procedures.But my functional specification says to implement "MDO Forms workflow in Guided Procedures".Could someone please help me out with this?
    Thanks in advance,
    Agasthi.

    Dear Alan,
    Yes i have generated the form's submit URL... It works fine when the pdf is saved in the users desktop and upon clicking the submit button it kicks of a Process with a Visual Approval callable object..
    However my requirement is that the Adobe form be submitted online during GP runtime.. The process is initiated by the User in the portal (not offline) who wants to put in a request. When the user initiates a process an Adobe form is opened to him in which he fills in his request. This request is then <b>forwarded for Approval</b>.. After Approval a digital signature need to be attached to the document and further on it needs to be sent out to other User Groups.. In case the request is <b>rejected</b> then the control goes back to the requestor who can either modify his request and send it again for approval or simply delete the request.. Throughout the whole process Print of the request can be taken at any time. Considering the requirements of Print & Digital signature i think using Adobe would be the way to go.. What do you think about implementing such a requirement in GP with Adobe UIs? Is it the right way of going about it?
    Quite an interesting nut to crack.. Ain't it ??
    Cheers
    Nitesh

  • Customized form/workflow in reconciliation

    Hi!
    I'm using IdM 7.1 and I have some troubles with setting up the reconciliation.
    I have an authoritative AD resource and I need to have customized forms/workflows for spreading changes detected on this resource to IdM and other resources. I would like to use reconciliation, but I don't know where to define, which workflow/form is used for creating, updating or deleting user in reconciliation process.
    I tried to define new ProxyAdmin with assigned customized UserForm and assign this ProxyAdmin to reconciliation process. But this seems to not work.
    Thanks for your help.

    Hi
    have you been able to solve this problem regarding the "User Form --- Workflow" relationship?
    I am having the same problem at the moment; I've posted it here on the Forum, but have not received any replies yet.
    I have created and customized user forms. But now, I am trying to create Workflows, which will act as a "continuation" of the entire process.
    In other words, I am trying to find out exactly how the relationship between the Forms and the Workflows should be created?
    What code should be written in the Forms themselves, so that once the form is Saved and Submitted, the process will move on straight to the Workflow, and execute whatever activities are coded there?
    How can this be done?
    Thanks

  • HCM Process and Forms Workflow

    Experts,
    I started a sime Forms and process scenario. Forms and workflow were developed and thw work item goes to dump when testing.
    It is the new server, I configured everything in SWU3. Agent also Workflow_Initiator.
    Error Details :
    No errors occurred -> Details in long text
    No errors occurred -> Details in long text
    Error when starting work item 000000852098
    Error when processing node '0000000010' (ParForEach index 000000)
    Error when creating a component of type 'Step'
    Error when creating a work item
    Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event BEF_CREAT and (target) status : Excep
    Error when reading the process object: GUID is initial
    Work item 000000852098: Object FLOWITEM method EXECUTE cannot be executed
    Error when processing node '0000000050' (ParForEach index 000000)
    Error when creating a work item
    Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event BEF_CREAT and
    Error when reading the process object: GUID is initial
    Work item 000000852098: Object FLOWITEM method EXECUTE cannot be executed
    Error when processing node '0000000010' (ParForEach index 000000)
    Error when processing node '0000000010' (ParForEach index 000000)
    Thanks,
    Helps will be highly appreciated.

    Hi,
    Thanks for the reply swaminathan. I did swu_obuf. No result.
    Also i found there is nothing in workflow container in the log. But I passed some static data's to the container using binding.
    WF container                    Task container
    Zform_1                             Form_scenario
    Here the zform_1 passed to task container using binding.
    But in log there is no data in task container. What could be the issue?
    Also this is the new server and this is the first workflow. I configured SWU3 and I developped one test workflow(User decision and Mail step) and its working fine.
    Any configuration issue?
    Thanks.

  • Webdynpro Interactive Adobe Forms/Workflows

    Hi,
    I have the following steps for my client in their appraisal process.
    Manger selects his employee using webdynpro and selects the appraisal form.
    Manager and Employee fills Appraisal form / interactive adobe form in the beginning of the year .
    It will be sent to the employee UWL through workflow for verification in read only form where he can add his comments in the comments box.Once he agrees with the objectives and submits the form it sits in the UWL of managers.
    After six months there will be revision of Objective Setting if required by manager and employee with same as above process.
    Objective Setting should be freezed after approval.
    At the end of the year, the final appraisal form is agreed with employees and manager an approval from manager should send to the next level line manager UWL using workflows.
    I have built the webdynpro application with an interactive adobe appraisal form , but how to trigger the Workflow from the adobe form and what are the steps i need to customize for the above process and store the appraisal form after the second line managers approval??
    Are these available in standard workflows provided by SAP? Or do I need customization?
    Please help.
    Thanks.
    Kumar

    Hi Kumar,
    Your requirement is achievable by configuring a HR Process by using the HCM Process and Process. Please refer to SAP course material HR 280 for an overview of the HCM process and forms.
    Regards,
    Roy

  • Adobe Forms + Workflow

    Hi all
    I have a question on using Adobe Forms with Workflows. It is possible to have an Off-line Adobe form and when retrieving the information from the form, fire off a workflow in ECC6, without putting that data into any table?
    Example:
    1. Form for Vendor Master Create filled
    2. System reads form and kicks off workflow for approval.
    3. After approval completed, data in workflow container is used to create the data in SAP.
    Thanks.
    Nick

    Hi Nicholas,
    agree with Mike's comments: they aren't cheap and furthermore Adobe forms are not applicable to all scenarios.
    SAP Interactive Forms by Adobe as they are officially called are best suited into form scenarios where you just need to collect information (no complex UI logic like table management or dynamic actions). If you have more complex requirements on the form like calculations, report display etc. then leave it. You're better off with Web Dynpro ABAP/Java or BSP.
    If however Adobe forms are a good fit UI wise, then I suggest having a look first at the ISR framework SAP delivers. I don't exactly remember, but it might even contain a standard scenario (formUIworkflow) for creating vendor master data requests.
    What use the ISR brings in is that you can configure the form content characteristics (transaction QISRSCENARIO) and data passing to the to-be created notification without any coding. No custom tables thus needed, the notification acts as the data persistence object. There are also standard Web Dynpro apps delivered you can use to display the configured Adobe form.
    What happens with ISR in the end is that a notification is created and a standard BUS7051-CREATED event is published. Then in your workflow you can in a background method extract the notification details and fill it anywhere you want.
    If Adobe forms are not a good fit to the requirements, then creating a complete solution from scratch might be an only choice.
    What we've done sometimes is that we've used the ISR notifications for persistence and created a custom BSP or Web Dynpro on top of it to act as the UI while workflow takes care of the actual process logic. There are a few ISR_* function modules you can use to programmatically create an ISR notification with, so it's not that tricky even. When compared with custom tables for data storage, you're backed up by some standard configuration options and you don't need to make your own development objects this way.
    Hope this helps?
    -Mikko

  • MDM - Adobe Forms Workflow in EP!

    Hi All,
    Can anyone explain me about the workflow for MDM in EP wit GP and UWL!!!
    <u><b>Below  are my requirements</b>:</u>
    1. I wanted to create a request form (adobe form) and when I submit it, it should go to the next person for the additional fields!!!!
    2. the filed should be pre populated from the previous request ....when he access the request task...and he need to fill the additional fields and send for approval....
    If the above said is possible please let me know the process flow!!!
    Appreciate all your answers, comments and suggestions!!!
    Thanks& Regards,
    Girish

    Hi Girish
    Yes, it is possible.
    1.) Impersonalized (offline) Adobe Form starts a Guided procedure https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e98c87ea-0c01-0010-3798-a4f8db2411c5
    2.) Use Web Dynpro (GP Interface) for the GP steps
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59
    Regards,
    Goekhan

  • Adobe Forms - Workflow - EP

    Hi,
    I am doing some loude thinking. Currently working on a proposal to create an application with Adobe Forms. The idea is to have a workflow as well where the relevant party fills in their part of a form and so it moves to the next. The forms will be made available centrally via EP. I just like some suggestions on what would be the best way to have the workflow. There is a WAS (Java) available as well.

    Hi Khuram,
    the integration of Interactive Forms and workflow is an area where SAP currently offers different possibilities. SAP plans to expand on the functions offered in the near future.
    As of today, you have basically two choices:
    1. Use the Internet Service Request framework used in mySAP ERP for HR and FI processes (see also http://service.sap.com/isr).
    ISR has been expanded with mySAP ERP 2004 to be able to employ Interactive Forms (and Web Dynpro for Java at runtime), so it natively runs in the Portal. It currently offers the possibility to fill in forms online and make backend checks before processing the data entry. The downside: You need mySAP ERP 2004. (On the Interactive Forms homepage in SDN at http://sdn.sap.com/sdn/adobeforms.sdn you can find a good article under Current Articles on this written by Alan Rickayzen.)
    2. Build your form using the ABAP integration of Interactive Forms, build a workflow from scratch using these development objects, then somehow get this into the Portal. This is, however, an option involving a lot of manual coding. I assume this wouldn't be wanted.
    There will be an additional way to do this in the future:
    With mySAP ERP 2005 (ramp-up starts in October 2005, mass shipment planned for Q2/2006), SAP will ship a framework called Guided Procedures that will do pretty much exactly what you are looking at: By default, it runs in the Portal  (using the Universal Worklist) and uses, among others, PDF forms, including for offline workflows. It uses the SAP workflow engine to route the work items. You configure the workflow in a Portal-based interface that can be used by business process people as well.
    As I said, it'll be shipped to all customers with mySAP ERP 2005 (in SAP NetWeaver 2004s). You will be able to hear more about this at SAP TechEd as part of the IT scenario Business Task Management.
    Hope this helps.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Standard adobe form workflow error

    Hey Expert,
    I am using the standard workflow template WS17900260 for any adobe form. In this task there is a task which is TS17900108. I have some workflow that end in error because of this task raising an exception "Exception CX_SY_NO_HANDLER trigger.... An exception with the type CX_HRASR00_PROCESS_MODELLING occurred but was neither handled.
    I have tested the workflow with the same set of data and the wierd thing is only some of the workflow end in error.
    Anyone have any idea?
    Thanks
    Regards,
    Bryan

    Hi Brian,
    I am not sure ,  but would just try to give you pointers:
    1. Techncial reason for workflow going to runtime error is, at this step in workflow, if there is an exception raised, it is not modelled in workflow.
    2. This exception may be raise dif scenario, steps or process realted data is not available during processing of the task.
    3. Authorization for specific activity is absent.
    Regards,
    Akshay

  • Web dynpro Java, Interactive Forms, Workflow/UWL

    I really wanted to watch this eClass entitled:
    "Integration for Business Workflow and SAP Interactive forms by Adobe (Session 7)"
    However, it didn't pull up in my browser.
    I need to trigger a workflow from WDJ and I need to attach an interactive pdf form to a workflow/workitem from WDJ.
    Would i use the standard "SAP_WAPI*" functions modules via Adaptive RFC model in WDJ?
    Maybe these?  SAP_WAPI_ATTACHMENT_ADD_REF, SAP_WAPI_GET_ATTACHMENTS
    Also I am need to open a WDJ when the user clicks on the task in UWL.  This WDJ will read the pdf attachment on the workitem and display it to the user.

    I solved this problem on my own. Aren't I cool?

  • Debug Adobe Form Workflow

    Hi folks, I am trying to debug a workflow based on Adobe Form through the Portal.
    I am setting a breakpoint inside the workflow but when executing the form through the portal, the code is never been passing for the breakpoint.
    My portal user and the debugging user is the same.
    I have set all the required parameters in SPRO to associate my scenario with the workflow.
    Am I forgetting something?
    Is it possible to debug the workflow?
    Thanks in advance.

    Where did you set the break-point? Is it an external breakpoint?
    Otherwise you can try to set an endless loop and debug it from SM50.
    Regards,
    Martin

  • LSO evaluation form workflow

    Hi All,
    I'm using the LSO evaluation form wizard to create my post-training evaluation form.
    Currently, the training center separated 1 lengthy evaluation form into 3 forms. So, each time an evaluation form is assigned to participants, it will trigger workflow to send out an email notification to them.
    My question is how can we put the title of the 3 evaluation forms into 1 single email notification????
    Cheers,
    Jill

    Hi Jill!
    Can you please provide more details about the LSO Evaluation form wizard you are referring to in your post.
    Regards,
    Ravi Sekhar

  • PDF Forms Workflow

    Hi,
    I'm not really sure if this is the right place for this question, but here is what I'm trying to accomplish for a project I'm currently working on.
    Workflow:
    Customer uploads a PDF document to the website
    What should happen is PDF document should be converted to image format (PNG / JPEG is fine), customer can review the images of the uploaded document and rotate the images accordingly so that they are right side up
    The images created from the uploaded PDF documents are combined together to create a new PDF
    I have a PDF Forms document that has a lot of fields that need to be populated with data from the database
    Finally, the images PDF and the PDF Forms pdf are combined to create a complete PDF document
    All this has to be totally automated. I'm working on a Windows Web Server 2008 with Microsoft SQL Server 2008 and programming is currently being done in C# on the .NET 3.5 Framework
    Issues currently I'm having:
    The auto-creation of images from the uploaded PDFs, creation of new PDF with all the images of the uploaded PDF documents. How can I automated the creation of the images and how to create a new PDF document with these images?
    What is the best possible way to populate the PDF forms document with the data from the database. I'm really new to working with PDF Forms, so I have absolutely no idea how to update the form fields with the dynamic data. As I mentioned before I'm programming in C#.
    Firstly what i'm trying to accomplish, is it actually possible.Second what kind of tools would you recommend for the proposed solution. I have looked into the Adobe Live Cycle solutions, but I'm not really sure how I would use that.
    Any help would be highly appreciated. Thanks!

    Hi,
    The reason I need to convert it to png/jpg and back to pdf is that I need to header and footer info onto the documents uploaded and that changes from client to client.
    As far as having them rotate the documents, I wish that were the case, but all the customers that we get are pretty much computer illiterate, getting them to upload and actually enter data on the website itself is a challenge. So I never really considered that possibility.
    I'm not necessarily looking to spend that much money on buying extra software as I already have too much money invested in this product. I'm definitely open for more suggestions as well as open source solutions.
    Any other ideas on how to accomplish the above?
    Thanks for your help

Maybe you are looking for

  • Issues with 105 End to End tutorial

    Hi, In working my way through the end-to-end, I am running into two issues in part 5 (Human Workflow Task): - the instruction suggests the Worklist Application's URL to be http://localhost:8888/integration/worklistapp. In my (automatically installed)

  • Apple tv 2 please help

    my apple tv 2 wont let me watch rented movies i use apple airport express for my router and have high speed internetit gives a error message

  • Need to update TEO License key

    Hello there, Does anybody know how to get TEO license key ? please provide me steps to get it... I was using trial version of TEO under training which was expired, now i can't access TEO because i need to update license key. Please share information.

  • IBook and garageband

    Ok, I just got the Griffin guitar cable for my guitar and bass (Ibanez NDM1 and Ibanez GSR200) and I am using a iBook 1.42GHz 14.1" summer 2005 model. At first I plugged my guitar right into the jack on my computer and I have no sound and my iBook is

  • Mpeg2 streamclip conversion for FCE

    I'm converting mpeg2 files using streamclip (from a sony DVD camera, mini dvds, 16x9), whats the best format to convert to keeping the best quality for FCE