Submit to Sap button in PDF form

Hi.
I am create two views
1. start view       2. Result View
i am enetering data in the Start view and navigation to Result View.
in the result view i am displaying all values of start view in the PDF Format.
i want to navigate from PDF form to Start View  for that i did like this
First i inserted SUbmit to SAP button in the PDF form
i created plugs and navigaion betwen Start View and Resutl View (both side)
i have created action in the Resutview and assigned to PDF form onSubmit parameter.
when i run the application in the portal it is not working let me know the reasion
regards
mmukesh

Hi Pavan,
I am getting PDF form properly in browser with no values in the fields as it should be. And i have provided one User entered field, When user enters sales order number in that field and presses the submit to sap button other fields rerlated with sales order status information should be displayed with the values related with that sales order number. But after pressing Submit to SAP button i didnt get values in other fields.
Method for Submit to SAP button is also called properly. Even i can see the status information in fields outside the PDF form in Browser.
So, parheps i think that whenever PDF form loads first time in browser, at that time it shows the values in the context variable. But after first load nothing is changed in that PDF form evenif the context values are changed.
Is it true?
Regards,
Bhavik

Similar Messages

  • Submit to SAP Button in Adobe Forms

    Hi,
    I have an adobe form and i have embedded it in to a Web-dynpro view.Now i have placed a "submit to sap " button on this form so that when the user clicks on this i save the contents of this form as an attachment.
    My Issue is that the control does not come back to my web-dynpro event handler after this button has been pressed.I have tried re-installing the ACF also but of no use.
    Regards
    Santosh

    Hi Santosh ,
    I do face the same problem. Did you solve your issue?. If so, please suggest me how to do it
    Thanks & regards
    Bala

  • Submit to sap button in interactive forms

    Hi
    I'm trying to make an event happening when pushing a button in a adobe form developed in the web Dynpro. However nothing happens when pushing the Submit to SAP button. It's a standard button with no special settings. I've created an event in the view and in the properties of the interactive fom I've set the onSubmit to this action. What am I doing wrong?
    Best regards,
    Ole

    My Submit button doesnt work too. Nothing happens on clicking on it.
    I was checking the trace file defaultTrace.trc  through visual administrator of the j2ee server. I found the log file is updated with the following lines, for each click on the submit button.
    Date : 04/26/2005
    Time : 17:03:10:296
    Category :
    Message ID : 001185BBE530005D00000001000017C40003F5AD407E9064
    Severity : Warning
    Location : com.sap.engine.services.servlets_jsp.client.RequestInfo
    Source Name : com.sap.engine.services.servlets_jsp.client.RequestInfo
    Thread : SAPEngine_Application_Thread[impl:3]_14
    Message : Processing an http request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: No valid download parameter!
         at com.sap.tc.webdynpro.serverimpl.core.url.WebDynproExchangeHandler.doExchange(WebDynproExchangeHandler.java:236)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doExchangeProcessing(DispatcherServlet.java:164)
    Datasource : 1246150:E:\usr\sap\NWD\DVEBMGS00\j2ee\cluster\server0\log\defaultTrace.trc
    Application : sap.com/tcwddispwda
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction : 986fe581b69611d99211001185bbe530
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives :
    Resource Bundlename :
    Session : 454
    Source : com.sap.engine.services.servlets_jsp.client.RequestInfo
    ThreadObject : SAPEngine_Application_Thread[impl:3]_14
    Transaction :
    User : J2EE_ADMIN
    Is there any solution for this?
    I am using reader 6.0.2 , ACF is also installed on my m/c.

  • Problem with "Submit to SAP" button in Adobe Form

    Hello All,
    I have a problem with my Adobe form. The "Submit to SAP" button for some reason does not seems to work in the newer forms. Whenever I click on the button, no action is being triggered. However, when I load older version of the same form, the button will respond.
    Has anyone come across similar situation before ? Any suggestions/feedback will be greatly appreciated. Thank you.
    fromKwok Wei

    Hi Bhavik,
      I created different version of the forms (Eg: added new logo, additional table rows etc...) by using the save a copy function in adobe designer. Seems that the original one works but the later ones will no longer respond to the button.
      The submit action is also correctly specified in the property of the UI Element. Otherwise it will not work on any forms... is my understanding correct ?
    Thnaks
    from
    Kwok Wei

  • 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

  • Adobe Interactive Form "Submit To SAP"-Button

    Hello,
    I have the following problem: I have implemented a IF solution with ABAP + BSP + Interactive Forms. We have a landscape with Test, Quality and Productive System. I have a "Submit to SAP"-button on my interactive form. The Url to which I want to send my Form back to my system, should be generated dynamically depended on Test, Quality or Productive system, so that I only have to design ONE form and not THREE forms (one for each system).
    So what I do is the following:
    I generate the PDF-object in ABAP with my XDP-File and my Data.xml. In my Data.xml I have integrated a special tag <urltosapsystem> where I generate my URL for the button, dependend on which system I am.
    On the Interactive Form I want to parse the XML-file for my special tag <urltosapsystem> via JavaScript and assign the URL for the submit-button dynamically.
    So my question is:
    How can I assign the URL for the submit-button dynamically via JavaScript:
    - On which object (on the whole form,on the button) and which event (onClick, OnPreSubmit,...) can I insert my JavaScript code
    - How does the JavaScript-Code has to look like
    Thanks for your help,
    Andreas

    Hello Andreas,
    the "submit to sap" button is intended to be used in the WebDynpro environment. Hence, there is no way to specify a URL for that button. The submitting is handled by WebDynpro.
    Regards
    Juergen

  • Is it possible write code inside pdf form when click submit button in pdf form

    can write code to pdf form
    for eg:
    we have to write code in Excel sheet using Macro features Like that any possible to write code in pdf form
    when i downloaded pdf form from site then filled up the details then click the save button the pdf form will send to the corresponding server then stored in DB
    pls reply me soon

    You have posted in a completely wrong forum. This one is exclusively for participants testing features of the site.
    You may want to try reposting in the appropriate Acrobat forum, which you can find here:
    http://forums.adobe.com/community/acrobat?view=overview

  • 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

  • "Submit to SAP" Button doesn't work

    Hi to all,
    I'm trying to develop an interactive form using NW04 SP22. My problem is that the submit to sap button doesn't work. I think I have not properly installed active component framework (ACF) on my client pc but I can't find the right ACF to install. I found a note 766191 in which I can download ACF for SP22 but  the link [url]https://sapmats-de.sap-ag.de/download/download.cgi?id=OZOHD0204MQQADJPWOZSGFDNCP39PBJ6TFA2CANJKUPYIGJF16[url]  seems not to work. Where can I find it?
    Thank you very mich,
    Enrico

    Hi Enrico,
    You can download it from the below link:
    http://www.esnips.com/web/arafatfNewFolder/
    Let me know once you are done so that I will delete the link.
    Regards,
    Arafat

  • Submit to SAP button missing in adobe

    Hi Experts,
      I am facing a problem while trying to design an interactive form.
      I am not able to find the "Submit to SAP" button and "webdynpro" tab in Libraries.
    plz help me to solve this.
    John

    Hi John,
    Did you install the Designer provided on the SAP Service Marketplace? Usually, people using a Designer delivered by Adobe (e.g. as part of Adobe Acrobat Standard) face the issue you just described.
    Regards,
    Juergen

  • Submit to SAP button

    Hi folks,
    Would like to know, how 'Submit to SAP' button working in Adobe interactive forms.how this button is synchronised with outlook(IXOS server).
    For example, if a travel request created, click on this button it will take us to a new mail with travel request details.
    I would appreciate,If anyone could explain this in technical terms.
    Thanks in advance.
    Regards
    Bhavani

    Hi,
        Any event in programming model will have an action to be performed incorporated with it.
        From your requiremnt I find you wante dto send the travel data informations from one form to another.Have an event associated with the button.on click of this event try to send or populate the data where ever required.
    For your case here on click of the button establish the connection the outlook server with predefined subject and data using the help od "mail to " protocol.
    Hope it is help ful.
    Regards,
    Guru

  • How to use the submit to SAP button in ABAP.

    Hi there,
    I am using the form editor in the SAP-Gui. I created a form with some fields. The fields are filled by calling on a BAPI in the Code Initialization part of the Interface. Now I am going to change the contents of my fields. When I press the Submit to SAP button, I would like to fire some custom ABAP-code, or submit a BAPI. But I don't have a clue how to do this. Is there anyone who can help me with a tip? The online-help files didn't say too much about this part, and the tutorials are for the JAVA-side.
    I am working with only the Sneak-Preview editions  available from the download section.
    Thanks in advance,
    Jan-Willem Kaagman

    Thanks to a tip by Matthias Zeller in this ABAP Interactive Form Information/Advice Needed I found a way, more or less. But let me warn you, this road has learned me that if you want to create interactive forms, start with the Java/WebDynpro-version. It's easier. Every data-binding is already there.

  • Help with submit button on PDF form

    I created a form via the Forms Central desktop app then saved it as a PDF to my desktop.  When opening in Adobe Acrobat XI Pro, I noticed that I am unable to include a submit button - it does not let me edit the PDF.  I've tried going back into Forms Central and adding a submit button, but that feature is not available anywhere.  Any suggestions?
    PS - My preference is to have the responses returned to me, not my Forms Central account.
    Thanks so much.

    Hi;
    OK - I can clarify some things and tell you how to do what your looking for. 
    The desktop FormsCentral application tools are really designed towards create forms that do collect data on FormsCentral servers.  You can still easily create PDFs that do not submit data to FormsCentral, but you'll have to add any alternative submit functionality using the Forms tools in Acrobat.  You can create a PDF without the submit button in either case, signed in/out of the Desktop Application from the "File" - "Save as PDF Form" menu item.  You can then modify the PDF in Acrobat XI Pro by doing a "Save A Copy", when you open the copy you can edit it any way you like, adding a "Submit" button that email's the PDF/Responses back to you...
    Here's how: In Acrobat open the PDF you saved from the FormsCentral Desktop application and go to "File" - "Save a Copy" and choose a location, this will remove the security.  Open up the copy you just created and you can now edit it, here is a YouTube video tutorial using Acrobat XI, he covers the email button in about two minutes, there are lots of tutorials out there but this one is easy to follow:,
    http://www.youtube.com/watch?v=Jql1wp5Gofs
    Thanks,
    Josh Corey
    FormsCentral Team

  • Submit Button for PDF Form

    Good Morning All,
    I have created a simple form in Live Cycle with a submit button. Originally, I placed a "Submit by E-Mail" button and found that wasn't working at all. Then I tried placing a button and reconfiguring it as a submit button. The button I reated has the correct group e-mail address I want the form submitted to - the department's generic e-mail address. When I go to test the form it defaults back to my e-mail address. This is driving me crazy. What am I doing wrong???? Help, anyone.
    isidave

    Try using www.PDEmail.net
    Link: http://www.pdfemail.net/
    For complete control over your PDF Form submission e-mails, check out PDFEmail.net.

  • Add redirect to Submit button on PDF Form

    I need someone that knows javascript to help me out! 
    I have saved the FormsCentral PDF Form locally and opened it up with Acrobat Pro XI, saved it as a copy, and then opened the new document in Acrobat Pro XI.  I am able to see the javascript that the FormsCentral Submit button placed in the form.
    How can I get the submit button to do what it is supposed to do (below), but then when its completed it should redirect to a different web page that I specify in the javascript code - in the SAME window, not in a new window.
    The submit button javascript code looks like this:
    var url = 'https://adobeformscentral.com/pdfsubmit?f=bbbbbbbbbbbb';
    var qParams = '&os=' + app.platform + '&sl=' + app.language + '&spv=1';
    var fIndex = url.indexOf('#FDF');
    url = url.substr(0, fIndex) + qParams + url.substr(fIndex);
    var charset = 'utf-8';
    if (app.language == 'JPN')
    charset = 'Shift-JIS';
    this.submitForm({cURL:url, cSubmitAs:'HTML', cCharset:charset});
    Do I need to add a location.href = "http://mydomain.com/completedpdf"; to make the current window then load the completedpdf web page?  And how do I add the command to the end of this javascript?
    Or is there some other javascript I should use?
    Thank you for your help!
    R

    This is a question that is better suited for the Acrobat forums. 

