How open an interactive form in a tabstrip of Firefox

Hi ,
I have developped an application which involves interactive form . Now I want to display the pdf in a new tabstrip of Firefox.(after clicking on a button).
Do you have an idea to display an interactive form in a new tabstrip,please?
Actually to solve this problem, I have used a "LinkToUrl" UI Component which opens PDF in a new tabstrip of Firefox but I have an other problem that is I MUST clik on the link opening the PDF in a new tabstrip( but I don't want to click).
The code used is :
byte[]  pdfSource = wdContext.currentGlobalElement().getPdfobject();
     String pdfName = "form.pdf";
     IWDResource webResource = WDResourceFactory.createCachedResource(pdfSource,pdfName,WDWebResourceType.PDF);
     String pdfUrl2 = webResource.getUrl(WDFileDownloadBehaviour.OPEN_INPLACE.ordinal());
     wdContext.currentLinkURLElement().setLink(pdfUrl2);
(The attribute "Link" is the reference of the UI Component.)
Can I execute a code no clicking on the linkURL,is-it possible to call an action dynamically in the code java?.
Please guide me how to goahead.
Thanks

Hi Manish,
If I get you correctly then you want to Upload a prefilled Adobe IF from some location without any user interaction and save it to some Backend/Temp storage: You need to have something like you have a user inbox and mail comes to this with the Adobe Form as an attachment, you extract the attachment and read it using available Java apis for reading. You can also specify a particular folder where you can place the filled form and then read it using FileInputStream and can save it in the backend after you have it in binary form in your application.
Hope this helps!!
Cheers,
Arafat

Similar Messages

  • How openning of adobe forms could be faster at Enterprise portal 7.0

    I wander how openning of adobe forms could be faster at Enterprise portal 7.0. We are using for ESS/MSS functionality.
    I found out that firs time an form is opened it takes longer than next times. Has anyone some good documentation
    Than you in advance

    > I wander how openning of adobe forms could be faster at Enterprise portal 7.0. We are using for ESS/MSS functionality.
    > I found out that firs time an form is opened it takes longer than next times. Has anyone some good documentation
    I would say that this is caused by the Adobe Reader on the PC, not by the portal itself.
    Markus

  • To open Adobe Interactive Form in New Window

    Hi Folks
    I want to open Adobe interactive form in new window not in popup. This form should contain data passed from parent view.
    Please help
    - Mandeep Virk

    Hi,
    Can you explain your requriement clearly.
    You have two views ParentView and PDFView. Two views embedded in Window1.
    By default ParentView will be displayed.
    Now you are navigating from ParentView to PDFView. Then ParentView will be replaced by PDFView in Window1.
    So here what is ur requriement. Why do you want an seperate Window here.
    If you want to open the PDFView in a popup. Just create another Window2. Ember PDFView in Window2. Now from ParentView opent Window2 as a model/external popup.
    Open View or Window in a external window (popup)
    Regards,
    Charan

  • Unable to open the interactive form

    Hi,
    I have created a interactive form.
    I'm trying to send this as an e-mail attachment.
    I'm able to receive the mail but I'm not able to open the interactive form.
    Can someone help me on this.
    Regards
    Nancy

    Hi Nancy,
    Check this Code.. i am able to open the ADOBE in my SAP Inbox.
      ie_outputparams-device   = 'PRINTER'.
      ie_outputparams-getpdf = 'X'.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = ie_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        WRITE : 'Exit at FP_JOB_OPEN'.
        EXIT.
      ENDIF.
      docparams-langu = 'E'.
      docparams-country = 'US'.
      docparams-fillable = 'X'.
    * Get the name of the generated function module
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = <adobe-form-name>
        IMPORTING
          e_funcname = e_funcname.
      IF sy-subrc <> 0.
        WRITE : 'Exit at FP_FUNCTION_MODULE_NAME'.
        EXIT.
      ENDIF.
    CALL FUNCTION  e_funcname
    EXPORTING
    *   /1BCDWB/DOCPARAMS        =
       PERNR                    = p_pernr
    IMPORTING
       /1BCDWB/FORMOUTPUT       = output
    * EXCEPTIONS
    *   USAGE_ERROR              = 1
    *   SYSTEM_ERROR             = 2
    *   INTERNAL_ERROR           = 3
    *   OTHERS                   = 4
      IF sy-subrc <> 0.
        WRITE : 'Exit at e_funcname'.
        EXIT.
      ENDIF.
      CALL FUNCTION 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
       EXCEPTIONS
         usage_error          = 1
         system_error         = 2
         internal_error       = 3
         OTHERS               = 4
      IF sy-subrc <> 0.
        WRITE : 'FP_JOB_CLOSE'.
        EXIT.
      ENDIF.
    code for  Sending and code for attachment goes here.
    Let me know if it works.
    ~ Bhawanidutt.

  • Error while opening Adobe Interactive form.

    Hi ,
    We have few custom applications  which contains an adobe interactive form. When it is getting called it throws the following error.
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
    com.sap.engine.services.webservices.jaxrpc.exceptions.XmlUnmarshalException: XML Deserialization Error. Invalid parser state. This exception is caused when deserializing XML type [http://www.w3.org/2001/XMLSchema]<base64Binary> and wrong XML node is found.
    Kindly guide me how to resolve this issue.
    Best Wishes
    Idhaya R

    Hello Idhaya,
    Does this forum thread help?
    Re: Error in Risk Analyzer of Access Enforcer
    Also, when troubleshooting XML errors, I like to open the input source XML in a web browser or validate the markup online at:
    http://validator.w3.org/
    --- Scott

  • Conflict with Adobe Professional while opening Adobe Interactive form

    Hello Experts,
    We have developed an Adobe Interactive form which is being lauched from the Portal. Every functionality is working good.
    Some of the users have Adobe professional on their machines and when they try to launch the Adobe Form, the form gets automatically opened in the Adobe Professional. Pls note that I have set the file types for PDFu2019s to open with Adobe Reader.
    However this setting is getting overwritten and the form opens up in Professional always. Some Interactive form functionality is not supported by Professional, thus those users are not able to use the form.
    Has anyone had this Adobe Read-Professional conflict before? Please let me know how this can be corrected. I am have not been able to find much help until now.
    Thanks,
    Liz

    Hello Juergen,
    Thanks for your reply. The Interactive form functionality works correctly with user machines not having Professional.
    What is the Adobe Professional version that you are using currently? Maybe I should test with the latest version.
    Appreciate your help. Thks, Liz

  • How to create interactive forms in ABAP WebDynpro

    Hi Experts,
    we are trying to create our first interactive form with the "how to guide for ABAP WebDynpros".
    Unfortunatelly we have a big problem on Step 17, where we want to save the created WebDynpro Application. After safing the system shows a pop up with following error message:
    "you are not authorized to use function - Netzwerkadministration". Although we have all the necessary access rights in the system (ERP/Developer User).
    But if we go on and create a service call (it's a guided procedure) for an existing BAPI, we can't select the function module interface parameters that we want to add to the context via checkboxes. There are no checkboxes available. but the how-to-guides shows checkboxes.
    is maybe the first error the reason that we can't select the function modules? Please help. If you need the how-to-guide, please give me your eMail and I will provide it to you immediately.
    Thank you very much in advance and regards,
    H.-J. Kersten

    Hello
    I got the same problem when i try to create WD ABAP application.
    Did you find the solution?
    Regards
    Nir

  • Need to know how to merge interactive form with text page pdf

    I have an interactive pdf form, I need to merge this with another pdf page which is not a form. Kindly advice how I can do so using Adobe livecycle or acrobat pro X.
    Regards,
    Pooja

    Hi Pooja,
    How is your Interactive PDF form is created(LC Designer or Acrobat X). If you used LC Designer then you cannot merge the page, the only option is to create a new page in designer and copy and paste the content.
    If you used acrobat to create the Form then you easily merge the PDFs using combine feature in Acrobat.( File> Create> Combine files)
    Hope this helps. Let me know if you have any other question.
    Regards,
    ~Pranav

  • 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 hide Interactive form in Web dynpro screen

    Hi all,
    I am working on an application where a user will enter the vendor number and based on that vendor the information of the vendor such as his name, address should get filled in the interactive form that we have created. I am able to get the vendor information at the back end and I have created a print button and hitting on that print button will actually fill the form. But now my problem is when I run the application the form is already displayed on the web dynpro screen (without any vlaues) and when I hit print button the form gets filled with correct values but I don;t want form to be pre displayed until and unless user hits print button. Can you please tell me how can I do this.
    Thanks,
    Rajat

    Hi Thomas,
    Thanks for quick reply.
    Let me explain you what I want... I am very new to webdynpro so my questions may sound very basic or may be weird.
    I have an application where the user will enter the vendor number on the web dynpro screen and then will hit the button PRINT and when he hits print  button the PDF form should be displayed on the web dynpro screen. So far when I run my application the vendor number (input field) is there and a print button is also there but beneath there is the whole interactive form is showing up (a balnk) and when I enter the vendor number and hit print the same form will get filled up with the required data.
    What I want is when I execute my application and on the web dynpro screen only the vendor number field and the print button should be visible and not the PDF form, the PDF form should only be displayed once user hit print button. I tried to change the value of the property from visible to none and what it did was the PDF form was not visible on the web dynpro screen on both the occassion i.e. when I execute the the web dynpro applkication and after when user hits print button.
    Thanks,
    Rajat

  • How to read interactive form data into webdynpro

    Hai ,
    In my web dynpro  Application , I have created a ul element interactive form and interted the form in to that element in that interactive form I have a submit button once the button has been clicked the data need to be passed to the webdynpro .Please guide me how to achive this .
    Regards
    K.Vinay Kumar

    Hi Vinay,
    When u use this UiElement. there is a action called Submit (you will get it automatically).
    and Submit is a special button in  interactive form. So when you click submit button the submit action in
    the Web DynPro triggers.
    You can than get the context value in Web DynPRo.
    Hope this will help you.
    Thanks & Regards,
    Arvind

  • 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.

  • How to integrate Interactive Forms in R/3 Workflow

    Hi
    I'm a newbie in SAP and i will have my first project with SAP and Interactive Forms.
    I read a lot in this great forum about integration Adobe Forms in SAP.
    But unfortunately im not sure, which Scenario could solve my problem.
    <b>My Client use NW2004s (SP10) (ABAP + JAVA Stack) and R/3 4.7</b>
    I have to design some approval sheets with these features:
    - integration in an approval Workflow (runs in R/3)
    - the ability to attache other documents.
    - store Data in the Backend
    - changes in the documents should be traceable.
    <u>What will be the best way to solve this problem?</u>
    - ISR-Scenario ( like HCM Processes and Forms -
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/de/43/1d82283fce3566e10000000a11466f/frameset.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/de/43/1d82283fce3566e10000000a11466f/frameset.htm</a>
    is that possible in my  environment??
    - GP-Scenario
    - WD ABAP
    - WD JAVA
    Would it be a good idea that the WF provides the data for the sheet (e.g. stored in some internal tables)?
    Thanks and regards
    Matthias

    Hi Matthias,
    I think WDA/WDJ is best for your requirement.
    Going for WDA or WDJ depends on your prior experience/knowledge. If you are good in Java, then you can go with WDJ,else if you are good in ABAP, then you can go with WDA.
    "Would it be a good idea that the WF provides the data for the sheet (e.g. stored in some internal tables)?" --- What do you mean by this ?
    Regards
    <i><b>Raja Sekhar</b></i>

  • How to call interactive form using webdynpro abap.

    Hi Sap Guru's,
    I have Created Invoice Interactive form using SFP Transaction , now my requirement is ,
    Need to Call that invoice form using webdynpro abap by passing invoice number(vbeln) from the screen.
    please suggest .
    thanks

    Hi Suresh,
    Refer <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm">Interactive Forms in WDA.</a>, this is the best one .
    Welcome to <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/interactiveforms">Interactive Forms.</a>.
    Do post your queries on Interactive Forms in SAP Interactive Forms by Adobe.
    Rgds,
    - anto.

  • How to display Interactive Form with 95% display screen height?

    Hi,
    Is there a way to have Interactive Form display within 95% of browser view area? I tried many different ways and for some reason the Height property doesn't seem to work in '%' at all.
    Has anybody tried this?
    Thanks and Regards,

    Hello,
    maintain width attributes as 95%..
    check it out once.
    Regards,
    Praveen

Maybe you are looking for

  • Urgent-Importing A/R Invoices thru DTW

    I want to import the previous Invoices for a client in SAP from their legacy system. How do I do that. Please help Ots urgent. I have to do it in next two days. I am elaborating the instance. Requirement- Importing all the open A/R Invoices. The invo

  • Create A/R credit memo based on paid (closed) A/R invoice.

    Hello All, Many customers need a possibility to create credit memo based on paid invoice to make control on sales quantities, sales price with any discount and cost of good sold. Is there a way to create A/R credit memo based on closed A/R invoice (P

  • Max Size for Image Upload

    Hi Frenz, I am planning to use Oracle AppEx's file upload functionality to upload image to DB. I would like to know Is there any size limitation for Image to be uploaded. Ex: can't exceed more that ! MB? Does it support all types of Image format like

  • Backflush problem in maitenance order.

    Dear All Expertise, I have created a maintenance order in which i have assigned a component (which is already in stock in the required plant) and the backflush tab is also activated but the Goods issue has not been done automatically. Why is it so? R

  • SBH-52 not powering on

    I've been unable to power on my SBH-52 for the last week or so. It suddenly stopped working while using it one night I can't get the thing to power on no matter how long I hold the power button down. The screen shows the charge state if I plug it in.