Hide adobe Non interactive form in Initial Display

Hi,
I have a adobe form under the input field & button in WD application.
Form should be shown only when users hits the Button.
Right now both are shown in intial view.How do we hide adobe form ?
rgds
Vara
Edited by: Vara K on Jan 27, 2009 7:49 PM

Hi,
Add a attribute of type WDY_BOOLEAN and bind it to the Adobe UI element.
And do the following in the wddomodifyview.
IF NOT first_time IS INITIAL.
  data lo_nd_screen_valid type ref to if_wd_context_node.
  data lo_el_screen_valid type ref to if_wd_context_element.
  data ls_screen_valid type wd_this->element_screen_valid.
navigate from <CONTEXT> to <SCREEN_VALID> via lead selection
  lo_nd_screen_valid = wd_context->get_child_node( name = wd_this->wdctx_screen_valid ).
get element via lead selection
  lo_el_screen_valid = lo_nd_screen_valid->get_element(  ).
get single attribute
  lo_el_screen_valid->set_attribute(
    exporting
      name  =  `ADOBEUIELEMENT`
      value =   u2018u2019 ).
ENDIF.
Thanks,
Rajkumar.S
Edited by: Rajkumar S on Jan 28, 2009 7:05 AM

Similar Messages

  • Export data to adobe non interactive form

    Hello,
    I would like to fill a non interactive adobe form with seized data in visual composer.
    How I can do that please ?

    Tony-
    I have not worked with Adobe Forms so I am not sure if this is feasible. If I had to populate a Web Dynpro form with data from a VC form I would have an action which would invoke the URL of the Web Dynpro application. This URL would have appended to it the field name and values as entered in the VC form. In the Web Dynpro component I would retrieve all the parameter values being passed through the URL and then set these values into the context. If the context is bound to a form, the data will automatically be displayed.
    Cheers-
    Atul

  • Error during activation of adobe non-interactive form

    Hello everyone,
    I am trying to activate a non-interactive adobe form and am getting the below error:-
    "Field p_lifnr has a conversion routine(see SAP note 796755)".
    I have made sure that this field (which is corresponding to LFA1-lifnr) has context binding, I even tried using below code in its interface:-
    GET PARAMETER ID 'LIF' FIELD p_lifnr.
    and also tried the below:-
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = p_lifnr
            IMPORTING
              output = p_lifnr.
    just in case..
    but all above in vain,can someone let me know what might be the problem....or where would I find this 'SAP note 796755' ?
    Thanks,
    Rachna.

    Hi,
    I am facing the same problem of "Error during activation" while activating the SAP interactive form.
    I am using ECC 6.0, ADL 7.1 and Adobe reader 8.0
    Could you please suggest a way out.
    Thank You
    Aser

  • Sending the adobe interactive form as non-interactive form through email

    Hi ,
              I am trying to send the interactive adobe form as non-interactive form  through email.The interactive form size is very large because of the interactivity.
    Can anybody suggest how to do this.
    Regards,
    Debasis

    Dear Antony,
    Thanks for the reply.
           I got you but can you pls guide me how to go about it.
    I need to send the email while submiting the form.So when and how i will be mapping each data node /attibutes of the main form with the intermediate form.My interactive form is of 30 pages and it may grow upto 40 pages.My response is with the to the main form where i am showing the success message.
    Regards,
    Debasis Nayak

  • To print image in Non interactive form

    I have a requirement where image file is attached to QM02 transaction, now i want to print the attached image on QM02 print output. I am planning to use Non interactive form method to print the form output.
    Can anyone pls guide me how to insert/print image file which is attached at the transaction level.

    Otto:
    I followed the steps you have described in one of your earlier reply but I am unable to see the image on the non-interactive ADOBE form.
    Here is what I did.
    1) In the "Code Initialization" section of the form, I coded to get the SE78 stored image in to XSTRING field (by calling method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp)
    2) I created the image field and bound it to the XSTRING field derived in step 1. And I check marked "embed image" in layout of the image field.
    I also followed some other threads on this forum and tried to create a graphic node with a global field of mime type "BMP" and bound my XSTRING data onto it but to no avail.
    Any ideas?
    Thanks.
    Jitendra Mehta

  • Problem when generating an non-interactive form in Web Dynpro java.

    Hi,
    I'm trying to create a PDFDocument using a creation context in java. Everything works fine when the Interactive property of the creation context is set to true. When I change it to false however, the Web dynpro application hangs and eventually throws the following exception:
    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)
    I'm wondering why this exception occurs when i'm generating a non interactive form and never appears when i'm generating a form with the Interactive property set to true.
    Any ideas?
    Edited by: Arjan Nieuwenhuizen on Feb 25, 2008 3:24 PM

    Yeah I know changing the form properties will solve my problem, but since i'm developing a training for Interactive Forms in Web Dynpro Java, I wanted to figure out why the (static / non-interactive) combination didn't work, turned out to be a template problem, which i still didn't figure out, except the fact that having flowed content on your template is not the problem.
    My ideas about your question:
    When we have the layout of an Interactive Form, its clear if it's meant to be static or dynamic, we don't know however, if it's interactive or non-interactive.
    I don't think we can judge a layout to have an Interactive or non-interactive purpose, can depend on the situation in which the same form is shown/used:
    - One moment it can be interactive, e.g. user is filling in the form, can enter data etc.
    - Next moment it can be non-interactive, e.g. form is shown to another user.
    So it's more the scenario/situation that determines if the form is interactive or non-interactive.

  • Want to generate non-interactive form

    Hi Experts,
                    I want to generate some reports from webdynpro java as pdf.i want to do
    this as non-interactive form.Please tell me how can i generate such a non interactive form , if possible with example or  as step by step procedure.
    Regards,
    Ramanan.P

    Hello,
    if you set the flag 'Readonly' for your Interactive form element it will be a non-interactive form.
    Best regards,
    Dezso

  • Bundling different (non-interactive) forms

    Hi,
    I want to bundle different non-interactive form. When I run the report FP_CHECK_BATCH_PDF_RETURN with the settings:
    Bundle Mode = X
    All Forms in One PDS = checked
    i got the error message "Call contained error(s): ASSEMBLE (FP_JOB_OPEN)"
    When I select Bundle Mode = M everything works fine. I tested the report on many different systems with different ADS versions, but the error was always the same. Can anyone tell my what the problem is?
    Thx in advance!
    Markus

    Hi Markus,
    the SAP Help explain exact your problem. I don't get into it. I tried it with release 7.31 and also with 7.02 a few weeks ago and everything worked fine. Just work through the help.
    Here is a Wikipage which provides an example-coding:
    How to assemble PDF form pages into one file - ABAP Development - SCN Wiki
    I also got this link in my pocket,but you sound very familiar to the language)
    Formulare bei der PDF-R�ckgabe b�ndeln (SAP-Bibliothek)
    You have to set fp_outputparams-getpdf = 'M', that's a must do, to use the function.
    Regards
    Florian

  • ADOBE Interactive Form not getting displayed in Browse

    Hi,
    Currently I am working on EhP4 project on ECC 6.0 environment. For HCM, We have interactive ADOBE forms for MSS. While testing we found that all buttons are displayed in a browser (we are are window 7 IE 8 ) but interactive form is not getting displayed in the browser (Fill out Form as part of MSS).  It only displays a line
    Checked ADS configuration as per oss note and works ok. Did HTTPWATCH - browser is getting (GET) the Adobe forms with values but not displaying it. If I copy URL from HTTPWATCH GET line in a separate browser window it displays the form.
    Thanks in advance your help.
    Regards
    Jitendra Pongurlekar

    Hey Chris (and others),
    We were having this same problem, and this Note fixed the issue (thanks!).  However, we are still experiencing another issue with HCM Processes and Forms under EhP4.  Before this Note, it took about ten minutes before "single line display" would show up.  Now after the Note, we get the full form, but it still takes ten solid minutes of waiting before it appears in the window.  We're pretty sure it's not a Portal issue, nor an ADS issue, but something with the web dynpros on the ABAP side.  However, we have not yet been able to resolve it.  Anyone else run into this performance problem with HCMP&F after upgrading to EhP4?  We don't have the problem with EhP3.
    Best regards,
    Matt

  • Saving the interactive adobe for as readonly or non-interactive form

    Hi,
         I want to save the interactive form in the final submission as non ineractive or readonly.Though i could able to save the form as pdf but the form is editable.Can any one suggest solutions for this.
    Thanks in advance.
    Dev

    hi,
    that should be easy.
    make a Context attribute <xxx> of type "boolean"
    GOTO
    interactive form->properties ->enabled
    there instead of choosing "true" or "false", you can bind it to a context attribute.(click on ...)
    By default make the context "true" so that it is enabled.
    at some particular event when you want it to be disabled. set the  bound context to "false".
    this should help.
    regards,
    -ag.

  • Changing layout for non interactive form - lisence

    Hi Experts,
    Here is the scenario. In ESS, display travel form would show up a standard adobe form. If we changed the format hiding or adding new field would be there any additional license for that (note that this form is not interactive)? From what i understand additional license only apply to interactive form. Please advice.
    Many thanks.

    You say "non-interactive", what means "print form". Adobe forms as "print forms" replace Smartforms and are ready to be used free of charge. You should need no additional license for your "new" form.
    Cheers Otto

  • How to add table in SAP Non interactive forms in webdynpro java

    Hi Experts,
    I have a requirement in webdynpro java.I have a print button.On clicking print button a pdf will be opened.
    This pdf will have data from the webdynpro view.I want to know how to add table in the adobe pdf.The webdynpro view will have many rows of table(rows will keep changing as per the size of the data output).How to send this data to adobe.How do we bind the node to the table in the adobe.How to automatically
    Please suggest.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Dec 26, 2008 8:58 AM

    Rajani,
    Take a look at below links, it will help you.
    [Handling Dynamic Length Tables in Adobe Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0859ad1-53aa-2a10-78ae-99e41c407669]
    [Integrate tables & Images in Adobe Web Dynpro|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/dynamic%20non-interactive%20pdf%20form.pdf]
    [How to Handle Table Input and Output|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/adobe/how%20to%20handle%20table%20input%20and%20output.pdf]
    [How Tou2026deal with Table input and display in Interactive Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0]
    Chintan

  • Adobe Designer - Interactive form/template (visible but don't print messges

    Hello,
    I'm making a interactive form or template with Adobe Designer, in which I have one object field and a few text fields.
    What I need to do is add messages on those fields so the person using the interactive form/template can know what to input in each field and were the fields are since they don't have border or background. For example I need to have a message like this: "click here to add your logo" in the object field, those messages can't be printed since they are just instrucctions for the person using the form/template.
    I tried the Tooltip but since the fields can have border people won't know were the fields are and the Tooltip only works when you place the cursor on the field.
    Any suggestions?

    The input parameters you are seeing in a 'Web Dynpro like' form are more than likely input parameters to the process.  Process input parameters come from action input parameters  in process blocks and actions that are not mapped.  Given that, it sounds like you have not mapped all the input parameters for one or more of your actions in your process.  By default, GP provides the process initiator the ability to specify the values of these inputs when a process is started. To avoid this you can either,
    1. Map all the input parameters.
    2. Specify the process to start automatically under the 'Instantiation' tab for the process template.  By selecting this, input parameters are ignored and their default values used.
    3. Don't expose these parameters if they are not required or applicable to your process.  This can be done at the action or block level under the 'Parameters' tab.
    ~Greg

  • TemplateSource property  not set in non interactive form

    Hi ,
      I m creating non interactive PDF form. When i am inserting interactiveform elelement in the view its templateSource property is not getting bind no any value.may be because of that when click to edit interactive UI element and added some Text Field from library , but i am not able to save (save all metadata ) after doing any changes to interactive element.
    Edited by: kavita chavan on Dec 20, 2007 12:01 PM
    Edited by: kavita chavan on Dec 20, 2007 12:39 PM

    Hi Kavita,
    The templateSource's value should be created automatically as <ViewName>_<UIname>.xdp and this file could be found under the directory
    src/configuration/Components/<your_component>
    What's your version of NWDS?
    Regards,
    Dao
    PS: You'll have a better chance of getting answers to your question in the SAP NetWeaver/Interactive Form by Adobe forum

  • How to Hide page in interactive form

    Hello All,
    I have developed the Interactive form for one of the HR process. Form is pread across the three pages.
    My requirment is to hide the second page based on some condition. I have tried JAVA script to hide the page using below syntax but its not working.
    if ($record.CARRID.value == "AA") { this.presence = "invisible";}
    Am i missing something? Help needed... Thanks
    Regards,
    Sagar

    Hi Sagar,
    Wrap all the UI elements that you want to hide inside a subform. Then try the following script in the initialize event of the subform.
    if (this.CARRID.rawValue == "AA") { this.presence = "hidden";}
    Thanks & Regards,
    Sanoosh

Maybe you are looking for

  • HT1391 Purchased items - icloud downloads to hard drive

    I have a new MacBook Air and have just purchased my first movie since having this Mac.  The purchase has gone to icloud only it seems and I can't find how to download it to my itunes library on my hard drive.  Have tried "check for available download

  • Saving data when reimporting at higher bitrate

    I'm in the process of re-importing my CD collection at a bitrate of 320 (AAC). As I do so, I'm finding that the downloaded CDDB information undoes the changes I made to it when I imported it the first time. This makes it necessary for me to change th

  • Local Logical System

    Hi All, This is my first post. when I'm trying to create a business partner., there was an error message saying " Local Logical System is not defined / assigned ".  What is that exactly mean by? and What are the prior steps we need to take before cre

  • File name compare across servers

    I am not using this for ID files, but think most scripters will know more than I - I am trying to compare file names (folders) by numbers on two separate servers. If a folder with the same name appears on both servers, I'd like to combine them on one

  • Raising Custom Exceptions in RMI

    hi all, i have a problem. i have an RMI server that makes use of some classes. in those classes, i am raising exceptions. problem is that the first time that those classes are called, the correct custom exception is raised. all the following times, i