Adobe Interactive forms & WebDynpro for java problem with IE7 and IE8

I have Interactive form ui-element in WebDynpro for java (ver. 7 SP 10) application. It works fine with IE6, but in IE7 (or IE8) it doesn't show that ui-element at all. We have tried to change IE7 security & advanced settings, but we have not made any progress. We have also tried to install/uninstall different Adobe reader versions etc.

I know a little more about the problem now. After viewing the XML source I change the property of the inputfield.
It was like this:
            <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="ReadOnly">
but i changed the access to be nonInteractive
            <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="nonInteractive">
now view2 shows the linebreak as in view1... Buut! when im going back to view1 from view2, the linebreaks gets converted into spaces
thats pretty wierd, aint it?

Similar Messages

  • Button to load dynamic image in interactive form webdynpro for java

    Hi all
    i tried to use image field to load dynamic image as shown in the online interactive form tutorial
    and it worked for test but when try it with view appears inside viewset it doesnt....
    so i think if we could call the image after render by pressing a button inside the form it may work
    but the problem is i have no idea about how to implement such solution ,so if any one has any idea about how to implement such solution i will be thankful if he can share me the solution.
    thanks.....
    Naguib..

    use the following tutorial. it is very easy to follow and it works fine, i have tried that.
    http://www.docstoc.com/docs/2540673/How-To-Integrate-ADOBE-form-on-WebdynPro-for-ABAP-and-Deploy-it-
    in case of some more problems, ask again and point out the part of tutorial where there is a problem.

  • Showing linebreaks in Adobe interactive forms webdynpro java

    Hey
    Im using interactive form from Adobe to show the content of my context, but the linebreaks gets converted into spaces. Heres my scenario:
    I have create a context:
    Person (node)
    - Name (value attribute)
    - Lastname (value attribute)
    I have create a view (view1) with 2 TextEdit to enter som text. This two TextEdit fields is binded to the contextnode.
    I have created another view (view2) with interactive form. The interactive forms consist of 2 InputFields that is also binded to the context.
    When i run the application i insert som text in the first view (view1). Then i go to the second view(view2) to display the content as a PDF. This works, but my problem is that the linebreaks I have created in the view1 gets converted into spaces in view2. I have allowd multiple lines.
    My question is that:
    does Adobe interactive form support linebreaks from the context? It is possible to enter linebreaks if I edit the interactive form at runtime, but I want it to display the linebreaks automaticly from the context.
    Are there any way around this? Please help me out. I cant find any sap note about this issue

    I know a little more about the problem now. After viewing the XML source I change the property of the inputfield.
    It was like this:
                <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="ReadOnly">
    but i changed the access to be nonInteractive
                <field name="verdipers_felt" y="130.7001mm" x="180.1801mm" w="101.6004mm" h="44.4501mm" locale="no_NO" access="nonInteractive">
    now view2 shows the linebreak as in view1... Buut! when im going back to view1 from view2, the linebreaks gets converted into spaces
    thats pretty wierd, aint it?

  • SUBMIT(to SAP) Button in Adobe Interactive Forms (Web Dynpro Java)

    Hi ,
    I m using Adobe Interactive Forms with Web Dynpro Java
    But submit to SAP button is not working
    i m using NWDS 7.2 with adobe lifecycledesigner 6.0
    with adobe reader 9.0
    when i click submit to SAP button in interactive form nothing happens and
    data is not transfered into web dynpro Context
    Can anybody help me out................

    Hi Adi,
    The evniorment and versions you posted seems to be quite scattered, make sure all are of compatible and to the lates.
    Anyways this was not the reason for your problem.
    Can you tace if the button click event is triggered ....?
    1) when the PDF is published can you see any of the fields editable...? reason behind is generally when you create a form in ADLC it comes up in static PDF format if its so you need to make it dynamic.
    I dont know if adding the webdynpro script to your form might fix.
    Regards,
    Sai

  • Filling dynamic drop down in adobe interactive form( webdynpro ABAP)

    HI all,
    Im new in Webdynpro ABAP, my requirement is to fill drop down list in adobe interactive form. i created adobe form and its working fine.
    I Created context like ROOT(cardinality 1:1)->DATANODE cardinality 0:n. This context is for drop down and in wddoinit i did  like this.
      IN WDDOINIT ,
    DATA lo_nd_root TYPE REF TO if_wd_context_node.
      DATA lo_nd_datanode TYPE REF TO if_wd_context_node.
      DATA lo_el_datanode TYPE REF TO if_wd_context_element.
      DATA ls_datanode TYPE wd_this->elements_datanode.
    navigate from <CONTEXT> to <ROOT> via lead selection
      lo_nd_root = wd_context->get_child_node( name = wd_this->wdctx_root ).
    navigate from <ROOT> to <DATANODE> via lead selection
      lo_nd_datanode = lo_nd_root->get_child_node( name = wd_this->wdctx_datanode ).
    get element via lead selection
      lo_el_datanode = lo_nd_datanode->get_element(  ).
    ls_datanode[] = lt_dna_value[].
    CALL METHOD lo_nd_datanode->bind_table
      EXPORTING
        new_items            =  ls_datanode
        set_initial_elements = ABAP_TRUE.
       index                =
    while executing  i'm getting this error ": WebDynpro Exception: ADS: com.adobe.ProcessingException: No output was generated while rendering: Stream for: PDFOut.(200,101). " . can u please tell me how to bind value for drop down.
    I created sample table in same form and i binded same value to table, that time its executing fine.
    can u please tell me solution for this Scenario.
    Thanks
    Hemachandran.
    Edited by: hemachandran R on Sep 12, 2008 2:27 PM

    hi,
    My requirement, is to use dynamic drop down in dynamic table. I am using webdynpro abap.
    i populated the value in drop down.
    Its working fine but the problem is how to fill the default value in drop down. because i want to bind the default value which im getting specify value from the table.because each row
    im getting different values, like first row
    CAR
    , that CAR want to fill as a default value in drop down  and second row  as
    BIKE
    that BIKE  want to fill as default value in drop down  ( example drop down contain   car , bike , cycle).
    In adobe form i binded like this
      $record.DATANODE.DATA[*].DNA_RATING
    i dont know whether this one is correct or wrong  .
    im getting default value as empty.
    please give me some solution how to do this.its very urgent
    thanks
    hemachandran.

  • Adobe Interactive Forms Tutorials for Beginner

    Hi Experts,
    I am new to Adobe Interactive Forms. Just gone through some documents. Saw some sample forms. But i need some tutorials guide to start the developement in NWDS. Kindly help me.
    Thanks,
    Bidyut

    Hello,
    I would recommend you to read the Adobe forms blogs here:
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/weblogs/topic/110
    Of course you will need some scripting reference (even if you don´t think so yet):
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    Probably you will need a setup guide for ADS or a troubleshooting paper if the forms service would stop working. But you can find all these in the other threads. I am also not sure which version of LCD you´re running, note there is 8.1 available which is very much better than the previous versions.
    Note: I feel the Java approach to forms is not that common here so you may find it difficult to find people here to help you. But I am sure there are some very nice guys working with Java here and hope you will be able to reach them.
    Happy development
    Regards Otto

  • Calling BRF in Adobe interactive form/Webdynpro application

    Dear Friends,
    I have a requirement that  I need to call BRF in Adobe interactive form.
    I would be great if you coud help me how to call  BRF Event in Adobe interactive form?
    Is it happening through webdynpro application?
    Please share your ideas.
    Thanks.
    Regrds,
    Preethi.

    Hi,
    Can anybody provide document link for BRF/Webdynpro and adobe combination ?
    Thanks.
    Regards,
    Preethi

  • Urg : adobe interactive form creation using Web dynpro with ABAP

    <i>Hi Floks,
    Thank you For Your support and view my Quires.
    I need helpful answer Regarding this Question . I need to Create custom ADobe interactive Form with WEB dynpro ABAP .Could please help out and give me what are the step can i followed here (Ex) .
    Good rewards for best Answers.
    Thank You,
    Suresh Duvvuri</i>

    please check this link:-
    step by step it is explained
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/c766e918-0b01-0010-99b1-c2b78cd059b3
    All the best,
    Mahesh.gattu

  • ADOBE Interactive forms -ABAP or JAVA??

    Hi,
    We are upgrading from 4.7E to ECC 6.0
    What are the pros and cons of using ABAP & JAVA in ADOBE Interactive forms.
    I know we can have both stacks in ECC 6.0 but when do we actuallly require JAVA and when ABAP?
    regards
    Praveen

    Hi,
    ALC Desinger that gets embedded in SE80 for ABAP and Java(NWDS) Development Environment.
    Please check this link.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c1151c55b33119e10000000a1553f7/frameset.htm

  • Blank page when using Interactive Forms(Webdynpro thru Java)

    While i was running the application using Interactive Forms iam getting Blank page.
    Previously when i try to view the output, i can able to view it without any errors,suddenly what happened is iam knowing.
    ADS was perfect,CredentialRights there,AdobeReader-7.0,ACF with SP11 installed and Active-X Controls Enabled.
    Can i know where the problem exactly is?Is the problem from client side or server side or do i need any settings for IE6.0?

    Hi Sankar,
    Did you use NW04 SP11 before (with ACF) and upgraded to NW04<b>S</b>? Your ACF version you mentioned is for NW04S and not for NW04.
    Also keep in mind that SAP changed the way Adobe forms are displayed (ACF will be replaced by the ZCI layout) - ZCI stands for Zero Client Installation. If you upgraded to 04S, you might need to change your forms as well (also the WD application).
    On your interactive forms application (the webdynpro) are there any links outside the adobe form? What happens if you click on it? At our side we have created a customer message, since the ZCI form is not being displayed. We also get a white Adobe placeholder, and when we click on a link outside the placeholder, we see the Adobe PDF logo being displayed in the placeholder (placeholder = frame).
    In your case: do you see a small red cross icon in the frame? That means ACF is not installed properly.

  • Integration adobe interactive form - webdynpro abap - digital signature

    Hi,
    We are developing an interactive form inside a webdynpro abap with a signature field.
    The signature is not checked because there is not yet a ssl connection.
    When the Web Dynpro get processed the form appears to lose the signature.
    We have developed an archive process next to the affixing of the signature of the document.
    Ads connection is slow, so while the Web Dynpro is processed i'm able to read this error in the form(adobe reader):
    "Signed and all signatures are valid, but with unsigned changes after last signature. Please Fill Out The Following.
    You can save data typed into this form."
    When the page finishes processing I see this error in the form:
    At least one require validating signatures.
    *Clicking on "validate all" i get this error:*
    "3 Miscellaneous Change (s)"
    In few words, the pdf is saved and stored with a "warning" status in the signature.
    Has anyone had this problem?
    I also tried to create a new form and a webdynpro completely new, but the problem persists.
    Reguards all
    Bye
    Edited by: Pierpaolo Foderà on Dec 22, 2011 6:26 PM
    Edited by: Pierpaolo Foderà on Dec 22, 2011 6:27 PM

    with ZCI layout, you can directly get the values from the node that is bound.
    Check this thread:
    [https://forums.sdn.sap.com/click.jspa?searchID=16237232&messageID=6069448]

  • Exception when start Adobe Interactive form (Webdynpro)

    Hello everyone,
    I am trying to launch Webdynpro application (from NWDS) with Adobe form. And get error message:
    javax.xml.rpc.soap.SOAPFaultException: javax.ejb.EJBAccessException: Principal: Guest (authentication method: unknown), policyContextID: com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar, permission.name: AdobeDocumentServicesEJB, permission.actions: rpData,Remote,com.adobe.RpString[],com.adobe.RpStream[].
    p.s. I have added ADSUser to Administrators group.
    Appreciate any help!
    Kirill

    Hello Arafat,
    What I have done:
    1. Got credential files from
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10e507e7-2670-2a10-0ba5-eaaabdf7c221
    0004793_Exp09302008.pfx
    0004793_Exp09302008.txt (password) file
    2. Moved 0004793_Exp09302008.pfx to the
    C:usrsapCE1SYSglobalAdobeDocumentServicesTrustManagerService     rustcredentials
    3. Created two attributes:
      a. ReaderRights (without sha-1)
      b. DocumentCertification (without sha-1)
      Assigned password from 0004793_Exp09302008.txt
      Type: P12
      P12 File: 0004793_Exp09302008.pfx.
    4. Restared WAS.
    Any ideas?
    Regards,
    Kirill

  • Why AS10g Forms Applet don´t start with IE7 and SUN Java???

    Hi @ all,
    since two days i am really confused about this strange behaviour of internet explorer 7 with the Sun JRE 1.5.0_15.
    Running our forms with Mozilla Firefox 3.x works fine with Sun JRE, but with IE7 the applet doesn´t start.
    I don´t get any error messages. The only thing I can see is that the java console is not appearing, but I don´t think that my java installation is corrupted or something is configured wrong because other java applets from several homepages are working without problems ( and the java console is appearing ).
    I read about the archive_ie parameter and I tried it but there were no changes in the behaviour of IE7.
    best regards
    Thomas

    Hi,
    I'm trying to connect through the Message Queue Administration Console. I've created a group called admin under ou=Groups,dc=mydomain,dc=com, which has the following properties:
    objectClass     top
    objectClass     groupofuniquenames
    description     Administration group for MQ
    uniqueMember     uid=mqUser,ou=People, dc=qxlva-domain,dc=com
    cn     admin
    Still, mqUser is forbidden.
    Cheers,
    Ben

  • HP Smart Web Printing feature, problem with IE7 and FireFox3

    "HP Smart Web Printing" problem with Internet Explorer 7 and FireFox 3I have a laptop that came with: Windows Vista Home Premium, Internet Explorer 7, FireFox 1.9. Everything worked fine.
    Recently I bought a "HP Photosmart C4580 All-in-One" printer that came with a free software "HP Smart Web Printing".
    Smart Web Printing worked fine with FireFox 1.9 browser. I liked it very much, because with it, I could print only the portions from the web page that I want, thus saving on inks. It really does more than that.
    With IE 7, Smart Web Printing was a disaster. IE 7 stopped working. Every time I closed a web browser window, IE7 would stop working and start all over again. It happened all the time.
    On suggestion from Microsoft Windows help desk I "Reset IE Setting". This solved the IE 7 problem , but it also removed the Smart Web Printing feature.
    Next, one day I downloaded latest version of FireFox browser "FireFox 3". Once again I lost the Smart Web Printing Feature, because it was not compatible with FireFox 3.
     Now here I am with no "Smart Web Printing" feature at all.
     Any suggestion how can I get "Smart Web Printing" feature back. I love the feature
    Thanks

    March 27th 2009 I've just downloaded HP Smart Web Print onto an HP a6500f desktop system running Vista-64.  I first installed it as a limited user and I get no icon in the IE7 taskbar.  I examined the manage add-ons dialog and it was installed but the toolbar configuration has no control icon for SWP icon.
    Then I logged off and logged on as a privileged user and downloaded again and tried to install.  This 2nd installation actually REMOVED my first installation.
    So I then downloaded for a third time and installed and it finished installing but there was no SWP icon in the tool bar.  I examined the Manage Add-Ons dialog and saw one in there on the left side.  I transfered the inactive icon to the active side of the dialog and then I immediately had TWO SWP icons in the task bar. (*mumble grumble*).  So I removed one and all is OK now as long as I use the IE7 as a privileged user. 
    If I go back to being a limited user (not an unreasonable thing to do is it?) I don't have an SWP icon.  Trying to install SWP application again only cause it to want to remove the existing installation.
    I'm not very impressed with this behavior. 
    Is there anything that can be done to get SWP to work for limited users?

  • Problems with IE7 and FF

    Hello,
    I'm facing a problem in my site. I have a table located
    inside another table. My inner table contains text.
    I'm using a css file to define the inner table properties. I
    used 'position: absolute' to define the inner-table text top
    position but got some problems with it in IE7 and firefox.
    Once deleting the absolute position I'm not able to get my
    text be align to the top on the cell, it keeps being painted in the
    center of the cell.
    How do I solve this issue?
    The problem is in:
    http://www.chaimassala.com/shareyourexperience.html
    and also in:
    http://www.chaimassala.com/picturesfactsEnglish.html
    Thanks,
    Yoni

    Vertically align the outer table cell which contains your
    inner table.
    like this:
    <td width="82%" height="235" valign="top"
    bgcolor="#FFFFB9">
    "yoni123" <[email protected]> wrote in
    message
    news:erpshq$b1h$[email protected]..
    > Hello,
    >
    > I'm facing a problem in my site. I have a table located
    inside another
    > table.
    > My inner table contains text.
    > I'm using a css file to define the inner table
    properties. I used
    > 'position:
    > absolute' to define the inner-table text top position
    but got some
    > problems
    > with it in IE7 and firefox.
    > Once deleting the absolute position I'm not able to get
    my text be align
    > to
    > the top on the cell, it keeps being painted in the
    center of the cell.
    > How do I solve this issue?
    >
    > The problem is in:
    http://www.chaimassala.com/shareyourexperience.html
    > and also in:
    http://www.chaimassala.com/picturesfactsEnglish.html
    > Thanks,
    > Yoni
    >
    >

Maybe you are looking for

  • How to open a pdf file using OPEN DATASET

    Im trying to convert a pdf into binary format. So im trying to read the contents of the pdf into a XSTRING. Using the FM 'SCMS_XSTRING_TO_BINARY' i can convert the XSTRING to binary format. How to open a pdf file using OPEN DATASET and transfer its c

  • NEW BW system-RSA1 configuration

    First time BW-RSA1 configuration Setting Source system for R/3 system Is their any global settings I need to setup Mapping source system in RSA1 menu level. We are not using any other currencies/fiscal year variant etc. Do I need to rebuild the Curre

  • Import com.sapportals.portal.security.usermanagement.IUser;  is deprecated

    import com.sapportals.portal.security.usermanagement.IUser;  is deprecated Is there any alternative???

  • [solved] Can't format (or I destroyed) a disk

    I have a USB hard disk that had three NTFS partitions on it. The drive was working fine before I started messing with it. I would turn it on, it would auto-mount, and I could read/write to/from it. I'm trying to format the disk, but it's not cooperat

  • Aperture 3.13 Keywords

    Just updated to 3.13 and it looks like keywords are broken. I used to be able to select a bunch of photos then click and drag a keyword on which would effect all of them. In 3.13 now it only apprears to be applied to one of the photos Anybody know ho