How to hide a fieldsuFF08elementsuFF09 in the Adobe Interactive form ?....urgent...

Hi Experts,
I'm working on Adobe Interactive form developed in WDP ABAP.( I have successfully config the ADS in my server.)
Action:
1. Create two view -
first_view and second_view in the WDP ABAP..
2. In the first_view, there are a input field( named "elements_number") and a button(named "create_button") .
3. In the second_view, there is Adobe Interactive form ( named "adobe_form" ). There are 3 text_fields elements in the Adobe Interactive form.
4. Run the WDP ABAP: first_view is opened. Type a number ex."2" in the "elements_number", click the "create_button".
5. The second_view is opened.
6. The "adobe_form" is occured.
7. There are 2 text_fields displayed in the "adobe_form" and 1 text_field hiden in the "adobe_form".
Steps (1) ~ (6), I have completed, but I don't know how to implement the step (7).
Please give me some hint on this. I try to use the CL_WD_ADOBE_SERVICE, but I didn't found any examples. Do you give me some ways to implement the function? Thanks a lot.
Thank you very much.
Thanks,
Tao

Hello Wang,
You need to transfer some additional information in an unused data field. Then, by using scripting within the form template, you can hide the input fields in question.
Best regards,
Thomas

Similar Messages

  • How to binnding the data in the adobe interactive forms for making a table?

    Hi, experts,
    Function:
    Through the sharing context node between adobe interactive form and a WDA for ABAP, display the data of the sflight_node in the ADOBE.
    version:
    Acrobat Reader 8.1.0
    currently both of the SAP-ABA and SAP-BASIS SP level: 9
    ADS : Successful.
    The following is my action:
    1.     Create a interface (Z_SFLIGHT_INTF) with a attribute node (SFLIGHT_NODE) that type is "sflight"  using the transaction code "sfp"
    2.     Create a form (Z_SFLIGHT_FORM) using the transaction code "sfp" with the interface Z_SFLIGHT_INTF.
    3.     Trag the sflight_node in the Z_SFLIGHT_INTF to the form( Z_SFLIGHT_FORM).
    4.     Open the layout tab in the form(Z_SFLIGHT_FORM), and create a table(table1). Click the table created just now, select the binding tab in the object tab, and in the Default Binding, select the SFLIGHT_NODE under the Z_SFLIGHT_FORM.
    Problem 1:
    Do you tell me whether is right for binding the context SFLIGHT_NODE using this way? If bind 3 context attributes in the sflight, how can I do it?
    5.     Create a WDA for abap (ZZ_02_SFLIGHT), and create a view(MAINVIEW) using transaction code "se80" in the sap-gui with adobe interactive form. Set the templatesource(Z_SFLIGHT_FORM) in the  adobe interactive form properties and saved, and then, datasource is "MAINVIEW_Z_SFLIGHT_FORM" automatically.
    6.     But I only found the attribute SFLIGHT_NODE under the context node(Z_SFLIGHT_NODE), and  I don't found the NODE ( SFLIGHT_NODE ) context in the context tab in the WDA for abap so that I don't set data to the context NODE (SFLIGHT_NODE).
    Problem 2:
    Do you tell me what can I do it so that I get the node SFLIGHT_NODE rather than attribute in the WDA for setting the data to the CONTEXT NODE (SFLIGHT_NODE)?
    Thanks a lot.
    Best regards,
    Tao

    Hi, experts,
    You can reply back to me via e-mail if you think we should discuss this internally at [email protected] or [email protected]
    Thanks a lot.
    Best regards,
    tao

  • Drop down in dynamic table in the Adobe Interactive Form (Web dynpro ABAP)

    Hi All,
    I have scenario use drop down in dynamic table in the adobe interactive form (Using the button the dynamic table row will be increasing and decreasing).
    Assume I Add five rows dynamically in the dynamic table. The Last column contains Drop down.
    I have button in the adobe form.
    Button Name = u201CSAVEu201D
    Button type    = SAP Submit button (Native type u2013 I am Using ZCI).
    While clicking save button, I need to store the dynamic table datau2019s to back end system. I can able to store the data to back end system. After form data getting saved those particular values need to display in the adobe form. 
    Here I am facing a problem.
    I cannot able to view as a default value in the drop down, which I have selected some values after save operation I am not getting any values in the drop down as a default.
    Example:
    The dynamic table contains 5 rows (Each and every row Drop down contains one to ten values).
    1)     I have selected second value in the Drop down (ROW1)
    2)     I have selected fourth value in the Drop down (ROW2)
    3)     I have selected fifth value in the Drop down (ROW3)
    4)     I have selected seventh value in the Drop down (ROW4)
    5)     I have selected third value in the Drop down (ROW5)
    I press the save button that particular Drop down value gets saved in back end system and that particular values want display in the Drop down as a default value.
    How to resolve this problem.
    Regards,
    Boopathi M

    Hi,
    Solve the problem .
    I have created the New node for dropdown. also i have one node already for table.
    The new node i bind to dropdown, the table same for table.
    Its working fine
    Boopathi M

  • How to create a dynamic fields in the Adobe Interactive form ?....urgent...

    Hi Experts,
    I'm working on Adobe Interactive form developed in WDP ABAP.( I have successfully config the ADS in my server.)
    Action:
    1. Create two view -
    first_view and second_view in the WDP ABAP..
    2. In the first_view, there are a input field( named "elements_number") and  a button(named "create_button") .
    3. In the second_view, there is Adobe Interactive form ( named "adobe_form" ).
    4. Run the WDP ABAP: first_view is opened. Type a number ex."3" in the "elements_number", click the "create_button".
    5. The second_view is opened.
    6. The "adobe_form" is occured.
    7. There are 3 text_fields in the "adobe_form".
    Steps (1) ~ (6), I have completed, but I don't know how to implement the step (7).
    Please give me some hint on this. I try to use the CL_WD_ADOBE_SERVICE, but I didn't found any examples.  Do you give me some ways to implement the function? Thanks a lot.
    Thank you very much.
    Thanks,
    Tao

    Hi Philippe,
    Thank you very much in advance.
    Do you tell me how to hide elements in the "adobe_form" in the WDP ABAP? How can I get the elements attributes in the "adobe_form" from the method WDDOMODIFY of the second_view  in the WDP ABAP.
    Please give me some hints on this. Do you give me some ways to implement functions( hide elements and  get elements's attributes)? Thanks a lot.
    Thank you very much.
    Thanks,
    Tao

  • How to capture full file path on Adobe Interactive Form using Acro JS

    Hi All,
    I have a requirement where I have a field ZPATH1 on Adobe Interactive Form. I am putting a BROWSE button and writing following JavaScript on CLICK event on this button for populating the chosen file path into field ZPATH1.
    *Start of JavaScript
    var sFile;
    event.target.importDataObject(sFile);
    var oFile;
    oFile = event.target.getDataObject(sFile);
    this.parent.parent.Sub_Form_Fields_Mass.ZPATH1.rawValue = oFile.path;
    *End of JavaScript
    1. event.target.importDataObject(sFile) --> Giving me the pop up to select the file.
    2. this.parent.parent.Sub_Form_Fields_Mass.ZPATH1.rawValue = oFile.path; --> Putting the oFile path in field ZPATH1 on the form.
    3. This way is only giving me the selected FILE NAME whereas I need the complete path.
    I have tried below way also:
    this.parent.parent.Sub_Form_Fields_Mass.ZPATH1.rawValue = even.target.path;
    This function returns me the complete path but in URL form. It does not give me the presentation server path.
    Please suggest me how to get the complete path of presentation server to the file.
    Appreciation would be honored in form of points!!!
    Regards,
    Ashish

    please post it here for quick response
    and also search in adobe forums also for java script related.
    http://www.adobe.com/support/forums/index.html

  • How much effort in developing an offline adobe interactive form - crm 2007

    We have a requirement to develop an offline adobe interactive form in crm 2007 sp4.  The form will be linked with a visit transaction and when saved will also facilittae the transfer of the form from crm to outlook via groupware integration.  From what i can see we have the following steps which will need to be implemented.
    1 - Develop web service to pull information from the created visit to the Offline Adobe Interactive Form
    2 - Create an Adobe interactive Form template to hold the details of the visit
    3 - Set up Groupware Integration to pass the form from CRM to Outook (DONE)
    4 - Develop some approach for uploading the form data back to the CRM server (of which there appears to be three approaches - Submit by Email / WebServices / WebDynpro-Upload )
    The form itself is not going to be too detailed.  It will be prepopulated with the following fields:
    Account No, Account Name, Contact, Date, Time, Transaction No, Transaction Category.  It will also have a number of text fields which will be used to capture the details of the visit.  It will have a submit button to allow for the data to be uploaded by the appropriate upload method.
    Can anyone give me some guidance as to how long it would take to implement such a requirement.
    Thanks in advance
    Eddie

    Hi,
    Do review this Thread, I think this will help you.
    [Adobe Interactive Forms / Web Services - Connection query|Adobe Interactive Forms / Web Services - Connection query;
    Regards
    Pradeep Goli

  • Reagarding saving and sending the adobe interactive form as non interactive

    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

  • 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

  • How to do  a Dynamic seletion in Adobe interative forms --urgent

    Hi ,
    I am totally new to Adobe forms Can you anyone help me in what all i should do to fetch data dynamically based on an entry in text field on the adobe form. For eg : I have a employee number the user enters this and on enter other details on the form should be fetched dynamically . Please let me know for both Webdynpro ABAP and JAVA . I am still not decide what to use .
    Regards
    Abhilash

    Hello Abhilash,
      You will have to write javascript or formcalc in order to do this.
    Regards
    Abdul

  • Save the Adobe Interactive Form as Readonly Form

    Hi,
    I have Adobe form displayed in Portal Iview(HCm Process and Form),Now i have few queries.
    How can we enable save and print button for the user in the interacive form.
    For Save button instead of saving as editable form will it be possible to save as read only kindly guide me in do this.
    i have SAP EC 6.04
    ADS installed latest version
    Adobe Reader 9.0
    Thanks,
    Nachy

    Hi,
    Currently in my ivew i have a option of review where the fields are readonly.
    When i Press F8 i could see the Toolbar to save and print,When i save it it is still saved as editable form.
    More over i want to know through adobe script how can we enable the tool bar.
    This is required because based on the Role of the user,i want to enable the tool bar.
    Additionally,through script is it possible to set the tool bar with few buttons instead of all.
    Thanks a lot for your help,
    Nachy

  • How to start a gp process using adobe interactive form.

    Hi ,
    I know that in Guided Procedure it is possible to start a GP Prosees using Adobe form and I am trying to do develop the same scenarion in CE. So can anyone of you tell me about the pre-requisites. What specific configurations should be done in GP, and SMTP Server and NWA to start a gp process by using an Adobe Form.
    Thanks and Regards
    Avijit

    Hi Avijit,
    go through this doc[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e98c87ea-0c01-0010-3798-a4f8db2411c5]
    hope it hlps u...
    Regards,
    Khushboo

  • Require a credential for the Adobe Interactive Forms scenarios- Charges

    Hi Friends,
    I need a info on Adobe Document Services, I have configured the service in an ECC 6.0 system. Now I would like to enable the interactive feature of adobe  forms. which is further required to apply for a credentials .pfx file PKCS#12 file. I just want to know whether it is chargable ( $ ) for one credentials, I have S -user ID of my client. I need this for testing purpose ..is there any alternative way to get this PKCS#12 file in free for some duration or the only way to create message to SAP applying for credentials ( As per SAP Note: 736902)
    Regards
    Ravi

    Hello Rabi,
    I did some investigation about the licensing for Adobe forms and i figured out from our SAP Rep that first 20 forms that you change..are free and after that its chargable..You might need to check your SAP Rep to get more insight into it.
    Hope this Helps.
    Rajeev

  • How to download adobe interactive form layout

    Hi Experts,
        can any one  suggest me how to download the adobe interactive form PDF layout including  output values. when we download the form values are  not displaying.
    Thanks in advance.
    Edited by: krishnaveni.Nomula on Sep 28, 2011 4:44 PM

    Hi,
    We are  generating the form then adding values & want to save that form.
    Thank you.

  • PM Notification Adobe Interactive Form - How to Start?

    Hi experts!
    I´m kind of new to the Adobe interactive form creating process.
    We have a requirement of turning the SAP Plant Maintenance notifications into a more friendly, adobe interactive form.
    My question is, how do I start to develop this?
    It is basically placing the PM Notification in an adobe form, so the users will open these notifications using adobe forms.
    The same fields are being used and they have everything on SAP Netweaver Portal.
    Any advice on how to begin? Maybe some links to documentation would be great...
    Thanks so much and best regards,
    Fernando

    Hi,
    I would like to suggest to take steps like this:
    1. Start with the Printing-Report (not the interface of the adobe form)...  usually you can make a copy of the includes(get_data) of standard printing report...
    2. Try to customize(spro) the new form with new the printing programm..
    3. Does the call work to you see the adobe form ... an so on...
    4. Now you r on half way ... decide to use standard include for getting data.. or use some bapi in the interface of your form to get all data that you need.
    thats it ... (for a not interactive form)

  • Adobe Interactive Form - How to disable Adobe toolbar in my View

    Hello Expert,
    we are starting to use the Adobe Interactive Form in our webDynpro (java) project.
    We would like to offer to our users an interactive form and to save the data inserted by the users in a database.
    So we add a "Submit Button" in our form, the button il linked to the method "onActionSubmit()" in the view implementation.
    But we want to force the users to press it before to save/stamp the pdf form.
    Is possible to disable the Adobe toolbar, that offers command like "stamp" or "save as", until the users press the "Submit Button"?
    Thanks in Advance
    Best Regards

    Hi,
    Please have a look at this thread,
    Re: Hiding Adobe ToolBar
    Kind regards,
    Saravanan K

Maybe you are looking for

  • Migration of Oracle DB (32 Bit) to 64 Bit

    Source : Linux OS 32 bit Processor Xeon 32 bit x 2 HT enabled Target Linux OS 64 bit (AMD processor) Processor Intel Quad x 2 HT enabled I wanted to take OS backup of full oracle software and DB from source and paste it to target machine Will it be w

  • Using the IMac 27 only as display for MacBook Pro

    Hello, i like to use my iMac 27 only as display for my MacBook Pro. I have the connecting cable. I must start the iMac, he is booting and then i can plug in the cable to my MacBook. Now i have the second display for using with my MacBook. Now my ques

  • M.youtube.​com "Watch Video" link does nothing

    I have a 8310 on AT&T running 4.5.0.110 OS. I have the BB browser selected with BB emulation and all option checkboxes selected. This was working but now when I click a link in m.youtube.com I get nothing. Nada. No reaction to the link being selected

  • IndentAndSpacingFormat - Bug in API or am I doing something wrong?

    I have a FieldObject in my report with double line spacing (LineSpacing=2) and then try following code to see its spacing format: double lineSpacing = myFieldObject.FieldFormat.StringFormat.IndentAndSpacingFormat.LineSpacing; Unfortunately this retur

  • SolMan 7.1 System monitoring - Error

      Hello I have a problem with a few metrics in system monitoring. Now I have tried everything I've found on the internet and I have worked through several lines of evidence. Has everything but no avail. Maybe someone has a tip. Thanks and regards