Problem Saving AdobeForm: INTERACTIVE FORMS DEVELOPMENT BASED ON ADOBE

Gurus,
I am basically developing "INTERACTIVE FORMS DEVELOPMENT BASED ON ADOBE SOFTWARE".
The problem comes when I save the Adobe Form. I am loosing the value (Meaning not able to save the form).
As far as i understand, this is surely pertaining to the Adobe Version that i am using.
Can somebody throw light on what Version should be used to go solve the problem
Regards,
Arvind Kugasia

Arvind,
In the Adobe Forms forum, I told this solution , it worked for him,
Re: Adobe interactive forms: unable to create part
The IDEInstaller might not installed the Adobe related files properly.
In the directory <plugins>\com.sap.ide.webdynpro.adobetemplatedesigner
\lib\.. there exists a file
"WDAdobeControl.dll".
This has to be registered.
For that following steps have to be performed:
1. Close the NetWeaver Studio.
2. Open the command prompt.
3. Type : regsvr32 "C:\......<plugins>\com.sap.ide.webdynpro.
adobetemplatedesigner\lib\WDAdobeControl.dll".
4. Re-open the Studio.
Thanks, Let me know whether this worked for you.
Raj.

Similar Messages

  • Problem In offline Interactive Form

    Hi All,
    I have created a offline Interactive form application based on download functionality, using Adobe form in  NWDS  WDJ . So In my application I have created one download view & In the implementation part, I have written the code in wdInit() method as,
    public void wdDoInit()
        //@@begin wdDoInit()
        IWDAttributeInfo attInfo = wdContext.currentContextElement().node().getNodeInfo().getAttribute("pdfsource");
        ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
        IModifiableSimpleValueSet binaryType = type.getSVServices().getModifiableSimpleValueSet();
         binaryType.put("FileName","TravelRequest.pdf");
         binaryType.put("MimeType","WDWebResourceType.PDF");
         String Filename =  "C:
    Shital
    offlineInteractiveForm
    src
    mimes
    Components
    com.sap.offlineinteractiveform.shital.UploadDownloadformComp
    TravelRequest.pdf";
    //@@end
    When I am trying to deploy & run my application ,It's giving me the Exception as,
    java.io.FileNotFoundException: C:\Shital\offlineInteractiveForm\src\mimes\Components\com.sap.offlineinteractiveform.shital.UploadDownloadformComp\TravelRequest.pdf (The system cannot find the path specified)
    Help me to  solve this problem..?
    Thanks & Regards,
    Shital.

    Hi Shital,
    try to change the filename location mentioned below, replace the code below
    String Filename = "temp\\webdynpro\\web\\local\\offlineInteractiveForm\\Components\\com.sap.offlineinteractiveform.shital.UploadDownloadformComp\\TravelRequest.pdf";

  • Saving a interactive form into the application

    hi gurus,
    I have developed an application which contains interactive form design by getting values from the back end r/3 system.
    The PDF is being populated by getting the data from the back end.Now my problem is that I need to open this PDF in an external window.
    Earlier I have embed this interactive form in a view and the view contains the PDF, now the PDF should be opened in a external window and does be in the view.
    So I thought of saving the file into the src/mimes/components and then call the PDF on file download.
    Can you help me in this issue.
    Thanks and regards,
    kris

    hi,
    Canyo check the following link
    SAP Interactive Forms by Adobe

  • Problem with opening interactive forms

    Hi All,
    I configured the online/offline interactive forms web dynpro scenario on NW04s SP 09  and Adobe Reader 7.0.9.
    When I start my application in the portal, the following error message occurs in Adobe Reader:
    'This document contained certain rights to enable special features in Adobe Reader. The document has changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document'
    The Form is displayed but I can't type anything into it.
    I checked SAP NOTE 917773 and 937460. Both solutions didn't help.
    The time zones on the Web AS and on my Client are the same and I have Administrator rights on my client.
    I saved the form and copied it to other client, and I realized that the form is OK so the problem has to be in my client.
    What could be the reason for this error message?
    Thanks in advance,

    Hi Yoel,
                  Do u have writer rights avaialble for ur user??If not u have to get that first.If its showing the pdf ,that means u have reader rights ,same way u have to get it for writer also.
    regards
    Sumit

  • A problem about run interactive form in GP

    Hi all, I am trying to run an interactive form in GP, but I am in trouble.
    I can`t instanitiate any form in GP. I always got exception.
    I am sure ADS which can work and I also configured  the adapter of GP.
    I have no idea what I can do. Can anyone give me a hand? Thx a lot. ^^
    PS: Here is my exception message:
    Execution ended in an unrecognized state
    com.sap.caf.eu.gp.base.exception.EngineException: Execution ended in an unrecognized state
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:242)
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.execute(CallableObjectExecutorImpl.java:294)
    at com.sap.caf.eu.gp.model.co.CallableObjectExecutor.doGet(CallableObjectExecutor.java:256)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032
    at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:691)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:504)
    at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:581)
    at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:123)
    ... 18 more
    Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032
    at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:381)
    ... 22 more

    Hi Louis,
    Yes I have exactly the same problem with the same message.
    I have created a GP processus. In my block I have 2 action. The first is an Iview Visual Composer CO and the second contains my PDF CO.
    My PDF CO contains an xdp file.
    Regards
    Tony
    Execution ended in an unrecognized state
    com.sap.caf.eu.gp.base.exception.EngineException: Execution ended in an unrecognized state at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:242) at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.execute(CallableObjectExecutorImpl.java:294) at com.sap.caf.eu.gp.model.co.CallableObjectExecutor.doGet(CallableObjectExecutor.java:256) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:215) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032 at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:701) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl$CallableObjectExecutor.run(BackgroundCOExecutorImpl.java:126) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:504) at com.sap.caf.eu.gp.model.co.background.impl.BackgroundCOExecutorImpl.execute(BackgroundCOExecutorImpl.java:581) at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorImpl.executeBackground(CallableObjectExecutorImpl.java:123) ... 18 more Caused by: com.sap.caf.eu.gp.model.co.tech.TechnicalCallableObjectException: iform032 at com.sap.caf.eu.gp.model.iforms.preproc.FormPreprocessor.execute(FormPreprocessor.java:381) ... 22 more

  • Intermittent problem saving a pdf form

    I have created a 17 page PDF form in LiveCycle Es with many dynamic features, such as adding or subtracting more lines to a table.  The whole document is about 700KB ( 800 after being partially filled in) in size.  I put fillable password protection on it and ran it thru Adobe Extension, checking Basic Fill-in and Final. 
    Most users are happy with it except two people are having problems saving it to their computer.  Both downloaded it from Firefox to their computers, then opened it and began typing.  Sometimes they are able to save their work and other times not.  One was able to do a Save As and rename it, but that didn't even work for the other.  One was getting an error message saying to the effect that the volume for the file was externally altered and cannot be saved.
    They are both using Reader 8 or 9 and one has Vista while the other has XP.  I have downloaded the form at work and at home and cannot duplicate their problem so I suspect the problem is at their end.
    Any ideas of what could be causing this?

    I think have a similar question as you answered here.  But I want to just make sure I am understanding your response.
    I have created a PDF form in LiveCycle and saved it as an Adobe Static PDF form.  When I supply this form to my users.  The only way they can fill it out and save it is they must have Adode ACROBAT.   The free Adobe Reader will not allow a user to fill out the form and then save it electronically.    They can only fill out the form in Reader and then print it out. Is this correct?
    So any one I want to fill out the form and save it electronically will need to have Adobe Acrobat and at least the Standard addition...which costs money.

  • Saving an Interactive Form WITH filled in data

    Scenario:
    We have created an interactive form in the ABAP environment (SFP).
    The user receives the interactive PDF form as an eMail attachment.
    The user needs to fill in the form AND save it WITH the filled in informatiion.
    Right now, the user cannot save the form WITH the filled in information.
    Why?
    The Adobe help says:
    <i>You can't save the data that you enter into the PDF form, unless the form author included additional usage rights in the PDF file.</i>
    How do I include  these <i>'additional usage rights'</i>?
    We are on NetWeaver 04, and the ADS is fully installed and configured on the Java stack.
    Your help is greatly appreciated!
    Regards,
    Karin.

    Hello,
    I have created a form using transaction SFP. I don't use any web dynpro.
    The  issue is that I am not able to automatically have the data back in the SAP program.
    The only solution I have found is saving the PDF locally, then calling the METHOD cl_gui_frontend_services=>file_open_dialog and finally extracting the data from the XML file.
    It works this way.
    I would like to automate this process, I mean, I would like to automatically save the pdf (after pushing a submit button) into a specific folder and then to be able to read it.
    The aim is to avoid having too many manipulations.
    I tried the xfa.host.exportdata("",0) but i cannot specify a path because my pdf is not certified!
    Thank you for your help.
    Damien

  • Saving an interactive form temporary and then retrieve it in DMS -possible?

    Hi!
    We have a scenario as follows: When a user creates a new Functional location, a new Interactive Adobe form should be automatically created - prefilled with the new number for the functional location and the description. This should be triggered from an existing user exit. The master data is on a 46c system so we need to call a function module on an ECC system remotely to create the Interactive form. Then this new form should be saved on a common folder or maybe c:/temp and then another program in the 46c system should be triggered that put this PDF-file into DMS. Manually the user will export the document to a Cfolder system, where external Vendor could do some updates in the Interactive form. 
    Do you think this Scenario is possible ? We will have a Proof of concept Workshop next week. But it would be nice to have others opinion on this.
    Do we always need to build a WebDYnpro application around the Interactive form ?
    Is it possible to generate an Interactive Form in the background?
    Any thoughts is appreciated!
    Regards, Tine

    Hi Tines,
    Yes it's possible to do so without Web developpement .
    You need to retrieve the PDF content , store it on a file server and then use BAPI DOCUMENT_CHECKIN to do it .
    If you want i can send you abap code for adding file into DMS.

  • Problem with Sap interactive form by Adobe control

    Hi,
    I'm using NWDS version 7.0.21  .
    I downloaded and installed LiveCycleDesigner 7.1 from service.sap.com  .
    I restarted my computer.
    I start NWDS and open an existing WD java project, and i tryed to  add an adobe interactive form control into existing view.
    That time error below poped-up.
    How can i fix this problem.
    Thanks.
    Error
    JVM terminated. exit code = 1
    c:\j2sdk1.4.2_16\bin\javaw.exe
    -Xmx 512m
    -Xms128m
    -Xx:PermSize = 32m
    -Xx:MaxPermSize=128m
    -DallUserDir='C:\ProgramData'
    -cp C:\ProgramFiles\SAP\IDE\IDE70\eclipse\SapStartup.jar
    com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\program Files\SAP\IDE\IDE70\eclipse\SapIde.exe
    -showsplash 600

    It must be installed LiveCycle Designer 8.0 for NWDS 7.0.21

  • Saving an Interactive form

    Hi folks,
    How to save Inteactive form to any required  destinaton....?
    Urgent.
    Regards,
    Shital

    Hi,
    When you deploy & run your application in the browser, on the view containing the interactive form at the top most left corner save button is there. Using that u can save your interactive form on your local machine.
    Reward if helpful.
    Thanks
    Shruti

  • Problems with Multiple Interactive Forms

    Hi,
    I am making one Web Dynpro applications having 5 diffrent bapies.Now i have to make 5 interactive forms for that bapies in single view.
    Can any one suggest me what should my approach for that. I mean i have to make differnt diffrent views which contain Interactive form . Or make only one view and put all interactive forms in that. please suggest me which is preferable way .
    Reagards,
    Gurprit Bhatia

    Hi Satya,
    We have one shippment application. In that application we use five diffrent bapies in single model. So we have to attach five PDF forms to 5 diffrent views. So My question is that i have to create one view and keep all pdfs in to that or I have to create 5 diffrent view which contains single pdf. Please suggest me.Which one is preferable.
    Regards,
    Gurprit Bhatia

  • Problem executing an Online Form in Web DynPro(Adobe Form)

    Gurus,
    I am trying to create an Online Form in Web DynPro(Adobe Form), i could successfully create the form and deploy it.
    But when i executed, i am getting the below error.
    <<
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "UsageRights" operation.
    Request start time: Thu May 18 16:31:04 CEST 2006
    com.adobe.ProcessingError: Error while retrieving a password for credential: ReaderRights:
    java.lang.Exception: Could not retrieve a password for credential: ReaderRights
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:420)
    >>
    Any Help would highly be appreciated
    Regards,
    Arvind Kugasia

    Hello  Markus,
    let's say I have two systems. One - X - installed J2EE+ABAP and configured WD pdfobject WS proxy to point to second system - Y - with correctly configured ADS (inculding Redaer Rights Credential). Do I have to setup this Reader Rights Credentila also on system X ?? Do I have to setup something else on system X to work with Interactive forms in WD Java on system X ?
    PS: Our ABAP calls from X to ADS on Y are working okay, but I didn't try WD ABAP as basis is too low.
    Thanx, Richard.
    Message was edited by:
            Richard Calaba

  • Adobe Interactive Form - How to disable Adobe toolbar in my View

    Hello Expert,
    we are starting to use the Adobe Interactive Form in our webDynpro (java) project.
    We would like to offer to our users an interactive form and to save the data inserted by the users in a database.
    So we add a "Submit Button" in our form, the button il linked to the method "onActionSubmit()" in the view implementation.
    But we want to force the users to press it before to save/stamp the pdf form.
    Is possible to disable the Adobe toolbar, that offers command like "stamp" or "save as", until the users press the "Submit Button"?
    Thanks in Advance
    Best Regards

    Hi,
    Please have a look at this thread,
    Re: Hiding Adobe ToolBar
    Kind regards,
    Saravanan K

  • 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

  • Problem while openning Interactive Form

    Hi All,
    I am facing an propblem while openning the Interactive PDF. I created an interactive PDF in Adobe LiveCycle Designer v8.0.
    The Adobe Reader was 8.1. The form was working well and after quite few days i am  got this below message, but the same form was openning well in other systems with adobe reader 9.1 and i updated the reader with 9.1 in my system aslo  and i am still getting this message. What would be the problem and kinldy provide a solution for this.
    "This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document."
    Thanks and Regards,
    Chandran S

    Hi,
    1. Check your Authorization
    2. Are you using some other language in adobe form
    3. Ask Your Basis team to restart the Server
    4. Check if any upgrade needed for your Adobe reader
    5. Increase the Virtual Memory of you are System.
    By
    Parthasarathi

Maybe you are looking for