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.

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

  • 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

  • Submit Button in Interactive form is not Triggering (Webdynpro Java)

    Hi,
    I have developed one application for Online intractive form.I have  created one text box and one submit button in Intractive
    Form.I created a Action method Submit.I have bound the onActionSubmit() method to  onSubmit Event of Intractive Form.
    For testing i am putting some value in text box and Clicking Submit button.I have set the debugger in onActionSubmit()
    method.But when I am Clicking Submit button, onActionSubmit() method is not triggering.I have
    1. I have used Submit to SAP button (Pallet>Library>Web Dynpro).
    2.I have ACF(Active Control Framework) instalation.
    3.I have WAS 6.4 and NWDS 04.
    4.I have SAPForms.api in   Program Files\Adobe\Acrobat 7.0\Reader\plug_ins path.
    One Value Node DataSource (Cardinality 1..1) is binded into dataSource Property.And pdfSource property is binded to one value
    attribute of binary Type.
    I have done one application where i am getting data from R/3 System and displaying in PDF ,It is working fine.
    I got below error in Log File for the above two applications.But geting the data from R/3 and displaying in PDF is working
    fine even if it is giving below Error in Log
    ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 1A completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at
    com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:486)
         at com.adobe.service._ControlAgentStub.done(_ControlAgentStub.java:83)
         at com.adobe.service.ProcessResource.onCommit(ProcessResource.java:609)
         at com.adobe.service.ResourcePeer.invokeCommit(ResourcePeer.java:130)
         at com.adobe.service.J2EEResourcePeerImpl.commit(J2EEResourcePeerImpl.java:124)
         at com.sap.engine.services.ts.jta.impl.ResourceList.commitTwoPhase(ResourceList.java:80)
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:355)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:174)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at
    com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:214)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please Suggest.
    Thanks & Regards
    muna

    Hi Muna,
    May ADS is not configured in server properly.
    Check the below link. I hope it will  help you.
    Re: no action got executed corr to SubmitToSap button of Interactive forms
    Thanks
    Siva Arikatla

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

  • 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

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

  • SAP delivered Adobe Interactive Forms: how to identify in ERP6.0, CRM....

    I am not an ABAPer, but I am trying to determine whether we need to develop an Adobe Interactice Form or leverage one delivered by SAP for following actions:
       o Return to work
       o Short term disability
       o Hire
    I read the most important notes and FAQ and I didn't find a way to list all SAP delivered Adobe interactive forms.
    I know from a colleague that SAP provides a Hiring SAP Adobe form (ISR_HRASR_SHI1) but I couldn't find it in SFP transactopm code nor in table TERPFORMLIST. This table I believe is mentioned In EhP4 release notes, however it doesn't provide a description of what a form is about.
    Can you please provide the process or program or procedure to dump such a list of SAP delivered forms from ERP6.0, CRM, SRM, etc, where the list contains the Name of Adobe Interactive form, description of form, SW component, application compenent, and if possible any corresponding SMARTFORM...
    Any help is much appreciated.
    Regards,
    Tobi

    Hi Tobi,
    I have send a SAP document to your email , which contains all the standard SAP Print and Interactive forms which are delivered with ERP6.0
    Regards,
    Ravi.D

  • How to Disable Save Button in interactive form via sfp

    Dear,experts
    My requirement is that Disable Save Button in interactive form via sfp .Is there any options to do this or write Javascript/Formcalc.Please help!
    Thanks
    Vince.

    I found a adobe documentation that says that If you want to disable some toolbar buttons, you will have to use application-level Javascript. Looks like it is not possible from ADLC
    Place the following Javascript code inside a .js file in
    %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScripts   to disable the toolbar buttons:
    // [File - Create Adobe PDF Using Acrobat.com], plus toolbar button
    app.hideMenuItem("WebServices:CreatePDF");
    app.hideToolbarButton("Weblink:CreatePDF");
    // [File - Collaborate], plus toolbar button
    app.hideMenuItem("Annots:FileCollaboration");
    app.hideToolbarButton("Annots:CollabToolButton");
    app.hideToolbarButton("CommentTask");
    app.hideToolbarButton("SigTaskButton");
    app.hideToolbarButton("SaveFileAs");
    app.hideToolbarButton("Save");
    Regards
    Sandy

  • List of SAP provided Adobe Interactive forms

    Dear All,
    Does the list of SAP provided Adobe Interactive forms exists  somewhere on the SAP Marketplace?
    Thanks,
    Svetlana
    Edited by: Svetlana Blokhina on Jan 29, 2010 11:16 AM

    1.) Transaction SFP:
    FP_TEST_00     Output ITF
    FP_TEST_01     SAPscript Texts and Text Modules
    FP_TEST_02     Format Various Data Types
    FP_TEST_03     PDF-Based Forms: Training Example
    FP_TEST_03_TABLE     PDF-Based Forms: Training Example
    FP_TEST_03_TABLE_DUPLEX     
    FP_TEST_05     Various Data Types in Continuous Text
    FP_TEST_42     Test Form for Fonts
    FP_TEST_CONDITION1     PDF-Based Forms: Training Example
    FP_TEST_CONDITION2     PDF-Based Forms: Training Example
    FP_TEST_CONDITION3     PDF-Based Forms: Training Example
    FP_TEST_CONDITION4     PDF-Based Forms: Training Example
    FP_TEST_CONDITION5     PDF-Based Forms: Training Example
    FP_TEST_COUNT     PDF-Based Forms: Training Example
    FP_TEST_DATE     Date Formatting
    FP_TEST_IA_01     Interactive Test Form
    FP_TEST_NESTED_TABLE     Nested Table
    FP_TEST_PAGE_BREAK     PDF-Based Forms: Example for Data-Driven Page Break
    FPAYM_NL_BANKBET     
    FPAYM_NL_BANKINC     
    2.) Then just look in properties of the form for the interface.
    3.) In addition you'll need the print programs. Please check the following program content for function module 'FP_FUNCTION_MODULE_NAME' to get the link to Form (Transaction SFP)
    FP_TEST_00                     Form Processing: Central Test Program
    FP_TEST_01                     Form Processing: Central Test Program with Archiving
    FP_TEST_02                     Form Processing - Test Program for Various Data Types
    FP_TEST_03                     Flight Booking Example
    You will need some training documentation on the interactive forms part. By default the form is set to interactive in the layout tab -> edit -> form properties -> defaults tab -> preview type, but there's licensing involved, ADS setup etc. The best bet if you'd like to dig into this is to buy the following book: http://sap-press.com/product.cfm?account=&product=H3026 It is impressive.
    Best regards,
    Adrian Bruwer

