Rendering a non-interactive form

How do we use scripting in Live Cycle Designer to render a non-interactive pdf. Data is populating the form using xml. Thanks and help will be appreciated

Couple of issues that you should know before proceeding.
1. To communicate with a web service from the form using Reader you will need to Reader Extend the form using Reader Extensions Server and not Acrobat. Acrobat does not turn that right on. Note that if you intend to use Acrobat this is not an issue.
2. There is no means of getting the PDF form while it is running into the context of a SOAP message. There is no programmatic way to put the PDF into the payload from the form. I can get the data but not the form.
3. Once the data is populated into the form we could change all of the fields to Read Only ...thereby achieving the flattening that you require.
4. The web service will not be able to save or print locally through the client. The client will have to do that . The client being Reader or Acrobat.

Similar Messages

  • Problem when generating an non-interactive form in Web Dynpro java.

    Hi,
    I'm trying to create a PDFDocument using a creation context in java. Everything works fine when the Interactive property of the creation context is set to true. When I change it to false however, the Web dynpro application hangs and eventually throws the following exception:
    java.net.SocketTimeoutException: Read timed out
       at java.net.SocketInputStream.socketRead0(Native Method)
       at java.net.SocketInputStream.read(SocketInputStream.java:129)
       at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
       at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
       at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
    I'm wondering why this exception occurs when i'm generating a non interactive form and never appears when i'm generating a form with the Interactive property set to true.
    Any ideas?
    Edited by: Arjan Nieuwenhuizen on Feb 25, 2008 3:24 PM

    Yeah I know changing the form properties will solve my problem, but since i'm developing a training for Interactive Forms in Web Dynpro Java, I wanted to figure out why the (static / non-interactive) combination didn't work, turned out to be a template problem, which i still didn't figure out, except the fact that having flowed content on your template is not the problem.
    My ideas about your question:
    When we have the layout of an Interactive Form, its clear if it's meant to be static or dynamic, we don't know however, if it's interactive or non-interactive.
    I don't think we can judge a layout to have an Interactive or non-interactive purpose, can depend on the situation in which the same form is shown/used:
    - One moment it can be interactive, e.g. user is filling in the form, can enter data etc.
    - Next moment it can be non-interactive, e.g. form is shown to another user.
    So it's more the scenario/situation that determines if the form is interactive or non-interactive.

  • Sending the adobe interactive form as non-interactive form through email

    Hi ,
              I am trying to send the interactive adobe form as non-interactive form  through email.The interactive form size is very large because of the interactivity.
    Can anybody suggest how to do this.
    Regards,
    Debasis

    Dear Antony,
    Thanks for the reply.
           I got you but can you pls guide me how to go about it.
    I need to send the email while submiting the form.So when and how i will be mapping each data node /attibutes of the main form with the intermediate form.My interactive form is of 30 pages and it may grow upto 40 pages.My response is with the to the main form where i am showing the success message.
    Regards,
    Debasis Nayak

  • To print image in Non interactive form

    I have a requirement where image file is attached to QM02 transaction, now i want to print the attached image on QM02 print output. I am planning to use Non interactive form method to print the form output.
    Can anyone pls guide me how to insert/print image file which is attached at the transaction level.

    Otto:
    I followed the steps you have described in one of your earlier reply but I am unable to see the image on the non-interactive ADOBE form.
    Here is what I did.
    1) In the "Code Initialization" section of the form, I coded to get the SE78 stored image in to XSTRING field (by calling method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp)
    2) I created the image field and bound it to the XSTRING field derived in step 1. And I check marked "embed image" in layout of the image field.
    I also followed some other threads on this forum and tried to create a graphic node with a global field of mime type "BMP" and bound my XSTRING data onto it but to no avail.
    Any ideas?
    Thanks.
    Jitendra Mehta

  • Want to generate non-interactive form

    Hi Experts,
                    I want to generate some reports from webdynpro java as pdf.i want to do
    this as non-interactive form.Please tell me how can i generate such a non interactive form , if possible with example or  as step by step procedure.
    Regards,
    Ramanan.P

    Hello,
    if you set the flag 'Readonly' for your Interactive form element it will be a non-interactive form.
    Best regards,
    Dezso

  • Bundling different (non-interactive) forms

    Hi,
    I want to bundle different non-interactive form. When I run the report FP_CHECK_BATCH_PDF_RETURN with the settings:
    Bundle Mode = X
    All Forms in One PDS = checked
    i got the error message "Call contained error(s): ASSEMBLE (FP_JOB_OPEN)"
    When I select Bundle Mode = M everything works fine. I tested the report on many different systems with different ADS versions, but the error was always the same. Can anyone tell my what the problem is?
    Thx in advance!
    Markus

    Hi Markus,
    the SAP Help explain exact your problem. I don't get into it. I tried it with release 7.31 and also with 7.02 a few weeks ago and everything worked fine. Just work through the help.
    Here is a Wikipage which provides an example-coding:
    How to assemble PDF form pages into one file - ABAP Development - SCN Wiki
    I also got this link in my pocket,but you sound very familiar to the language)
    Formulare bei der PDF-R�ckgabe b�ndeln (SAP-Bibliothek)
    You have to set fp_outputparams-getpdf = 'M', that's a must do, to use the function.
    Regards
    Florian

  • How to get a non-interactive Form

    Hello,
    Is it possible to use livecycle Forms to generate a non-interactive PDF using a pdf file? If using a xdp file i get a non-interactive pdf file, however, when using a pdf file as the input the pdf is always interactive. the parameters I used:
    sPreferences = "PDF";
    options = "CacheEnabled=False&RenderAtClient=False",
    thank you

    From Visual Basic 6 I am attempting to merge several copies of a template form. Since these copies all have the same field names, InsertPages will not work properly. Alternatively I sought to re-name the field names in my code. Turns out this is a read-only property. My last thought is to somehow convert the "interactive" pdf into a "static" (or, "non-interactive" one that I will be able to merge. Anyone know how to do this? thanks

  • Error during activation of adobe non-interactive form

    Hello everyone,
    I am trying to activate a non-interactive adobe form and am getting the below error:-
    "Field p_lifnr has a conversion routine(see SAP note 796755)".
    I have made sure that this field (which is corresponding to LFA1-lifnr) has context binding, I even tried using below code in its interface:-
    GET PARAMETER ID 'LIF' FIELD p_lifnr.
    and also tried the below:-
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = p_lifnr
            IMPORTING
              output = p_lifnr.
    just in case..
    but all above in vain,can someone let me know what might be the problem....or where would I find this 'SAP note 796755' ?
    Thanks,
    Rachna.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • TemplateSource property  not set in non interactive form

    Hi ,
      I m creating non interactive PDF form. When i am inserting interactiveform elelement in the view its templateSource property is not getting bind no any value.may be because of that when click to edit interactive UI element and added some Text Field from library , but i am not able to save (save all metadata ) after doing any changes to interactive element.
    Edited by: kavita chavan on Dec 20, 2007 12:01 PM
    Edited by: kavita chavan on Dec 20, 2007 12:39 PM

    Hi Kavita,
    The templateSource's value should be created automatically as <ViewName>_<UIname>.xdp and this file could be found under the directory
    src/configuration/Components/<your_component>
    What's your version of NWDS?
    Regards,
    Dao
    PS: You'll have a better chance of getting answers to your question in the SAP NetWeaver/Interactive Form by Adobe forum

  • Changing layout for non interactive form - lisence

    Hi Experts,
    Here is the scenario. In ESS, display travel form would show up a standard adobe form. If we changed the format hiding or adding new field would be there any additional license for that (note that this form is not interactive)? From what i understand additional license only apply to interactive form. Please advice.
    Many thanks.

    You say "non-interactive", what means "print form". Adobe forms as "print forms" replace Smartforms and are ready to be used free of charge. You should need no additional license for your "new" form.
    Cheers Otto

  • Export data to adobe non interactive form

    Hello,
    I would like to fill a non interactive adobe form with seized data in visual composer.
    How I can do that please ?

    Tony-
    I have not worked with Adobe Forms so I am not sure if this is feasible. If I had to populate a Web Dynpro form with data from a VC form I would have an action which would invoke the URL of the Web Dynpro application. This URL would have appended to it the field name and values as entered in the VC form. In the Web Dynpro component I would retrieve all the parameter values being passed through the URL and then set these values into the context. If the context is bound to a form, the data will automatically be displayed.
    Cheers-
    Atul

  • Saving the interactive adobe for as readonly or non-interactive form

    Hi,
         I want to save the interactive form in the final submission as non ineractive or readonly.Though i could able to save the form as pdf but the form is editable.Can any one suggest solutions for this.
    Thanks in advance.
    Dev

    hi,
    that should be easy.
    make a Context attribute <xxx> of type "boolean"
    GOTO
    interactive form->properties ->enabled
    there instead of choosing "true" or "false", you can bind it to a context attribute.(click on ...)
    By default make the context "true" so that it is enabled.
    at some particular event when you want it to be disabled. set the  bound context to "false".
    this should help.
    regards,
    -ag.

  • How to add table in SAP Non interactive forms in webdynpro java

    Hi Experts,
    I have a requirement in webdynpro java.I have a print button.On clicking print button a pdf will be opened.
    This pdf will have data from the webdynpro view.I want to know how to add table in the adobe pdf.The webdynpro view will have many rows of table(rows will keep changing as per the size of the data output).How to send this data to adobe.How do we bind the node to the table in the adobe.How to automatically
    Please suggest.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Dec 26, 2008 8:58 AM

    Rajani,
    Take a look at below links, it will help you.
    [Handling Dynamic Length Tables in Adobe Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0859ad1-53aa-2a10-78ae-99e41c407669]
    [Integrate tables & Images in Adobe Web Dynpro|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/dynamic%20non-interactive%20pdf%20form.pdf]
    [How to Handle Table Input and Output|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/adobe/how%20to%20handle%20table%20input%20and%20output.pdf]
    [How Tou2026deal with Table input and display in Interactive Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0]
    Chintan

  • About the non interactive form ?

    i want to use ads forms to print some report  and it has no interactive action ,and when i print this form ,it report to me that i must upgrade my acrobat  reader to 7 ,
    if i donot need  interactive  form ,must i upgrade my acrobat ?

    You do not need to upgrade to the latest version (although it is recommended), but you will not be able to suppress the Reader pop-ups. This means you will always have to click those away. This is also documented in SAP Note <a href="http://service.sap.com/sap/support/notes/834573">834573</a>.
    Cheers,
    Markus

  • Problem rendering an adobe interactive form

    Hi ,
    I have designed a sample adobe interactive form following the SAP tutrial for displaying the firstname and lastname fields.When i preview the form it looks fine.But when i deploy and run i just see a blank browser with nothing in it.Iam using adobe live cycyle designer 7.1 and Adober reader 8.0 and also ADS is confifgures in WAS.Please let me know what else is missing.Do i need a license even to run the adobe interactive form for a test purpose?

    HI SWATHI,
                    To run Adobe Interactive form applications we need license.
    Check this [faq    |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2a8a0a37-0301-0010-f794-aecd1bb426e0]
    To run ADS we need these [services|http://help.sap.com/saphelp_nw70/helpdata/en/61/c2d08c48aa4a80a630393fbe316ca5/frameset.htm]
    If everything is fine, then check the browser settings too whether it is stopping to open the Adobe form.
    Regards,
    Siva

Maybe you are looking for

  • Firefox says, "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

    I have a mac running OSX 10.6.8 and I'm having issues with firefox not responding so then I close it. Then when i try to open firefox it says "A copy of Firefox is already open. Only one copy of Firefox can be open at a time." I look in the activity

  • Usage of G/L interim Account - How and When to offset it ?

    Hello, To use this account, we have to specify that the payment method is connected to this type of account. After, we have to assign the G/L Interim account to the bank master data. This method is only available with payment transfer. But if the pos

  • Exception message 10 & 15

    Hi Experts, I have read SAP Library & sdn forum thread also,but even I did not understand when does system creates exception message 10 & 15. can anybody please explain with giving suitable example. PLEASE DO NOT SUGGEST ANY SAP HELP LINK OR FORUM TR

  • ISE guest access - can't match on Optional Data fields

    Hi all I need to have 2 different types of guest users that will get different level of access with DACL / Airspace ACL I thought that best way to do that is simply matching one of optional data fields you can setup in Sponsor Portal Unfortunately as

  • Simple content conversion

    Experts, I have RFC to File scenario where RFC is sending one table parameter. Table is sent in the below format (note the <item> tag that is inserted when the table is converted into xml by the RFC sender adapter) <rfc:Z_SEND_PAY xmlns:rfc="urn:sap-