Interactive Form Blank after Resize

Hi All,
    We've implemented some interactive form whith Web Dynpro for ABAP. Those forms works okay in my colleagues' laptop, but if I'm trying to open it, it will load the UI elements normally as first, and if I scoll down and up the window, all this UI will disappear, the same as if I resize the window.
     I have the Acrobat Reader 8.1 installed on my laptop. Do you have any idea of this?
Thanks,
YiNing

Hi,
May I know how you have resolved this as Im also getting the same problem

Similar Messages

  • Fillable forms blank after emailing

    I am using an old version of Acrobat- Acrobat9 Pro.  I have created a number of fillable forms to streamline the admin part of a project I am doing. The forms work fine to complete and save.  But when I email them to someone, more than half the time they come through as blank.  Any idea about how to fix this?

    BUMP!

  • Adobe Interactive Form PDF doubles in size after saving

    Hi all,
    We have a interactive form, and after generation it's about 925 kB (when saving).
    Now, when you change a single field (add some input or something), and then saving, the file size almost doubles to 1778 kB.
    Ofcourse, we would rather have a smaller PDF size.
    Does anybody else have this problem and/or knows what causes this ?
    I think it's a general problem, but still would be nice if I could explain what is causing it...
    Thanks in advance !
    L.

    Here's one way I could think of doing it. Not sure if it's the most efficient. There may be some function modules out there....
    You write a small program to print an Adobe form from the RFC.
    Before you call Job open (CALL FUNCTION 'FP_JOB_OPEN'
    ), set the following parameters of
    sfpoutputparams.
    Set the outputparamaters to suppress the dialog
    utputparams-nodialog = 'X'.
    Set to print to a dummy printer
    outputparams-dest = 'LP01'.
    Set a spool request
      outputparams-REQNEW = 'X'.
    Then you can call a program like rstxpdft4 to download the PDF file.
    Regards,
    Lavaughn

  • Hanging issue - with adobe interactive forms

    Hi Guys,
    I' am facing the following problem with the adobe interactive forms. After the successfull completion of 6 to 7 round trips,
    the form is hanging next time. Let me know if you people have faced the same issue and what was done.
    Thanks,
    Aravind

    Hi,
    Some more information on the issue. I' am using HCM forms and processes to develop the forms.
    Ther problem is only happening to two forms which are more than 200Kbytes. Is there any size
    restriction for the adobe forms developed. if yes, please let me know.
    Thanks,
    Aravind

  • What we can do by SAP Interactive Forms by Adobe and What we cannot do

    My question is what we can do by SIFbA and What we cannot do. Means advantages and disadvantages of SIFbA in online and offline scenarios.
    Regards
    Iftikhar Ali

    You can save a PDF file into another PDF file. If both are interactive forms and after completeing one process (first form) you want to keep the reference in the second form, you can upload the first one as the attachment into the second one. In the backend SAP system you can extract data from the second, extract the attachments from the second (what is the first form), then extract data from the first one too. if you have no access, there is no help. But if you have ocasional access to the net, you could use web services called from your forms.
    regards Otto

  • Interactive form -Dynamic input fields

    Hi,
    I am working with an interactive form.
    After Userinputs a InputField1 it should populate Inputfield2 dynamically.
    Lets Say if I enter a 01/01/2009 in input field1, second input field should be a week after date 01/07/2009.
    How do we handle this ?
    rgds
    Vara

    Hi,
    Select the InputField1 and goto Script Editor and select the Event type: "Change" and Language as "FormCalc" and in editor write the below code:
    InputField2.rawValue = Num2Date(IsoDate2Num($.rawValue)+7,"DD/MM/YYYY")
    Based on your requirement change the display pattern of both the date fields in the object pallette.
    Note: Make both the fields as Date/Time Fields and not TextFields.
    Regards
    Pradeep Goli

  • Blank value added to dropdown list in Adobe Interactive forms

    Hi,
    I see blank value being added to the value list by default to dropdown lists in adobe interactive forms. The real issue is it's being added sometimes as the first value or last value in the drop down list of values which is inconsistent and resulting in Errors sometimes.
    Is there a way by which we can control the position of the blank value added by default(SAP or Adobe) to the drop down lists in adobe interactive forms .? Secondly , Is this a SAP or Adobe upgrade issue since we observed this issue only after recent upgrades ...?
    I am using HCM processes and forms and I am not adding blank value (space) explicitly in my coding of dropdown list values .
    Thanks for your time .
    Sankeerth
    Edited by: SANKEERTH D on Aug 22, 2011 1:46 PM

    Hi Sankeerth,
    The Web Dynpro framework generates a blank entry to the value set of the dropdown listbox if the Context attribute bound to the dropdown listbox is "nullable" (see properties of the Context attribute).
    The dropdown listboxes of interactive forms will be populated with exactly the same data (value sets) as the "native" Web Dynpro dropdown lisboxes.
    For SAP NetWeaver 7 EhP2, there's a Web Dynpro test application (WDR_TEST_ADOBE_ZCI) available, which demonstrates this: Start it and see the dropdown listboxes labeled "Datatype" and "Datatype (nullable)": Both are bound to Context attributes which are of type DATATYPE_D. The only difference is that one of the attributes is "nullable". The dropdown listbox bound to the nullable attribute contains the additional blank entry.
    Watch the native Web Dynpro dropdown listboxes below the interactive form: They are bound to the same Context attributes and contain the same value sets as the dropdown listboxes of the interactive form!
    Regards,
    Ralf

  • Adobe Interactive Form Shows Blank (WD JAVA ZCI)

    Hi Expert,
    I have the following problem.
    I developed an Adobe interactive Form embebed in WD java app with success in DEV environment, but i have an issue in QA environment.
    When i run the Adobe Form logged in portal, the application runs fine, but, when i do unlogged, WD app run fine but Adobe Form shows blank
    Any idea?

    Hi Sean
    In the Visual Admin of the server that runs the ADS check under server->services->destinations click on http folder. There should be something under that called FP_ICF_DATA_<sid of backend>. If there is not then create one in there.
    Regards
    Thashin
    Edited by: Thoshin Naicker on Jan 12, 2009 7:09 AM
    Edited by: Thoshin Naicker on Jan 12, 2009 7:10 AM

  • Attachments added to the Interactive form is lost after submit

    Hi All,
    I have a scenario where the user can add attachments to the Interactive Form Online and click on Submit to archive the filled form. The problem is that i am not able to retrieve the attachments added to the form.
    The datasource of the ITF is bound to the View Context node and the pdfsource is bound to an attribute of XSTRING type.
    Here i am able to see the changed values of the Input fields in my context node. But, any attachments added is lost.
    How can i retrieve the attachments? I tries calling the Methods SET_TASK_GETATTACHMENTS and GET_ATTACHMENTS of PDF Objects but it always returns null.
    FYI,
    if i use file upload UI Element and upload an existing form with attachments then i am able to get the list of attachments by calling the Methods SET_TASK_GETATTACHMENTS and GET_ATTACHMENTS of PDF Objects before this PDF is displayed in the next view. (binding the XSTRING of FIle Upload UI to the PDFSOURCE of the ITF).
    Here also if i add some new attachments to the PDF and click on submit then these new docs are  lost.
    In short whenever i add attachments to the pdf dynamically via add attachment option after the PDF is displayed the new attachments are lost.
    Please let me know how to correct this.
    Thanks,
    Abhishek

    There is a default functionality provided by Adobe... If all your fields are field, you can not submit. It will prompt .. to fill the form.
    Only you have to mark those field as mandatory.
    So select the field -> Go to Object Pallet -> Value Tab -> select the type as User entered Required
    This will solve your problem.
    You can also customise the requirements through scripting language.
    cheers
    Satya

  • A font package is requried to correctly display after creating interactive form in livecycle

    SO I created a form in acrobat. When I save it, and open it in reader, it opens it fine. But I need to make the fields expandable, so I go to livecycle, and create an interactive form with flowable layout. Once i save it, and open it in reader, it instructs me to download chinese font package. There are no chinese fonts in this document. And I only get this message after saving the form in LiveCycle.  Any ideas?  It just started happening last week. Never had a problem before that.

    Hey buddy, I experienced similar problem.
    When you creating the form, make sure the font you are selecting is a popular font. For example, if you change it to New Time Roman instead of SimSun, it will work.
    Try it!

  • 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.

  • Adobe Form -Interactive -Subform dissappear after Click

    Hi.
    I have a Interactive form with a Native submit button with single MAIN view .
    I am poupulating the form intially in WDOINIT method & I am trying to do some calculations on the form using submit click.
    Here is what i am doing onclick.After I click submit button item form dissappears completely .
    When I debug i see all the entries in the table lt_material but it doesn't shows up in the form.
    I don't have anycode in other Methods.What could be the reason? I can use scripts too but I need to use this functionality for other requirement.
    METHOD onactionclick .
      DATA lo_nd_adobe_data TYPE REF TO if_wd_context_node.
      DATA lo_nd_material_node TYPE REF TO if_wd_context_node.
      DATA lo_el_material_node TYPE REF TO if_wd_context_element.
      DATA ls_material_node TYPE wd_this->element_material_node.
      DATA lt_material TYPE STANDARD TABLE OF wd_this->element_material_node.
      DATA wa_material TYPE wd_this->element_material_node.
    * navigate from <CONTEXT> to <ADOBE_DATA> via lead selection
      lo_nd_adobe_data = wd_context->get_child_node( name = wd_this->wdctx_adobe_data ).
    * navigate from <ADOBE_DATA> to <MATERIAL_NODE> via lead selection
      lo_nd_material_node = lo_nd_adobe_data->get_child_node( name = wd_this->wdctx_material_node ).
      IF lo_nd_material_node IS NOT INITIAL.
        CALL METHOD lo_nd_material_node->get_static_attributes_table
          IMPORTING
            table = lt_material.
      ENDIF.
      LOOP AT lt_material INTO wa_material.
        wa_material-diffq = wa_material-sysqn -  ( wa_material-usrmo + wa_material-relw1 + wa_material-relw2 + wa_material-relw3 ).
        MODIFY lt_material FROM wa_material.
      ENDLOOP.
      lo_nd_material_node->bind_table( lt_material ).
    ENDMETHOD.

    Chintan,
    I am using Onsubmit event which is the only avaialble option on form properties.
    I just named event as CLICK but I changed it now to submit but it is still doing the same .
    Itemform is dissappearing on click.
    Control type for native button is regular. code inside this button is .
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - 800.20070410093956.383622.376748 - SubmitToSAP.xfo
                          ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
                          // END OF DO NOT MODIFY
    All I am doing is retrieving the context data and doing some modifications and re-binding.
    FYI.. I am moving from WD1 (ALV with buttons ) to WD2 (pops up adobe form in new window intiaily) by transferring cookies . I need that button in WD2 .
    Do you think that cookies is causing this problem? because after click i don't need that context data anymore.All i need is form data which I get through
    IF lo_nd_material_node IS NOT INITIAL.
        CALL METHOD lo_nd_material_node->get_static_attributes_table
          IMPORTING
            table = lt_material.
      ENDIF.
    and re-binding
    lo_nd_material_node->bind_table( lt_material ).
    Rgds
    Vara
    Edited by: Vara K on Aug 13, 2009 5:22 PM
    Edited by: Vara K on Aug 13, 2009 6:28 PM

  • Interactive Form after Edit is not working

    Dear All,
    I am facing an issue with Interactive Forms in NWDS. It was working fine before, but today suddenly it stopped. When I click on Edit, the blank Interactive Form is opening with Red Mark.
    Kinldy help to solve this issue.
    Regards,
    NIkesh Shah

    You are getting problem when you are doing Edit in Interactive Form,then this problem may be due to your Adobe Life Cycle Designer.
    for ADS check these
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    Configuration
    http://help.sap.com/saphelp_nw70/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/content.htm
    Adobe Document services
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e4e9afb-0701-0010-f8a8-b8cd093662c2
    Regards
    Trilochan

  • Update table after filling an adobe interactive form inside a workflow

    Hi
    I have the following workflow problem:
    I made a webdynpro application that incudes an adobe interactive form. An user fill this form. After filling the form he will press the submit button. The data will be introduced in the  custom table and a workflow will be started.
    Inside the workflow, I attached the form filled by the user. After attaching it I introduce a user decision step in order to see the content of the pdf attachment, modify it and send again. So, the person that will execute the workitem has to open that pdf and fill some additional fields. The information should be updated in the table and then send to other persons. I don't know how to update the table with the new values that are inserted in the form in that decisional step and send the updated form to the other users.
    Thank you in advance !
    Iulia

    Hi Iulia
      You cannot do that through decision step with attachment. You have to do with task registation in      t-code SWFVISU. so the work item will come to UWL once the approver clicks the work item it opens and entered his comments, You have to caputer the comments and pass these comments to the workflow container element from there you update to your custom table. 
    Regards
    vijay

  • Blank page displayed while Deploying interactive forms

    Hi ,
    I am Facing a problem with interactive forms. i am using Adobe interactive forms in Web Dynpro. while deploying interactive forms ,the Deployment result shows blank view.
    i have installed ACF, Adobe reader 7.0.
    i am using NWDS 04s SP16.
    help me if anyone knows the solution.
    Regards
    Sridhar

    HI
    Add Interactive form to existing view
    Go to properties of IForm.
    Select trying display type = native instead of ActiveX.
    Give height and width according to need (say height=700 px and width= 100%)
    Add pdf_source attribute into context of view of type binary.
    Also bind elements to context node which is necessary.
    Mandeep Virk