Maybe you are looking for

  • New Studio Setup-Questions

    We are getting closer to setting up the new edit suite. Here is a list of equipment we are getting or will be? I got a great deal on a new Kona card that was PCI-x--that should explain the need for the older powermac. Items with ???? not sure what to

  • How can I get Apple to approve an app created by a third party?

    I was trying to install an app provided by Headwaters Economics (http://headwaterseconomics.org/tools/eps-hdt/download-eps-hdt-application). When I click the install button, however, my OS gives a message saying "'install.app' can't be opened because

  • HT202213 Home Sharing

    We are trying to figure out how to use Home Sharing, but can't seem to access it in either of our itunes accounts. We have turned it on for both computers, selected an account name and password, but the home sharing icon/option does not appear when i

  • Problem while activating message mapping

    Hi all,    I am facing a problem while activating message mapping in IR.It says Object being edited by XXXX and cannot be activated.It's giving my user name itself and even it doesn't allow to go to edit mode even.But I am not opening  it twice.How t

  • Why oh why? Randomly asks for me to connect to iTunes and activate on bootu

    On my replacement phone, I'm still continuing to get the Connect to ITunes screen when I turn it on in the morning. I then have to reboot the phone to get it to come up correctly(The very reason I had to exchange my brand new one was that it would ne