ZCI Layout error

Friends,
I am creating an Adobe Interactive form of ZCI Layout type.
When i select "ZCI Layout" type in Properties tab of the form, i get the message "Check the Web Dynpro script of the layout". I opened the Utilities menu entries and the "Insert Web Dynpro Script" options is not enabled. i am unable to leave the Properties tab to Layout tab, unless i change the Layout type to "Standard Layout" type.
Please let me know how to create a form with ZCI Layout type.
Points will be rewarded for helpful answers.
Thanks and Regards.

Hi,
I inserted a interactiveForm element under rootuielementcontainer.
I entered a "Z_temp_form" in templatesource property of interactiveform element.
Then I select the interactiveform element and rightclick and in the context menu I selected the "Navigation to form builder". It opens the Adobe Live Cycle Desinger.  The form layout type property is set to Unknow Layout Type. When I tried to change it to ZCI layout. I am getting the same error.
Thanks
Sundar

Similar Messages

  • ZCI Layout

    Dear Experts,
    I am new to PDF and interactive forms development and i have a webdynpro component where the layout is Interactive form. However my PDF form is not an interactive one, Its just a PDF print form.
    I recently went for the BC480 and BC481 training and confused about the layout part when used with Webdynpro. Is it mandatory that we have to use ZCI layout for non interactive forms also?
    Can anyone throw some inputs on this?
    Thanks,
    Rajesh.

    Hi,
    I inserted a interactiveForm element under rootuielementcontainer.
    I entered a "Z_temp_form" in templatesource property of interactiveform element.
    Then I select the interactiveform element and rightclick and in the context menu I selected the "Navigation to form builder". It opens the Adobe Live Cycle Desinger.  The form layout type property is set to Unknow Layout Type. When I tried to change it to ZCI layout. I am getting the same error.
    Thanks
    Sundar

  • Online Interactive form - ZCI Layout

    Hi All,
    I'm creating an online form on release 701 level 2 and am having problems with ZCI layout.
    I have created forms before with this layout to use feautures such as search help.
    Can anyone tell me what the latest recommended layout format is, ZCI or Standard?
    With Standard layout my form interface binding works but search helps lock up the form after use but with ZCI the search help works but only the field with the help is bound to my interface successfully on the submit method.
    I have reverted back to Adobe Reader 8.2 but this is still extremely flaky.
    Thanks,
    Gregor

    Hi Chintan,
    Yes the script has been inserted. The more I look at this the more I am thinking that online interactive forms are not fit for purpose.
    I guess there are some use cases but a web dynpro page would serve this purpose better with better integration into SAP etc.
    I am using version 8.2 of Adobe Designer but keeping versions of Designer and Reader and different versions of the ZCI script in line is not feasible. Adobe Reader can auto update so what if a user has updated from 8.2 to 8.3 and suddenly all the forms stop working?
    I understand that integrating between the browser and the embedded PDF is no mean feat but I'm going to stick to using Adobe Forms for offline use or print outputs.
    tl;dr HERE BE DRAGONS

  • ISR drop-down lists with ZCI layout

    Hi,
    We are developing a custom ISR scenario on Netweaver 2004s SP11 and Adobe LiveCycle Designer 7.1. Our Interactive form has a drop-down list which is supposed to get prefilled. When we use the ZCI layout, the drop-down is not showing any values. If we simply change the layout type to Standard, it is working fine. While using ZCI layout, we inserted the webdynpro script and used ISR native controls.
    Why the drop-down is not working with ZCI layout? Are we missing any thing?
    Appreciate your response
    Thanks
    Ram

    It is solved. The issue was with binding.

  • Large interactive form ( ZCI layout ) SAVE problem

    Hi Experts,
    Please advice.
    We migrated our interactive forms to ZCI layout and they work fine.
    But when the form size exceeds 2 MB (this varies), we observed the following two cases.
    <b>Case 1 )</b> In upload of an offline form, on 'ShowForm' action, the form opens, but when the 'SAVE' button ( placed in the webdynpro and not on the adobe form) is pressed, the browser shows the processing icon, but nothing happens at the server side. The corresponding action method is not called.
    If the size of the form is small, then it executes successfully.
    <b>Case 2)</b> During upload of the offline form ( only when large form), on 'ShowForm', after showing processing icon for a long time, nothing happens and the following exception is thrown.
    <b>Initial exception</b> --   java.net.SocketTimeoutException: Read timed out
    <b>Detailed exception</b>
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  GENERATEPDF
            at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:392)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:895)
            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:313)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            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: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(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:244)
            ... 29 more
    Caused by: 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:408)
            at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3958)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:148)
            at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
            ... 32 more
    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:89)
            at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
            at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:385)
            ... 35 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:806)
            at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:341)
            at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:250)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:362)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:553)
            at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1432)
            at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)

    Hi Mona...
    Refer to the following SAP Note 867502 . In addition you can also check out this blog:
    /people/r.eijpe/blog/2007/01/08/performing-sap-interactive-forms-by-adobe
    Hope this helps.
    PS. Reward points for helpful answers.

  • Pagination not active in ZCI layout

    Hello,
    I have designed a ZCI layout type adobe form . In the adobe form for none of the subforms which I have desinged pagination tab is enable . It is always disable for all the subforms .
    Can someone help me knowing the reason ?
    thanks
    Sneha

    Hi,
    Check the hierarchy of the subforms you have placed. If the hierarch of the subform is under the Page node then the pagination is not allowed.
    If the hierarchy of the subforms is under the same level of the master page then it is allowed.
    Regards,
    Raju.

  • Forms with Native(ZCI) Layout.

    Hi Experts,
    I am developing Forms with Native(ZCI) Layout. Offline the form is working fine. But online the form is creating issues. I have a button on my web dynpro screen. When I click on it to save the data in the form the form gets reloaded and data gets disappeared from the form. Please provide a solution.
    Regards,
    Vaibhav Tiwari.

    Hi, Robert
    In my scenario I have 2 views: General view with data and Print button and second view with PDF form. When pressed Print button I need display Pdf form on the second view with data from general screen.
    I created a window and embeded a second view in it. And I displaying an Adobe Form in a pop up modal window.

  • No Save option with ZCI Layout

    Hi,
    We are currently implementing HCM Forms in MSS and using Adobe interactive forms for the same. We were initially using the standard layout. However, as recommended by SAP, we switched to the ZCI layout format.
    However, with the new layout, when the Adobe forms shows up on the portal, the save icon to save the form on the hard disk is not coming up anymore. Basically the entire toolbar which allows Saving, Printing etc is not there anymore. We can still print the form by right clicking on it and selecting the Print option. However, there is no option to save the form.
    We would also like to add the Digital signature functionality to the form and wondering how to go about that.
    Any help will be appreciated.
    Regards,
    Alok

    I am checking this out. In all the scenario which i have tested.. by default the toolbar is visible. I doubt somebody might have written some code to hide it by default.
    We can hide the tool bar through coding ... But not very sure why it is happening in your case
    Please refer to the help file for the coding to hide the toolbar
    http://help.sap.com/saphelp_nw2004s/helpdata/en/45/2dbb13d79f3446e10000000a155369/frameset.htm
    Also we can hide the tool bar through java script.
    Please check if any of the code is written in your case. Otherwise you can do coding to do the reverse means to display the tool bar by default.
    Cheers
    Satya

  • Swing layout error

    i have posted this in the jdbc forum but i have not recieved any responsed yet so im posting it here in the hope that one of you might
    have a solution.
    I searched this forum, and i was surprised to find that none had this problem. I ll get to the point.
    I am using netbeans, so i downloaded the mysql driver , added it to the project library and compiled and ran my program . I did not have any problems.
    so i triedt to run the app on a different machine and it gave me the
    popular swing layout error. I fixed that error. by adding some lines to the xml file mentioned in the netbeans faq.
    Now it gives me another popular error when i try to run the .jar file from command line on the same machine i developed the app
    the errror is
    System Exception Output : com.mysql.jdbc.Driver
    is there a way to avoid this error like the swing layout error
    thanks in advance

    So, nothing whatsoever to do with a Swing layout error, then :o)

  • Layout error - ergonomic violation

    Hi,
    I have designed a screen of type: modal dialog box. This consists of a box and a custom control within it. The functionality of this screen is working perfectly.
    But in the screen, I am getting a layout error saying "Frame encloses ALL fields of template"
    I am unable to remove this error. Please help me.

    Hi Tiyasha,
    maybe the statement to item 1 in SAP Note [941424|https://service.sap.com/sap/support/notes/941424] can be helpful with regards to that error message.
    Best regards,
      Andreas

  • Purchase Order Crystal Report Layout Error

    The stock Crystal Report Layout for Purchase Orders is giving me the following error:
    A subscript must be between 1 and the size of the array.
    Details: errorKind
    Error in File POR20002 {b89f97ad-bf1f-447b-8bb4-b3d2e5219269}
    {3C375C81-7D37-475D-9BCB-1703CE533B65}.rpt
    Error in formula N_Decimal_Places:
    '// To get the length of decimals
    A subscript must be between 1 and the size of the array.
    Details: errorKind
    I looked in the Crystal Reports Formula fields and could not find N_Decimal_Places.
    Has any one else had the problem with the PO layout that comes with Business One?  If so, how did you fix it?

    Couldn't find how to copy the PO layout over using copy express.
    I did compare the RDOC fields for POR20002 in both databases and they are Identical. 
    In Crystal Reports, I did a formula search for N_Decimal_Places and it found nothing.  Then I did a search for 'length' in all formulas and it finds length in N_Decimal_Places.  When I double click on N_Decimal_Places it clears the screen and never shows the formula. This happens in both layouts for my test database and SBODemoUS.
    Again, SBODemoUS works correctly and AAA_TEST give the error.

  • PDF Printing Issue - Customised Report Layout Error

    Hi,
    I am trying to get a PDF file output based on the customised RTF file created. I follow the following steps but I am facing an issue with that.
    (i) Go to Shared Components > Report Queries.
    (ii) Create a new Report query with more than one query.
    (iii) Using the XML Data in the Report queries, create a Report Layout (RTF) file.
    (iv) Navigate to shared components Report Layout and upload the RTF file.
    (v) Once this is done, use the Report Layout created in the Report Queries. Select the Layout name from the Drop Down.
    (vi) Click on TEST REPORT, this produces an error: Adobe Reader could not open the <file name> because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and wasn't correctly decoded )
    Additional Info
    The apex instance configured with Embbedded plsql, rdbms version is 11.1.0.7.0 and the BI publisher version 10.1.3.3.
    ISSUE DESC
    When I use mulitple Queries even after using Generic Report Layout I get the output for the first query alone in the PDF and the remaining Queries are ignored.
    And when i use a user defined template, then even If i have a single report query I get the error.
    To summarise, I am not able to use the customised Layouts.
    I have reproduced the issue in apex.oracle.com
    Please log in using,
    WORKSPACE: demo_test
    USER NAME: [email protected]
    pwd: vidhya
    After logging in please select the Application Builder.
    In that select the Application named PDF.
    Select the Shared components > Report Queries
    Select the Report Query named test.
    Click on the TEST REPORT button in the Source Queries Section.
    You will get the error.
    Now in the same page in the Report Query Attributes Section change the Report Layout to Use Generic Report Layout and then click on 'TEST REPORT', this will give the PDF file without errors.
    The same report has been called from the PRINT REPORT button provided in the page 1 of the application.
    This issue is really urgent and critical. Require your inputs/help.
    Thanks,
    Ramya

    I' an APEX newbie and believe I am having the same or a similar problem. I am (for now) developing a system using the hosted Apex development system online. I have created a Report Query which works fine with the default layout. I downloaded the XML (tried both sample data and schema) into Word 2007 with the BI Publisher Template Builder. I used the table wizard to create a simple layout containing all columns with no customization at all. Saved as an RTF, uploaded to Apex as a Report Layout, associated it with the Report Query, clicked Test Report -- and I got nothing.
    When the is a PDF, I get the same error you mention ( Adobe Reader could not open the <file name> because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and wasn't correctly decoded ). If I switch to an HTML file the out is just a blank screen.
    If I switch back to generic report layout, it works fine. This suggests there is something wrong with the template, though it looks fine in Word with the sample data.
    I've searched the forums and Google for the better part of a day. What am I missing?

  • Run Web Layout Error 11g R2 Report

    Report Builder 11.1.2.0.0
    When button pressed on Run Web Layout in Oracle Report Builder then
    It's show Error:-
    java.lang.NoClassDefFoundError:
    javax/servlet/tagext/tagLibraryInfo
    Installed proucts are:-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle 11g R2 (Forms & Reports )
    Please give advice

    Have you checked out {thread:id=2418100} ?
    Cheers,

  • Planning Layout error K9162 - max number of columns in planning layout rest

    Hello collegues,
    our client would like to have 34 columns in planning layout costs activity inputs of TA KP67. But error message K9162 - max. number of columns is restricted to 30. So I tried to switch of the message with TA OBA5 application area K9 - msg number 162. But this does not work as the error comes up again even though the message is switched off.
    Do you have some ideas?
    Thanks and regards,
    Christian

    Hello,
    thanks for your response. I have maintaine in OBMSG:
    K9     162     WE     E    switch off selected
    then in OBA5 for dialog and batch I have maintained  -
    but the error is upcoming again. So I think that this sort of message cannot be switched off as the planning layout is restricted to 30 columns by design maybe?
    thanks and regards,
    Christian

  • Planning layout error while opening

    Hi,
    Planning layout is not opening, but it was worked for the past two months.
    It shows the below while opening of the planning layout..
    Errror reading of data from the info provider.
    System error in program in CL_RSDRC_SELDR_SRVS  and Form_Seldr_to_slide_node_ch01
    Regards
    Perasel
    Edited by: Perasel on Aug 13, 2008 3:47 PM

    Look at the dump in st22 and errors in sm21 .check the transaction code SNOTE to check whether the note 1024741 is implemented.
    The following is from the above note:
    Solution for your problem.
    Import Support Package 13 for SAP NetWeaver 2004s BI (BI Patch 13 or SAPKW70013) into your BI system. The Support Package is available once Note 991093 "SAPBINews BI 7.0 Support Package 13", which describes this Support Package in more detail, has been released for customers.

Maybe you are looking for

  • How do I move mvi files from iPhoto into iMovie?

    I am trying to create eventually an iDVD but want to put together several mvi files I took. I am doing it right in iphoto to allow me to import them.

  • Print iCal --- filofax size/format

    While iCal is very useful when I'm in the office, often I'm on the road and don't have the computer with me. Is it possible to print the information in iCal so that it is formatted to fit the filox personal sized pages? I also have Pages and wonder i

  • My blackberry curve 8520 has lost all my pictures in the lost.dir folder how do I recover them

    I have a blackberry curve 8520 and it has moved all of my pictures on my memory card into a folder called LOST.DIR (I`m not 100% sure they have moved there but  I found a lot of files in there that seem to be my pictures) I am not sure how I  can rec

  • Cancellation of Goods receipt (Partial Quantity)

    Dear Experts, One of my user creates sales order for 1363 Cartons and create Goods Receipt for the same. But he created outbound for 738 carton (actually received quantity)  and completed full process like PGI, Shipment & billing Documents with 738 c

  • Complex content conversion File sender

    RecordSet     >Header   1..1          hfield1 1..1          hfield2 1..1     >/Header     >Detail      1..n          Dfield1 1..1          Dfield2 1..1          > SubDetail 1..1                  SDfield3  1..n          > /SubDetail      >/Detail /Rec