Maybe you are looking for

  • Error sending e-mail (alert report)

    hai, I am trying to send alert message and Report via e-mail. I caught up in this error .The eventvwr is giving this error. " The transport failed to connect to the server." Please help me to solve this problem. thanks in advance.

  • Any "best practices" for managing a 1.3TB iPhoto library?

    Does anyone have any "best practices" or suggestions for managing and dealing with a large iPhoto library?  I currently have a 1.3 TB library.  This is made up of anything shot in the past 8 years culminating with the past 2 years being 5D Mark II im

  • RH8: Style Sheets Issue

    I inherited an RH8 project from another writer and now I'm trying to make some sense out of it. My latest issue: When I expand the Style Sheets folder in the Project Manager pod, there are 2 CSS files plus about 15 subfolders. The folders seem to hav

  • Cannot open RAW in CS3. This must be a common problem. Any help please?

    Good day folks Anyone got any help with opening files in RAW ? I'm using CS3 and my cam is a 5D mark 2. Keep getting the same generic message from adobe " could not complete your request because this is not the right type of document "  aaarrrgghhhhh

  • Appending fields

    Hi all, i have two internal tables. one table have Mandt key extra comparing to other internal table. and both have remaining all the fields same. Now i want to insert all the fields from the internal table which dont have mandt key to another intern