MSS and workflow integration--Adobe forms

Hi ,
Can anyone send me some links on Workflow integrartion with MSS . I am looking out for MSS integration with Adobe forms ..
Regards
Abhilash

Hi Peter
This is probably more of a Forms question than workflow. At a very high level, in Apps, the workflow browser session is actually launched from a Forms session, some kind of socket connection is actually passed to the workflow session, so that when opening the new Form, it is opened in the existing applet.
Cheers
Mark
Hi,
we are building an application with web-enabled Forms 9i and Workflow 2.6.2 on Oracle 9i - and have an integration issue.
We want to include a link to Oracle Forms within a workflow notification so that the user can go directly to a particular screen in our Forms application. Including a URL to our forms application will invoke a new Forms applet on the client, but can we go to a new form in a Forms applet that is already running?
I've seen others ask the question in the forums but haven't seen any definitive responses. Oracle eBusiness Suite seems to have something like this - does anyone know how it was done and is it possible in stand-alone Workflow?
Any info. would be very much appreciated.
Thanks,
Peter

Similar Messages

  • Test inside  the table is truncated when integrating Adobe forms with WD4A

    Hi All,
    I am facing issue in table when integrating adobe forms with web dynpro for ABAP.
    Whenever the pagination happens the text in the table row cells is truncated and it starts from next row in next page. Is there any properrty of table in Form builder which I can use to allow the test to go to the next page?
    Best Regards,
    Arti.

    Hi. You should place your question in "SAP Interactive Forms by Adobe" forum. You will get advice quicker there.

  • Integrating adobe forms.

    What is the use of integrating adobe forms in web dynpro applications.how can we use this application.any one can explain this with real time example..

    Hi,
    Just go through the below links and practise the exercise given. It will help you understand the topic better.
    http://www.****************/Tutorials/AdobeForms/UsingABAPDynpro/Page1.htm
    http://www.****************/Tutorials/AdobeForms/UsingABAPDynpro/Tabledisplay.htm
    Hope this will be helpfull.
    Regards.
    Suraj

  • Direct  RFC And webservice in Adobe Forms

    Dear All,
                Does adobe Lifecycle designer intregate RFC as a webservice ?
    Or we need to write a Java/Adap Dynpro and call the adobe Form?
    Regards,
    Anirban.

    Hello,
    You can call a web service directly from an interactive form. To access RFCs, you need an application (typically webdynpro Java or ABAP).
    Keep in mind that your form is interactive (meaning data storage and exchange capable) only if it has been generated by the ADS.
    Regards,
    Francois

  • Invoking a workflow using GP and WD Java Adobe Forms

    Hi,
    I have a scenario where I want to be able to submit an Adobe Form for approval, if its approved I get info from a BAPI which populates the form, if not I just get a message saying, Not approved. So in steps i'd like to be able to:
    1) User fills in a form with input parameters,
    2) Submit form,
    3) Approver receives form for approval,
    4) Approver approves and a BAPI is invoked with the input parameters in the form, the form is populated with what the BAPI returns.
    5) Form is sent back to user.
    6) If form not approved then message sent to user.
    I want to create the Adobe form in Web Dynpro Java. I need advice as to if I should do the whole process in GP, or can I use them both together? What are the steps involved? Can this be achieved? Do we use Portal email services to send communication between the user and the approver? Any advice/help/suggestions very welcome.
    Thanks
    TM

    Hi Lisha
      For storing the data from form to workflow and from workflow to trancation it better to maintain custom table to get the details later. You can use the std FM to insert the data from the form to table in this case you need not create custom table. Tell me which module you are working on. MSS or for ESS like leave, travel, actions like seperations, transfer which one you are using.
    Regards
    vijay

  • Workflow for adobe forms

    In  adobe form when ever user clicks on submit button, then that form should be attached as an attachment and it should go for manager approval,if manager clicks on the attachment that attachment should open . i dnt know how to approach this situvation,how to trigger this workflow..
    please any one give me suggestions

    Hi TCS Team,
    Adobe Form:
    There are two different type of adobe form are available
    1. Static Form
    2. Interactive form
    1._Static Form_ : If a form which has been created by a initiator and which should not been changed by his approver/Manager while he is approving / Rejecting the request.
    Eg: Viglence clearance certificate
    2. Interactive form: If a form which has been created by a initiator can be modified by his approver/Manager for some reason while or before approving / Rejecting the request.
    Eg: PR Release: Where the approver may required more clarification on the PR.
    In General, both of the form may be used depends upon the requirements. And we have to take it as Adobe form.
    Your Query:
    "In adobe form when ever user clicks on submit button, then that form should be attached as an attachment and it should go for manager approval,if manager clicks on the attachment that attachment should open . i dnt know how to approach this situvation,how to trigger this workflow.."
    I will be explaining you one by one.
    1. i dnt know how to approach this situvation,how to trigger this workflow
    Triggering of workflow from a EP (i.e. ESS/MSS) Can be done via a RFC calls. We call this as integration of Java webdynpro with SAP Workflow.
    There are many Function module available in Standard for this purpose
    SAP_WAPI_START_WORKFLOW
    SAP_WAPI_CREATE_EVENT
    May be used for triggering the workflow.
    While Triggering the workflow you have get the PDF (ADOBE Form) into this import parameter
    IFS_XML_CONTAINER as a string value, and update the same in the INPUT_CONTAINER (EVENT CONTAINER).
    Then Pass the value to your workflow container.
    Use the following FM to write the value in task container.
    SAP_WAPI_WRITE_CONTAINER
    If the same pdf has to be displayed in approvers inbox while he clicks the attachment use the followin FM
    SAP_WAPI_READ_CONTAINER
    For Attaching the PDF form into the Workitem
    SAP_WAPI_ATTACHMENT_ADD
    And for Reading the attachment in the workitem use this FM
    SAP_WAPI_GET_ATTACHMENTS
    If you have any further clarification, please post the same.
    Thanks and Regards
    Balaji K.

  • Triggering Workflow from Adobe Form in ERP

    Hello,
    With SAP ERP 2005 version, Adobe Interactive forms can be created within SAP environment. Is there a way to link the SAP Adobe forms to a SAP Workflow instead of using the Adobe Workflow Designer?
    Can we trigger the approval process using SAP WOrkflow from Interactive Adobe form?
    Thanks.

    Hi Anjali,
      Interactive Forms is integrated in other environments that use workflow and make it easier to set it up:
    Guided Procedures (in NetWeaver 2004s): Fully Java-based, GP is the process component of the Composite Application Framework (CAF), and thus largely model- and not development-based. You can use an interactive PDF form in a GP for offline steps.
    Refer the link for more info on  CAF
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/devguide2004s -> Fundamentals -> Creating Composite Applications">CAF</a>
    The general integration into Web Dynpro, which allows you to build a workflow from scratch (requiring full workflow knowledge) and integrate the forms as steps in the workflow. Using this method, you could also integrate PDF forms into lower-release backends.
    Hope this helps
    Regards,
    Sharadha

  • Workflow using ADOBE form

    Hi All,
    I have designed the ADOBE form for Material Master creation. 
    My business scenarion is that the user has initiated the request for material master creation would call the form using SAP GUI and fill in all the form details. He sends the form to concerned manager for approval.
    Need help to know system method to find the approval manager for the said user using SAP R/3 workflow or CAF would be required.
    Regards,

    Hi Rajeev,
    Based on the information you provided.  i think you have to create a workflow which has to be triggered when master record is created. 
    Below is the points which can help you to proceed further.
    1) when user fills the online  ADOBE form and clicks on save/send.   the request will be sent to application server.  
    2) in the application server you have to call the workflow by passing the key values which identifies the particular user who initiated the request.
    3) the activity step in the workflow will find the approval manager of the initiator by passing the initiator values.
    Please talk to any SAP-HR functional person , who can guide you in finding the hierarchy of the employee/ manager relationship. as it is mostly based on SAP-HR issue.
    Hope it shall be useful
    Regards
    Santosh

  • Guided Procedures and online interactive adobe forms.

    Hi Experts,
    Scenario : User have to log into GP runtime, When he clicks the first action it should display the adobe form. He  has to fill the details and submit the form. This form is routed for Approver 1 for review. The first approver will log into portal,view it (UWL),approve it and sent for second approver.The same process happens with the second approver.After both approvals, a BAPI updates the data in the interactive form in R/3
    All the process have to be done in Guided Procedures, then  integrated with Portal at the end.
    We have tried creating an Wdynpro Java app with online adobe form and executed successfuly in NWDS and also in Webdynpro content administrator.
    issue:-
    When we create a callable object(webdynpro app(gp interface CO)) in GP and test, we were unable to view the form.
    Now our question is : what are we mising ?
    Is it possible to integrate online interactive adobe form with guided procedures?
    Is our approach to solve the scenario right?
    any links or tutorials will be greatly appreciated
    TIA,

    Hi
    See the following Link: [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8a696cea-0c01-0010-d494-9b0b8ce7565f&overridelayout=true]
    Kind Regards
    Mukesh

  • Events with Scrpts and JavaScript in ADOBE forms

    Hello All,
    On an Adobe form I have field for sub totals. I am trying to choose 'Events with Scripts' on the SHOW pull down values and choose JavaScript in the language. I was able to do this some time ago but now, I am able to choose Events with Scripts but not being able to choose JavaScript for language.
    I do not have much exp. with Adobe or JavaScript but I checked whatever I could think of but could not figure out. Any body ran into this issue before? Any ideas?
    Please post and Thank you ...

    By trial and error, what I did is, chose 'Calculate' in the Show menu then chose JavaScript in the Language pull down menu. Then added my JavaScript code. Then went back and change 'Calculate' in the Show menu to Events with Scripts. Saved and executed it . It worked.

  • Integrating Adobe Forms with WD

    Hi,
    I have a Adobe form, this form have input fields, radio button, check buttons and buttons as per client required format.
    Now my question is shall we need to create again same inputfields, radio buttons and etc in WD (UI elements) as like the form.
    Regards,
    Maruti
    Edited by: Maruti Rao on May 22, 2008 3:53 PM
    The requirement is to enable client Customers and Users to create/change Adobe form in the SAP system via the client Website.

    I think I might be missing something in your question.  If you already have an Adobe Form, just use that in place within Web Dynpro.  It can be embbed in your Web Dynpro application using the InteractiveForm UI element.  You can bind your Web Dynpro context directly to the context of the Adobe Form.  There is no need to have to reproduce the form in WD UI element - although doing so is perfectly possible. I guess that is where I am missing your question.  What exactly are you trying to acomplish?

  • Can you do subtractions and divisions with Adobe forms?

    I am converting MS Excel documents into Adobe Forms using Adobe Strandard 9, and I would like to be able to do subtractions and divisions with the form calculation option. Currently the only options I have are 'sum (+), product (x), average, minimum and maximum'. I see that there are 'Simplified field notation' and 'Custom calculation srcipt' options, but I can find no reference to doing subtractions or divisions. Any help would be appriciated.
    Kerry N

    Try these options:
    Under the Calculate tab for the properties for field3
    In the Custom calulation script field, use:
    this.getField("field3").value = this.getField("field2").value - this.getField("field1").value;
    or in the Simplified field notation, use:
    field1 - field2
    Use / instead of - for division instead of subtraction.
    Karl

  • Error when integrating Adobe form in Webdynpro

    Hi,
            Anyone tell me whts this error? How to solve this?
    The following error text was processed in the system AD0 : WebDynpro Exception: ADS: com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights(200.101).
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP
    Thanks...

    Hi Reema,
                        I created a Adobe interactive form. In a Webdynpro view i use the IAdobe nteractive UI Element & also File Upload. If i click a Submit or upload button in Webdynpro its not able to display a values in Adobe. I written all the XML Parsing to retrive the values. Its is working when i display in Webdynpro screen but not in Adobe form.
    Thanks.

  • Trigger workflow from adobe form

    Hi.. can anyone outline me with the basic steps required to trigger workflow from abobe. Java Wd and ECC 5.0. Thanks!

    Hi Pankaj,
    have a look at the ISR Cook book and Developing PCR (Personal Change Requests) <a href="https://websmp202.sap-ag.de/mss">Manager Self Service</a> You will gwet more links if you do a quick search or just go to sdn.sap.com/interactive forms
    <a href="https://forums.sdn.sap.com/click.jspa?searchID=2077779&messageID=2451183">https://forums.sdn.sap.com/click.jspa?searchID=2077779&messageID=2451183</a>
    Do update, if you find any more issues
    Thanks and Regards,
    Anto

  • **** Editing and Saving an Adobe Form on the Server ****

    We are trying to achieve the following:
    1. Generate 3D PDF from VRML (Done)
    2. Embed the 3D PDF into a PDF Template and save it on the Server as an editable .pdf file
    3. Then, the user must be able to open the Editable PDF inside a web browser such as IE.
    4. The user must then enter data in some fields (Text field, drop down etc) and save it.
    5. The save action must save the data in a database and importantly, the PDF itself as .pdf file on the same server location. The updated PDF file on the server location must be available for further editing and vieweing in the updated state.
    Questions:
    1. Do the ADOBE Livecycle APIs support such a feature?
    2. Is there a code sample for the same?
    3. IF we cannot save the PDF with the updated data back to the server, then is there a way by which we can dynamically associate a PDF template with the user given data, generate it and render it using Livecycle Java APIs at runtime?
    Thanks
    Ram

    Yes. This is possible through an API. See the API Quick Start code for Forms ES at
    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/000162.html#1548277
    There are different methods of submitting data from the client (xml, http post, xml+xdp, and pdf). You can extract the data server side, insert the data to database, merge the data with a form and save the form on the server.
    Steve

