Problem in Adobe Interactive forms' Page breaks..

hi all,
I am using Table wizard in the Form Builder to create a table. And i am binding the data to this table. The table which i have created will increase its rows dynamically depending on the number of records.
The problem is the page break is not working in my case. Means, In the OBJECT of the table, the PAGE BREAK check box is not highlighted. I cant select the page break check box.
Can any one help on how to make page breaks possible..?

hi Nikhil,
'Allow page Breaks within content' is highlighted now.  But now my requirement is, I have two tables one below the other... Both displaying the same data from the EKPO table. Depending on the contract the table rows are dynamically increasing. But both the tables merge together if the table rows are many..
According to my requirement, if there are 10 rows,  the data must be displayed in the first table and after the first table ends, the second table shoud start and display the data. The thing is the content of the page below the table should move according to the size of the first table.
For this what are the conditions I should give in Pagination Property.
Place        =
Keep With =
After         =
If dataset must be paginated =
No problem Even if it is going to next page....

Similar Messages

  • Binding problem from adobe interactive form to SAP

    Hello All,
    I'm using SAP NetWeaver Developer Studio 2.0.9 SAP WAS 2004s SP11.
    I'm tried to exercise with document "How To…Create Online and Offline Forms in Web Dynpro for Java" (you can check it this link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e1a9). I could run it succesfuly but i have a problem. I couldn't get data from Adobe Interactive form when i click "Submit to SAP" button. All field value return with "null".
    The code is like that;
    public void onActionFormSubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionFormSubmit(ServerEvent)
         String name = wdContext.currentTravelDataElement().getEmployeeName();
         String costcenter = wdContext.currentTravelDataElement().getCostCenter();
         String city = wdContext.currentTravelDataElement().getDestinationCity();
         String country =
         wdContext.currentTravelDataElement().getDestinationCountry();
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "Form submitted: Employe Name="
         + name
         + " costcenter="
         + costcenter
         + " city="
         + city
         + " country=" +
          country);
    What could be the problem?

    hi Selcuk,
    check what is the cardinality of the node that bound to the interactive form.
    interactive form->properties->dataSource = <xyz node of context>
    goto <xyz node of context> -> properties
    just change the cardinality to 1..1.
    goto
    interactive form->properties...
    check that the dataSource and pdfSource are bound to the right Context nodes/attributes...
    hope this helps...
    with regards,
    -Amol Gupta

  • Data Passing Problem with Adobe Interactive Forms

    Hello all,
    I am trying to create a Guided Procedure to implement an offline Adobe Interactive form. This form is based on the standard Requisition Request form used in MSS for e-Recruiting.
    I've copied the standard form and updated the layout to ZCI using the appropriate transaction (not manually). After that, I've changed the Interface and layout. But to get the Form in the portal you need to have a .xpd file. Therefore, I've tested the form in preview mode, saved a copy as a PDF file and opened this copy in the standalone Adobe Lifecycler Designer. In the standalone version you are able to save the form as a PDF (not possible using transaction SFP).
    My question 1 is if this is a wrong approach and there is a better way to retrieve the xpd file.
    Next to that, I wrote a RFC function to retrieve data in the backend. This function is working and now I try to pass the data to the Form in the GP (using prefilling). The data is never passed, any points that I need to check there. The data used to export is a structure that contains a number of table types, because Adobe has issues with importing tables it seems. The form is working correctly in the backend.
    Points will be rewarded for helpfull awnsers!
    Kind regards & thanks in advance...

    Check double post

  • Problem with adobe interactive form

    Hi everyone,
    Is there another technology to create a form
    that allow calling RFCs from SAP,
    save the form on the local machine,
    update/insert data and do digital signature ?
    Thanks.
    Regards.

    Hi David,
    To create a form that allow calling RFCs from SAP, you can do this using Adobe Interactive Form. This will absolutely work.
    Best Regards,
    Shital

  • Problem with ADOBE Interactive forms

    Hi Gurus,
    I have a form which contails fields after dynamic table records. I need to display the signture and other details after I populate the content of the table which is inside my master page. I am calling this form from my se38 program.I have used table type to display the data. Can any body advice me how to do it.
    Regards,
    Srini

    Good mate..
    Follow this design approach bring your table design from master page to the layout
    Form1 ---Form Elements Root node
    |---SubForm_Form2 (Parent form with layout type flowed top - bottom & allow page breaks with in content)
                   |--- Suborm3( layout type fixed)
                            |----------Table.
                   |---Subform4(for your independent field including signature layout type fixed)
                           |------- All the independent fields
    With this approach at all times you will see the table data first followed by your signature fields also the advantage is that even if the table data is spread across more than one page it will automatically move to the next page and will see the signature only once afte completion of this table.
    Does it make sense, let me know if you need more help.
    Cheers,
    Sai

  • Problem in adobe interactive form

    hi everybody,
                    I am doing my application in 2004s.
    I have used subforms in interactive form to display  a table.
    My problem is i could able to bind data to it when i am writing the implementation code in WdInit().
    But i have a requirement to display table rows when i click a button.
    Its working but only the first row details are getting displayed in the o/p pdf form.
    I could not able to solve it .
    Will you please suggest me how to  solve it .
    Thanks in advance

    Hi Madhavi,
    Use a Two Level Hierarchy in your Form Designer
    Level 1 --> Top Most Subform (Flow Layout, and Flow Direction - Western Text)
                   <All the Static Texts i.e the Table Headers> (Non Repeating)
    Level 2 --> Parent Subform (Flow Layout, Flow Direction - Table)
    Level 3 --> Child Subform (Flow Layout, Flow Direction - Table Row) <All the Reapeating Data Elements>                              
    Try this out. Hope this helps u
    Regards,
    Poojith MV

  • Problems with Adobe Interactive Forms

    Hi,
    I'm working on a report that have a header with two dynamic tables (with fixed rows count) and the body have other two dynamic tables with a large amount of data.
    The first doubt is:
    I put my header on the Master Page, and in the first page of report, the header data appears ok, but when the second page comes, just the data contained in the root node appears in the header. Neither the data contained in a node 1..1 appeared.
    The second doubt is:
    In the report body, I've two dynamic tables with a large amount of data, so, when my table reach the end of the page, I need to add a page break and continue in the next page, adding the column header again. I'm trying to set the "Allow Page Breaks within Content" and "Overflow Leader", but I can't set these properties in a subform of type "Flow Content", flow direction "Table". So, how can i add Page Breaks ?
    Thanks in advance
    []'s

    Perhaps your interpretation of the Master Page is different than mine.  I never put anything but static content in my Master Page.  For instance for the form in my weblog my Master page has a head with a logo and Footer with a page number and some static text. 
    In my Master Page I have single Page that I called MainPage. I then create a Content Area within this MainPage. 
    All of my variable elements go into a separate Page.  I set that entire page object as Flow Content (flow direction Top to Bottom) with Allow Page Breaks within Content marked.  I set the Place to (in Content Area "Name" where Name is the name of the Content Area in the Master Page).  The After is set to Go To Page MainPage(Back to the Master Page Object). 
    With this my paging with tables and Master Page content all work correctly.  I can do page breaks and repeat my table headers, but continue the content normally.  Hopefully this helps.

  • Problem in Adobe Interactive forms

    Hi ,
                I have created interface and context for my form using Form Builder.
    When i am designing Layout and when i click on SAVE, It was giving an error that
    'Error while transforming object data'.
    ADS and java stack are installed in the system.
    Can any one throw some light on this??
    Regards,
    Omkar.

    Hello Omkaram,
    We have the same problem.
    At the moment our solution is reinstalling Adobe Livecycle Designer (7.1).
    and only use Designer through transaction SFP and never standalone.
    If we start Designer stand-alone, this error will immidiately occurs in SAP.
    SAP is investigating this situation on our site.
    Good Luck.
    Regards,
    Wessel

  • Print problems with Adobe Interactive Forms

    Hello Experts,
    if i push the print preview button or the print button out of transaction SFP, or out of the Test  
    Program FP_TEST_00, then the sandglass appears. But nothing happens.
    can you help me?

    No i can answer my question by myself.
    we have 3 sap-systems printing via one ads-machine.
    the problem was, that the second sap-system was not maintained as a separate destination in visual administrator on the ads.
    so the sap-system could send an request, but got no answer.

  • Navigation problem while using Adobe interactive form in web dynpro

    Hi frds,
    I have a 2 views..
    1st view contains an ADobe from and a button to navigate to the  2nd view..
    No problem with the first view.. displays everything...
    The Problem is when i click the button to nsvigate to the 2nd view, its not loading...
    Wait symbol is coming...
    Please Help me friends...

    hi ,
    pls use  the ZCi layout for the adobe interactive form .
    Need to Insert the web dynpro script to the form.
    Note: Make sure to upgrade the Adobe Interactive for ZCI type using SFP_ZCI_UPDATE transaction
    Subsequently, check whether the update of the ZCI was successfully completed. To do this, open your form in the Adobe LiveCycleDesigner and check the version information of the ZCI script. The ZCI script is available on the "Hierarchy" tab page under the "ContainerFoundation_JS" name. The version must be800.20080513120641.469612.469346.
    You can also have a look at this e-learning.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20029530-54ef-2910-1b93-c41608ae0c90
    Refernce thread : adobe online interactive form
    regards ,
    amit

  • Problem when deploy adobe interactive form

    Hai all,
    i am new to adobe interactive form designing,
    i had developed a simple adobe form, the following error occured while running the application,
    i had followed the procedure to "Installing a credential for Adobe Document Services"
    Help me to solve this problem
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Tue Oct 09 10:51:37 GMT+05:30 2007
    com.adobe.ProcessingError: Not allowed by credential error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_J2E_2182850\DM-7168388254160118756.dir\DM-2237897618368579481.tmp
    Specific error information:
    $$$/PDF/PDFCredentialDoesNotSpecifiedUsageRights=credential does not allow setting of specified UB rights
    General error information:
    IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
    Exception Stack Trace:
    com.adobe.ProcessingError: Not allowed by credential error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_J2E_2182850\DM-7168388254160118756.dir\DM-2237897618368579481.tmp
    Specific error information:
    $$$/PDF/PDFCredentialDoesNotSpecifiedUsageRights=credential does not allow setting of specified UB rights
    General error information:
    IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
         at com.adobe.ads.request.UsageRights.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.adobe.document.pdf.NotAllowedByCredential: IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
         at com.adobe.document.pdf.NotAllowedByCredentialHelper.read(NotAllowedByCredentialHelper.java:67)
         at com.adobe.document.pdf._PDFDocumentStub.setUsageRights(_PDFDocumentStub.java:286)
         at com.adobe.EJB_PDFAgent.setUsageRights(Unknown Source)
         ... 31 more
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:387)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Tue Oct 09 10:51:37 GMT+05:30 2007
    com.adobe.ProcessingError: Not allowed by credential error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_J2E_2182850\DM-7168388254160118756.dir\DM-2237897618368579481.tmp
    Specific error information:
    $$$/PDF/PDFCredentialDoesNotSpecifiedUsageRights=credential does not allow setting of specified UB rights
    General error information:
    IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
    Exception Stack Trace:
    com.adobe.ProcessingError: Not allowed by credential error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_J2E_2182850\DM-7168388254160118756.dir\DM-2237897618368579481.tmp
    Specific error information:
    $$$/PDF/PDFCredentialDoesNotSpecifiedUsageRights=credential does not allow setting of specified UB rights
    General error information:
    IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
         at com.adobe.ads.request.UsageRights.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.adobe.document.pdf.NotAllowedByCredential: IDL:com/adobe/document/pdf/NotAllowedByCredential:1.0
         at com.adobe.document.pdf.NotAllowedByCredentialHelper.read(NotAllowedByCredentialHelper.java:67)
         at com.adobe.document.pdf._PDFDocumentStub.setUsageRights(_PDFDocumentStub.java:286)
         at com.adobe.EJB_PDFAgent.setUsageRights(Unknown Source)
         ... 31 more
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:374)
         ... 35 more

    Hi Siva,
    If you are developig your form using NWDS, make sure about the cardinality of the context parameter - data Source not 0..1 or 0..n.You may refer similar threads (of same kind of error) in this forum..
    Hope this helps. Assuming you have successfully tested, ADS and the credential file at the ABAP stack, by rurnning the respective ABAP reports.
    Thanks and Regards,
    Anto.

  • Problem with ACF for Adobe Interactive Forms

    Hi Gurus,
    I had created an adobe interactive form using web dynpro for abap, but I am getting the 500 connection timed out error in the browser when I test the web dynpro application. Where as a normal web dynpro application without adobe form is running successfully.
    The system details are :-
         Adobe LiveCycle Designer 8.0
         NW04S SPS9
         Adobe Reader 9
         IE 7.
    I followed the note 766191 and downloaded and installed ACF(for NW04s and higher version supported upto acrobat reader 9) from browser itself.
    I also followed the note 1150277 for enabling IE settings on ActiveX controls. And I checked in IE with Tools->Internet Options->Programs->Manage Add-ons, but the ACF components were not available.
    Please help me out.
    Thanks in advance,
    Sriratna.

    Hi Aleksandar
    Did you get a solution to this issue
    Im having the same problem, If you have a solution please forward
    Thanks
    Naziem Mahomed

  • Blank page getting displyed whn using adobe interactive forms

    Hi All,
    I am Facing one problem while using Adobe interactive forms in Web Dynpro.
    on deploy interactive form is not getting displayed.
    Deployment result shows blank view....
    m not getting the cause of the problem.
    kindly help if someone knows the cause/solution.
    Thanks,
    Amit

    Hi there,
    I am having the same problem. I deployed the same WD with IF on 2 different machines and there everything works fine. I using the same browser (IE6) on all the machines. Where  are using Native IF and running Adobe Reader 7.0.8. We are on NW04s SP9.
    I tested the ADS Webservice on the machine and that is working fine.....
    Hope somebody can tell me where to look.
    Thx in advance.
    Amit, when you are using IF type "native"  the at least run Adobe Reader 7.0.8. Maybe this solves the problem for you.
    Kind regards,
    Maarten.

  • Problem while running Adobe Interactive Forms

    Hi,
       I had developed an application using adobe interactive forms, and I am not able to view the form in the browser when i run the application.
    the error stack is as below..
    Error stacktrace:
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:201)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:142)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:398)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:104)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1085)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:393)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:635)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         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:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.SocketTimeoutException: Read timed out
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:77)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:87)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:198)
         ... 27 more
    Caused by: 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:628)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:317)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:219)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:344)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:710)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1118)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:71)
         ... 29 more
    Can somebody suggest me about what could be the problem?... Points assured for helpfull answers.
    Regards,
    Uma

    Hi Uma,
    SP 14 should normally be OK, SP 15 is currently attached to the Note. They are downward compatible. I suggested reinstalling after properly uninstalling, because it has fixed problems before.
    I also looked at your original post again, which mentions the read time-out. This may be related to a general server setting. See my suggestion in this thread:
    SocketTimeoutException: Read timed out - Context Is Too Large
    If all this doesn't help, you'll probably have to create a message on component BC-SRV-FP.
    Kind regards,
    Markus

  • 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

Maybe you are looking for