Sending my callable object as interactive form thru workflow for approval

hai
        I have created a sales order form as per the requirement given by sales head.Also i ve created a role in portal and have deployed my application implementing the rfc s required. i need to send my callable object(component1) to the saleshead with approve and reject button where when he approves notification mail should be sent to the required persons and if he rejects it should come back to me.(order initiator).i need to complete this soon and i dont have any idea about _+sending my callable object as interactive form thru workflow+_ .plz guide me with the steps(step bye step process) to be followed which ll help me to complete this project.

Can we know the reason why do you need to extract the Interactive Form from Workflow.When you are calling the workflow try to save the form in a shared folder and save the url of the shared folder in a field and try to acces it by using SAP Activity.You can create a button for that create an SAP activity and when you click on the button the Interactive Form can be opened.
Iam not sure weather i have answered your question or not?

Similar Messages

  • How to create interactive forms using Webdynpro for ABAP

    Hi All,
             I have worked on Webdynpro for ABAP, and now I want to start creating adobe interactive forms using Webdynpro for ABAP. Please provide me with basic examples to start.
    Also Please provide me introduction as how interactive forms are related to ISR senarios.
    Thanks in Advance.
    Phani

    Hi Varun!,
    Can you please send me also the above said step by step tutorial on [email protected]
    and can you please also guide me any configurations to be done on Sneak Preview SP12 before developing the interactive forms.
    Thank you in advance.
    regards
    Ravi

  • How to call Interactive form within Workflow ?

    Hi,
    I have created a interactive form within WebDynpro for ABAP which triggers a workflow for approval. Now I would like to open the same interactive form by the approver and approve the request.
    Any input for calling interactive form from Workflow would be helpful.
    Regards
    Ravikumar

    u need to create the events step by step in the workflow.
    first event would be the condition which should be checked so that it gets triggered when the condition is satisfied.
    second would be the the triggering in which u will get this triggered. u need to create a class in which the adobe form's code will be present like the FM it generates etc.in this class u will to write some methods for eg: if u create method say send_mail in this class u will code all the logic for sending the adobe form as a mail and u assign this in the workflow. So now, in the workflow all the methods that u assign will get triggered.

  • Interactive Forms by WebDynpro for ABAP

    Hello,
    I'd like to create Adobe Interactive Forms by "WebDynpro for ABAP".
    Our business requirements are
    - to download offline PDF forms.
    - to upload PDF forms and display Forms online.
    Please let me know how to do this and the document or blogs.
    Best regards,
    Koji

    Hi,
    Downloading a form is as simple as when u enduser opens a form online, he just saves a copy of it, fills it up and uploading is just the next step.
    If u want to upload an offline PDF form:
    Here's the link that'll give a fair idea about this:
    /people/shruti.rathour/blog/2008/02/07/uploading-sap-interactive-form-on-the-abap-webdynpro-view
    If still not clear ask me..
    It's just that u've created a view in webdynpro ABAP and uploading an offline form from that.
    regards
    Amita

  • Extract interactive form from workflow attachment

    I have a multi-step approval process where you want to store the data in
    the
    backend only after final approval. (requestor >> expert >> approver)
    I developed a WDJ app with Interactive forms that triggers Business
    Workflow...
    I created a Webdynpro Java application which contains an interactive form
    for the Requestor.
    The Requestor fills out the form, and submits. The submission action
    triggers a simple workflow and adds the interactive form as an attachment
    to
    the workitem. (Using SAP_WAPI_START_WORKFLOW and
    SAP_WAPI_ATTACHMENT_ADD)
    The new task shows up in UWL with the attached pdf form.
    When the approver clicks on the task in UWL it will launch a web dynpro
    application which will display the interactive form.
    How do I extract the interactive pdf form from workflow?
    I want to display the form in my Web dynpro java application and bind
    it to the pdfSource context??

    Can we know the reason why do you need to extract the Interactive Form from Workflow.When you are calling the workflow try to save the form in a shared folder and save the url of the shared folder in a field and try to acces it by using SAP Activity.You can create a button for that create an SAP activity and when you click on the button the Interactive Form can be opened.
    Iam not sure weather i have answered your question or not?

  • Interactive form callable object using adobe form manager

    Hi,
      I have several interactive forms in an application that is created using Adobe Form Manager. Is there a way to create a callable object from this application and use it in the Guided Procedure?
    Regards,
    Yuvaraj S G

    Hi Andre,
         If I use Adobe Livecycle Designer, I need to create the whole application from the scratch which will take too much time. 
         So, I'm finding out if there is a way to reuse the application that's already available.
    Thanks a lot for the reply,
    Yuvaraj S G

  • E-mails with Interactive Forms by WebDynpro for ABAP

    Hello,
    I plan to use WebDynpro for ABAP and Adobe Interactive Forms.
    I want to send e-mails with PDF files which are created by Interactive Forms.
    Please let me know
    - How to send e-mails by WebDynpro for ABAP
    - How to attach PDF files.
    Best regards,
    Koji

    Thanks,
    I checked WDR_TEST_MAILT, but I want to know is
    how to send e-mails using ABAP method because
    in my case addresses and some data are stored add-on tables, and extract them on e-mails.
    Regards,
    Koji

  • Offline Interactive Forms (Web Dynpro for ABAP)

    Hi Everyone.
    Please help me!!!
    Upload Offline PDF file to xstring context attribute by file upload in Web Dynpro parts.
    Set Offline PDF file uploaded via xstring context attribute in 'pdfSource' property of interactive form.
    I wish to view Offline PDF file and get data to context in 'dataSource' property of interactive form.
    Below restriction.
    - Web Dynpro for ABAP
    - Offline Interactive Forms
    - Zero Client Installation
    - ABAP Dictionary-Based Interface
    NetWeaver 7.0 (NW 7.0) SPS16

    Hi Daisuke,
    As per your requirement, to get done your work you need to create two Adobe Forms , one is for Offline Interactive Form and other is Online Interactive Form.
    In offline Interactive you design your form and define the Layout type as zci layout and Abap Dictionary Based interface. And by executing the form you can save the form to your desktop.
    Now in online Interactive Form you create the context similar to the one which has been created in the Offline Interactive Form. Now in one view you define the file upload functionality and in other view you define the adobe interactive form, for this the interface is automatically as it asks for the context and its of type XML based interface, also do maintain the context variable something like "PDFDATASTRING" with type XSTRING in the Component Controller and now in adobe view you give the property pdfstring as "PDFDATASTRING" and dont forget to provide the navigation of these two view, and set the File Upload View as default view.
    The above functionality can help you in some way or the other.
    Regards
    Pradeep Goli

  • Table in interactive form using webynpro for abap

    Hi All,
    I am working on itercative form in adobe forms.I had a problem.
    I have one field in webdynpro and interactive form in my view.
    In interiae form layout i have a table which should be populated based on the input given in the field context attribute.
    in layout i have 5 fields from 2 fields should poulated based on the input 3 fields user can enter anything i.e these three fields should be interactive.
    I am able to sucessfully fill the data if i set 'Enabled' property to space in element interactive form.If i set enabled property i am not able see any data i my form.
    How can i do this happen.I am very confused.I searched in many forums everybody says that if you put 'Enbaled' check box in interactive that will became a interactive form.
    Thanks,
    Thragini

    Hi..
    use normal wedynpro codeings for table also..
    interactive form is a one of the GUI element in WD.so asual just  create one attribute for input.
    and one node for table bind the node to table. create action for input inside the action write select query in where condition give the readed value  and  once you create the inteactive form throuth the interface values will be shared automatically ..
    regards
    jayaprakash T

  • Prerequisites to Develop Adobe Interactive form using Webdynpro for Java

    Hi All,
    What are the prerequisites to develop adobe interactive form. In Service market place where I can get the download link of Adobe Designer and what are the stpes I need to follow in the configuration side. I have gone through the following link but I did not get any information related to configuration side. Can you guys please provide any help links related to adobe forms?.
    Regards,
    Suresh

    Hello,
    you right the note is currecntly in update.
    the path is:
    http://service.sap.com/installations                                                                               
    Entry by Application Group                                 
    -> SAP NetWeaver                                           
    -> SAP NETWEAVER                                           
    -> SAP NETWEAVER 2004S                                     
    -> Installation & Upgrade                                  
    -> <coohse OS and DB>
    -> Adobe LiveCycle Designer 7.1                            
    Best regards,
    Dezso

  • Adobe Interactive Forms - F4 help for fields

    Hi,
    I'm new to Adobe Interactive Forms.
    I'm building a interactive form and there in it I've a field named as CARRID which is bound to webdynrpo context.
    Is there any way through which we can enable F4 help for a DataField( CARRID in my case ) in both Online and Offline Forms.
    Any pointers will be appreciated..
    Regards
    Manas Dua

    Hi,
    In the library Webdynpro Native there is a UI for value help drag the UI in ur lay out and bind the value of the field in click event.
    var fieldName = "CARRID"; // CARRID is the field name
    Kind Regards
    Mukesh

  • Multipage forms- best workflow for future editing

    I'm struggling with understanding the proper workflow for creating and editing multipage forms.  I need to create a medical history form (PDF) where patients can enter their medical history and patient info. 
    This form is usually 6+ pages.  Each page has a header (logo and office address) and a footer (page number). 
    The problem I'm running into is when we need to make a change like add a question or change the wording of a question.  Is there a way we can edit the form (either in Word or an Adobe product) and not have to recreate the form in Acrobat Pro?
    I've hired contract workers from Odesk and each one I've hiried claims they can edit the questions after the form is created.  But each time this happens, the form looks worse after each edit.  I'm pretty sure this is the problem because they are editing the text in Acrobat Pro, which has very limited text editing capabilites.
    I'm wasting so much time going back and forth with contractors explaining to them that the text format looks like crap.
    I'm very capable of designing and editing these forms myself, but I just don't have the time.  So I'm contracting this work out. 
    I'd greatly appreciate any advice on the best workflow for PDF forms.
    Thanks!

    Yes, there is a way. You need to edit the original file format (Word, in
    this case), and then create a new PDF.
    You then open the old version (that has the form fields in it), and use the
    Replace Pages command to replace the old pages with the ones from the new
    file. This will maintain the form fields in place, although you might need
    to rename them and align them with the new page contents.
    This is a much better approach than trying to edit the PDF directly
    (although this option has been greatly improved in Acrobat XI).

  • Adobe interactive form and workflow attachment

    I use an ABAP webdynpro to trigger a WF. The WD is an interactive adobe form step for users to enter data. Then before triggering the WF, I would like to save the form as an PDF form so I can send it to the subsequent work item processors. Is this possible? If yes, what do I need to do to make this happen.
    Thanks.

    Hi Raja,
    If i understand well the only way to have Adboe forms in ABAP Wrokflow is to use ISR , that's right ?
    Here's my scenario.
    An User trigger with an abap program a Specific flow , then i send several mails with Adobe forms inside . Thoses forms are send back by mail and process by the abap system .
    My problem is to make sure that all forms have been process and for this i had to develop a specific program in abap in order to check it.
    So Is it possible to define a SAP Abap workflow where on each workitem i will add as attachment my pdf form . Then i can used standard Notification and Standard functionnality of reminding of ABAP Workflow.
    Best regards.
    Bertrand

  • Interactive form and program for SD invoice

    Hi,
    is there example of adobe form and print program in ECC 6.0 for SD invoices? I tried also to find some predefined forms on OSS but no success.
    Regards
    Peter

    Hi Chanshini,
    thanks for your answer. I found program "SD_BIL_PRINT01" but form "SD_INVOICE_FORM01" does not exist in transaction SFP.
    Form  "FMCA_INVOICE_SAMPLE_PDF" exists but has different interface like program "SD_BIL_PRINT01".
    I am trying to find program and adobe form that are working together.
    Regards
    Peter

  • Adobe Interactive Form with workflow processing

    I am new to both WebDynpro ABAP and Adobe forms.  I  am creating a new adobe form for material stock request with a 2 level approval. I have created the form and the WD application.
    How do you pass the adobe form and it's data from the WD application to the start of the workflow. I assume that you would load the PDF source in a wf container.  What data type should the wF container be? What code is required to get the PDF source in the WD application and code to re-load the PDF source from the container value?
    I currently have the following code to get the PDF source data and pass this to my function module to load the container and start the workflow.
    data:  lv_wi_id    like ls_pdf_data-wi_id.
      data:  ret_error        type c,
             ret_message(70)  type c.
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
    DATA lv_pdf_source LIKE ls_context-pdf_source.
      data lv_pdf_source type string.
    Read the context to get the binary PDFSource attribute.
    get element via lead selection
        lo_el_context = wd_context->get_element(  ).
    get single attribute
        lo_el_context->get_attribute(
          EXPORTING
            name =  `PDF_SOURCE`
          IMPORTING
            value = lv_pdf_source ).
       CALL FUNCTION 'ZMMSR_START_WORKFLOW_2'
         EXPORTING
           pdf_source        = lv_pdf_source
         IMPORTING
           RET_ERROR         = ret_error
           RET_MESSAGE       = ret_message
           RET_WI_ID         = lv_wi_id
         changing
           zmmsr             = ls_pdf_data.
    Thanks for any help

    Hi,
    I would like to answer this through Webdynpro-Java method.Please analyze it. Hope this helps
    First we can create two views. In one view one form and in another view another form.
    Now how to pass values from one view to other view is the question? This can be done through workflow.
    But to acheive this we need to store the values in temporary table through RFC and that RFC should also trigger the workflow.
    Then in workflow we have workflow container, workflow container inturn stores the data and it will have Workitem Id. Now work item will be raised and after clicking on WorkItem by the help of Workitem Id we fetch the records into 2nd view of Adobe Form.

Maybe you are looking for

  • Itunes is not recognizing my ipod.  there is no sync under file.  I need to download the music just purchased from itunes.

    itunes is not recognizing my ipod.  there is no sync under file.  I need to download the music just purchased from itunes. can anyone help?

  • APP & manual check

    Hi, we are using F110 for making vendor payments, with EDI payment method. we came accross a situation where, after completing APP, it is possible to update manual checks in FCH5 for the same payment document that is already paid via EDI. can u pls s

  • "Play in to out" bug with multicams (cc v7.2.2 and v8.0)

    When looking at the audio waveforms for a multicam in the source panel, if I then set an in&out mark, then hit "Play in to out" it plays the previous in-to-out. This is really annoying when I'm trying to pull clean soundbites out of multicams. Anybod

  • Security Questions for my Appleid

    Recently, I aquired a itunes giftcard and was planning on buying some music. Then, I was asked to answer some securty questions because I had also recently reset my ipod after forgetting the lock-password. So, here is my problem: 1. I forgot the ques

  • Mac Pro fans run at max speed with no load

    I recently picked up a Mac Pro 12core and it's been working amazingly well for the past few months... in the past day or two though the fan has been ramping up to maximum and staying there. When this happens there are no processes taking more than 4%