Maybe you are looking for

  • Error in invoking target 'nnfgt.o'

    Dear Experts, I'm upgrading my Oracle patch set 10.2.0.4 to 10.2.0.5. but while installing the patch set I'm getting the following error "NFO: Internal Error: Codeword file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or empty. INF

  • Verifying ipod

    Hi I am running iTunes 10.6 on a PC with a Windows 7 OS. Until this weekend my iPod Classic (160G) contianing about 22,000 songs worked perfectly. Having added just two album's worth of songs to iTunes my iPod will no longer sync, with the message "V

  • Why won't my time capsule show up when I scan for a wireless network when I plug in the ethernet cable from my comcast modem?

    I just setup my cable and internet at my new place yesterday thru comcast.  The internet works when it is plugged directly from my modem to my iMac but when I try to plug the modem up to my time capsule to set up wireless and go through air port util

  • Exam results not updated on Oracle CertView

    I have passed the following exam : 1z0-052 - Oracle 11g Administration I in October 22 . The exam results are posted in my PearsonVUE account , but not updated in Oracle CertView acount . Only my previous exam ( 1z0-051 , which was in March ) details

  • Best Way to Sync Multiple iPhones/Ipads

    Hi folks, We're new to Apple computing and preparing for new iPhones and an iPad as a start. Would like to make sure we use the best setup for our main iTunes computer at home. I understand one computer running iTunes can sync with up to three iPhone