Maybe you are looking for

  • F110_PRENUM_CHCK(SAP SCRIPT)

    Hi, For the form F110_PRENUM_CHCK(SAP SCRIPT) Print Program is RFFOUS_C.What is the Check Amount Field in this Form and Direct Deposit Amount Field name in this Form and also needText Element names For this Fields. Thanks in Advance.

  • ITunes is not consistent while syncing songs and tones with iPhone 6

    Hi I had iPhone 4 but 2 years ago, I had severe problems while syncing songs to my iPhone. The iTunes would miss some songs while syncing. In next sync, some songs were added but some other ones went missing. I was very frustrated with the dependency

  • Photoshop CS3 will not open mulltiple photos

    I just ran the update for my CS3 to version 10.0.1 now i am unable to open 2 photos at the same time or it crashes HELP anyobne know the fix for this????? Tried the restart thing no help M2M

  • Printing part of displayed Jsp

    Hi, I am using the Windows Print function to print (displayed in browser) Jsp page Problem is when print button is clicked it prints all of the Jsp page, top to bottom. Actually, the Jsp display has 3 parts 1>Header 2>Main Content 3>Footer My require

  • Passing command line args

    I'm a beginner in java and I need to know now to write the code that takes in a randon number of numbers at the command line and stores them in an array ie. the program is called number and when I run it, it has to take in the numbers at the command