Submit button in Webdynpro which uses Adobe

Hi Guys ,
I have created Webdynpro View with Adobe and then i created UI element Submit button in Webdynpro View which is holding Adobe.
Than i executed webdynppro application and clicked submit button to read the data from Adobe .
Iam getting the WAIT Process keep on running and my On action Method did't triggered at all .
I have done all the setup as per the notes given in the privious thereds for Adobe .
Please help me to resolve the issue .
Thanks a lot.
Regards
Prabhu

Hi Prabhu,
I am running into the same issue and I tried running transaction SFP_ZCI_UPDATE  but still no help. Any more pointers?
Thansk,
-Ashwani

Similar Messages

  • Getting submit button to work online in Adobe Reader

    We've been having problems getting the Submit button to function in an Adobe form we use online. I searched this forum and others but came up with no solution other than instructing the user to download the form and open it locally in Reader then fill it out and submit. This seemed counter intuitive so we called Adobe and got the following bit of info that worked like a charm so we thought we'd share it with others who may be experiencing the same problem.
    In Adobe Acrobat Professional
    Go to “Advanced” in the menu
    Select “Enable Usage Rights in Adobe Reader...”
    When you do this it prompts you to save it. Once this is enabled you can't edit the document any further so you may want to save it as a new name and upload it to the web and the submit button should then work in the browser.   

    I can't read the form on this machine (meaning it is not backward compatible to this version). However, the typical problem is that you are trying to have a full form submitted. Simply change to the FDF or XML data which can be imported to the form. There are restrictions on the saving that is needed for the full form and also there may be problems with using e-mail -- e-mail depends on the client machine setup in many cases and will fail.
    Follow up:
    I looked at the submit button. There are two aspects that are issues, one that is probably the problem you are having.
    1. You use e-mail submission. This may cause problems for some folks due to their system not being setup for MAPI or related automated mailto: operation. That is likely not your problem, but can be an issue.
    2. You have selected to submit the entire PDF. Change that to a FDF submission for now and it will probably work fine. Depending on your version of Acrobat you can fine a menu item listed as Form Data with the option to import data. That is all you need to get the data back in the same form as in the PDF that was completed. You will have to open the form and then import the data, unless the form has not moved and the FDF file still has the file path information to open the data in the file automatically.
    3. To enable the full form, you run into issues with the license agreement if it is be used by more than 500 folks. It may be an issue for a company as large as your's. In that case, use the form data. If you can insure that there will be no more than 500 folks using the form (see Sec 15 of the EULA), you can enable Reader Rights (need AA8 or AA9). I would suggest you are better off not enabling the form in your work place, but having the data submitted. The user can print the form (and markup) for their records.

  • Submit button in Webdynpro tab

    hi,
    I am new to Adobe forms, i am using WDJ.
    Does the submit button in the "web dynpro tab" call the onSubmit action mentioned in the interactive form UI element?
    do we have to write any script to perform the above requirment.?
    Also the button name in the web dynpro tab is not "Submit to SAP" its only "Submit" is that an issue?

    HI
    It is true that Submit button on Native WebDynpro tab is the same button which can invoke the onSubmit action mentioned in the interactive form UI element.
    You only have to write a method under the action of OnSubmit button mentioned in the interactive form UI element.
    SubmitToSAP is the same button as onSubmit button only name is changed in latest versions.
    Mandeep Virk

  • How to remove submit buttons on workspace and use submit buttons on PDF instead?

    I am working with LiveCycle ES2. I will get submit buttons automatically render on workspace according to routes i designed after User component. However, I do not want that submit buttons on Flex. I would like to use submit buttons on PDF as designing in LiveCycle Designer.
    Could you please give a suggestion on this?
    Mac

    You would also want to ensure that the Adobe LiveCycle Form Bridge is not on the form.
    Here are some scenarios, from the Workbench help, which may help:
    If your process uses Adobe XML forms (XDP files), you can render the form to PDF and then use the Inject Form Bridge operation. To render to PDF, you use the renderPDFForm operation that the Forms service provides.
    Workspace ES provides a Complete button that users click to submit their forms. However, forms can also include submit buttons. When the Inject Form Bridge operation is used on a form, Workspace ES either hides the submit button, or disables the Complete button.
    Form design
    Result
    Design: The form includes no submit button.
    Result: Workspace ES disables the Complete button and users cannot submit the form.
    Design: The form includes one submit button.
    Result? Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes a button (indirect submit) that points to a submit button (direct submit)
            Indirect-submit buttons always take precedence over direct-submit buttons, even if multiple submit buttons exist. Workspace ES always shows the indirect submit buttons.
    Result: Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes multiple indirect-submit buttons that point to one or more direct-submit buttons.
    Results: Workspace ES disables the Workspace ES Complete button. The user must click the appropriate button on the form to submit it.
              The user can still save a draft version of the form or take the form offline
    Design: The form includes either an indirect- or direct-submit button in a repeating subform.
    Result: Workspace ES excludes these buttons for submitting the form in Workspace ES.
    Note: When the submit button that was added to the form design with the Process Fields form object to the form design is hidden, the button still provides the functionality for submitting the form.
    Submit requests are handled by Workspace ES, which acts as an intermediary between the LiveCycle ES server and the form. Also, forms can be used both offline and online.
    Hope that helps.

  • Change Submit button to img and use as link for email?

    I'm trying to create a form using a submit button. I don't want to use the email link because of spoofing problems. How can I make this happen?

    Your stated question and your subject are out of synch - what is it you want to do?
    * use an image as a submit button?  If so, just insert an image field.
    * submit the form to produce an email without using the mailto - type link?  Then you would have to understand how to process form submissions using a script.
    There are only two ways to process form data -
    1.  Use mailto:[email protected] as the action of the form
    2.  Use a server-side scripting method to a) harvest the form's data, b)
    process it in some manner, e.g., enter it into a database, c) formulate and
    send an email to one or more email recipients, and d) redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable.  It depends both
    on your visitor having an email client already installed on their computer -
    this eliminates public computers, or home users without email clients
    installed (more and more it seems) - and on the installed email client responding to
    the mailto call.  It is not possible to use this method *and* send the visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the problems of method
    1, but it means that you have to grapple with server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing, like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for your needs,
    but if it's Method 2a, then start by asking your host what they provide for form
    processing.  If it's 2b, then read their FAQ/instructions carefully.

  • Will I have to press "accept" button each time I use adobe reader?

    Do I need to press the "accept " button (which I don't see) each time I want to use adobe reader?

    Only once.  See if anything in here helps: http://helpx.adobe.com/acrobat/kb/cant-click-accept-acrobat-reader.html

  • ESS Print Forms in NW2004s WebDynpro always use Adobe?

    Hi all,
    I'm a bit confused about the ESS 2004s WebDynpro Apps (for ECC6) which produce PDF forms, like salary statement and time slip.
    I always get the error "Form <name> does not exist."
    When I change the form in IMG the <name> changes.
    I wonder if I need Adobe Document Services (ADS) to render the forms and configured all of ADS. Especially I created the FP_ICF_DATA_<SID> http connection with port and user information, the test seems ok.
    The only test I missed is "FP_CHECK_DESTINATION_SERVICE" because it seems to be avaliable from ABAP AS SPS8 and I am under (because the report does not exist).
    Does that mean I need at least Web AS ABAP SPS8?
    Or is it something completely different?
    I am on that for some time, please help!
    Carsten

    I also successfully resolved the URL
    http://<ABAP server>:<ABAP http port> /sap/bc/fp/form/layout/fp_test_00.xdp
    providing the ADS_AGENT user and pw mentioned in note 915399.
    The test XDP is beeing displayed.
    Does that mean I have to create new forms for ADS? Are there any samples in IDES? And how do I publish them to ESS? The IMG seems still seems to use HRFORMS. But what does that error "Form does not exist" mean then?
    Thanks,
    Carsten

  • I an ipod and im trying play this which uses adobe flash but i dint know where can i download it please help

    I dont know what adobe should i use uf it is adobe flash player or another onee

    No iDevices can play Flash content. TThey will not download any Flash player.  See:
    thoughts on flash - Google Search

  • My submit button does not work using Outlook

    I get the selection dialogue box - I make sure Desktop Email Application is checked and click OK.  Nothing happens.  A populated emaild does not appear.

    Sounds like a problem with the allocation of the MailTo protocol with Outlook.
    You should check its settings in the Windows control panel.

  • Multiple submit buttons in a jsp form?

    I've been doing some research and found out that multiple buttons in a JSP form are possible by two ways:
    - We can obtain the value of the submit button to know which one was clicked in the parameters of the request using the name of the buttons (which should be the same for all the submit buttons).
    - We can change the submit destination using Javascript (Horrible solution since I want my web site to be safe to be used even if Javascript isn't active in clients browsers. I will use it of course since we can do amazing things with it but I want my website to be able to work without it also)
    WHAT annoys me is the fact that the value of a submit button is also his text, so if I change the text of the submit button, I will always have to check the servlet to do the corresponding change.
    Is there a third choice to be able to use multiple buttons?
    Olivier Voutat

    It seem rather convoluted at first but it's really good. I've not worked with JSF so I've no idea how that compares but from what I know, Craig McClanahan, who came up with Struts, worked on JSF also, so I guess it could only improve on Struts.
    EDIT: Here's a search result on Google'ing his name: http://www.theserverside.com/news/thread.tss?thread_id=29068
    But like I said, you don't have to use Struts ( which only uses standard JSP/ Servlets stuff anyway ), you simply use one of the ideas from it.
    For example; you have a properties file, say "/WEB-INF/properties/myProps.properties" with these entries:
    #USERS MODULE
    users.button.save=Save User
    users.button.search=Search User By Name
    users.button.delete=Delete UserThis would be a key: users.button.save to the value Save User
    Now, in your JSP, you use JSTL <fmt> tags:
    <fmt:setBundle basename="properties.myProps"/>
    //set the resource bundle you want to use
    //and create buttons with the proper values
    <input name="myButton" type="submit"><fmt:message key="users.button.save"/></input>
    <input name="myButton" type="submit"><fmt:message key="users.button.search"/></input>This would create buttons with text "Save User" and "Search User By Name" respectively
    Now, finally, in your servlet:
    //create a map of the properties,
    //possibly on app startup using a ServletContextListener
    //and put it in the servlet context for access everywhere
    HashMap myProps = (HashMap)getServletContext.getAttribute("myPropertiesMap");
    String buttonClicked = request.getParameter("myButton");
    if ( buttonClicked.equals((String)myProps.get("users.button.save")) )
    //perform save action
    else if ( buttonClicked.equals((String)myProps.get("users.button.search")) )
    //perform search action
    //etcYou'll obviously want to optimize this. Perhaps make a method that handles the comparison so you can have neater if conditions. But you get the idea, right?
    Edited by: nogoodatcoding on Oct 4, 2007 8:12 PM

  • Problem with SubmitButton name across screens, which use the same action?

    I am using multiple submit buttons in a single JSP. The problem i am using the same action across 4 screens, and excpet the 1st screen the remaingin 3 screens have BACK & Continue button, in every page the click of back button should take back to the previous screen and continue should submit the options selected to the next screen;
    The problem is i m using to LookupDispatchAction to handle multiple submit buttons, and i m using this for buttons
    <html:submit property="method"><bean:message key="reg.bt.back"/></html:submit>
    In resource bundle reg.bt.back=Back , but i need to pass to the previous screen so how to do that
    Help needed............
    Thanks in Advance

    why can you not store the information you require in the session?
    session.setAttribute("attributename" <attribute object>);
    surely that would negate you needing to pass parameters though the http?
    but otherwise there are several ways to do this, first of all you could simply rewrite the URL, which i'll admit is slightly labour intensive, but it would do the job... of if you really wanted you could put hidden html values throughout your page, and populate them with the data you wish you pass in your request, as long as the hidden inputs are in the <form> there should be no issue here.
    N.B. you are right, i would never suggest using JS for ANYTHING to do with sessions and submitted/retrieving data when you are using a JSP.

  • No "Submit to SAP" button, the submit button offered doesn't work

    Hello everyone,
    I am working with the interactive forms and I have tried going through the PDF about how to use an RFC with the interactive forms.  During the tutorial, they say to add a button called "Submit to SAP", but I don't have one.  I have groupings for Web Dynpro ActiveX and Web Dynpro Native, but neither of those have a "Submit to SAP" button, only regular submit buttons.  I have tried adding these submit buttons, but neither one actually submits my data.  When I click on them in the form nothing happens.
    I am running NWDS 7.0.10
    Thanks for the help,
    Logan

    We had the same problem and when we installed ACF on the client machine it resolved the problem.
    If you are using 04s you can use this link https://sapmats-de.sap-ag.de/download/download.cgi?id=HUU1XMYWJNEKKEXB7EG33N5LBBAXUEP4LBRZXKWFEZHBR74SWY
    to download ACF.
    Also, does this problem exist even when the Submit button is placed outside the Adobe form?
    thanks,
    Sanketh

  • Frustrating Submit Button

    I've created a simple form with a submit button and was careful to correctly type the syntax "mailto:[email protected]"   The Reader extended (Reader Extended PDF>Enable Additional Features) form's "submit button" works on my computer (Adobe Pro X  - Mac) and on a co-worker's PC but not on another co-worker's Mac using Reader X.  We use Outlook (on both the Macs and PCs), and I've monitored their selections to ensure they are choosing the correct client in the dialog box. 
    All the actions are the same.  What is wrong?  Is there something in the creation of the pdf that is hindering the email client?  I've looked at the Security settings, and "Security Method:  No Security" is checked.  I work in an environment where all the computers have Reader 8 or above.
    I'd appreciate your insight - the forms are worthless to me unless the submit button works as indicated.  Please don't hesitate to ask for additional information.

    Hi All,
          Just wanted to add a note (if belatedly) to this thread: I see this symptom very frequently on my own PC - because of the security settings in my browser.  If this happens in Internet Explorer, try navigating to Toos\InternetOptions\Security, select "Internet" and open "Custom Options".  If any of the Java-applicable settings are disabled, this could also be causing the problem - but don't change anything here (click Cancel)!!!  Back on the Security Tab select "Trusted" then "Sites" and add '*.ni.com' to the trusted-sites list.  Open "Custom Options" (for Trusted Zone) and confirn that Java-script settings are enabled here. 
    Here's a link to a Microsoft article on this topic.
    Cheers! 
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • The submit button

    I'm having issues with the submit button.
    I'm using Acrobat X to design a fillable form, all was working well. When the submit button is clicked a window pops up asking if i'd like to use my desktop email application or i'd like to save the form to upload to an internet email later. No issues if I choose save form for internet email. If I choose use desktop email application, outlook launches and attaches a pdf to a new email, and fills in the to and subject lines of the email. Looks great, but it won't send. No error messages, nothing is greyed out, it just doesn't work.
    I've been doing some research and have read a lot of bad press about using a submit button, especially in Acrobat X. It seems to cause all sorts of issues. Is there another option?
    The form I'm designing will be sent out to clients, and all I need is to have a filled out form sent back via email. I don't want to make it any more complicated than it needs to be.
    Any help would be much appreciated.
    Thanks!

    It can be very simple, when it works. But as you've experienced directly, it doesn't always go so smoothly. There may be something you can do to get it to work on your system, but there will always be others it will never work for. My point in asking if it works when you manually attach the file to an email is to show you that alternative, which you should communicate to your users. Many people (me included) primarily use a web-based email system and access their email via browser. Acrobat/Reader doesn't currently work with such systems, so such users will have to manually attach.

  • I need to throw an error message if the terms&conditions checkbox is not checked on click of Submit Button. Can anyone suggest.

    I need to throw an error message if the terms&conditions checkbox is not checked on click of Submit Button in webdynpro java. Can anyone suggest.

    My Apologies. The simplest way- write the following code in the action of the Submit button-
    if (<check box not checked>)
    wdComponentAPI.getMessageManager().reportException("Please accept Terms and Conditions to continue",false);
    else
         continueExecution();
    The exception message will be shown on top of the view.
    You may like to use Message Area UI element and place it at the bottom of the WD4J view to show our exception message at the bottom of the view.
    I hope this helps !
    Cheers,
    -Amol Gupta

Maybe you are looking for