Submit button on Adobe Interactive form does not send data back to ABAP

The integration of my ABAP View and Adobe works fine getting data into the form. The form is interactive and I am able to change the data. I am using ZCI and the XML Context. I display the FirstName attribute both on the ABAP View, and the Adobe Form. When I press the SUBMIT button the first time, it disables that button, but the ABAP View is not updated. I have an ONACTION event, but it doesn't get triggered at all.
Here are my specs:
Adobe Reader 8.1.1. Local
Adobe LiveCycle Designer 8.01.3250.1.491864
NetWeaver 7.0 SP19
HR Support Pack 48 and Enhancement Pack 2

Hi all,
I assume the ZCI script included in the form (800.20070410093956.383622.376748 ) is too old (I guess it's from SP13 or14).
In general, I propose the following to analyze/fix these kind of problems (Web Dynpro ABAP only):
1. Check the tracefile (available from SAP NetWeaver 700 SP19): Add "&sap-wd-clientDebug=X" to the application URL and open the trace by typing <CTRL><ALT><SHIFT>T (see note 999998 too):
-> Watch for an entry "Got a message from Adobe Reader: zciReady 1: 2: 3:". If this line doesn't appear => ZCI script too old, go on with step 2
-> Watch for an entry "Got a message from Adobe Reader: zciVersion 1: 800....". That's the version of the ZCI script included in the form
-> Watch for entries containing "sendDataToServer" and "responseFromServer": If you can't find these entries, something went wrong transferring the form data to the ABAP server: Watch out for entries containing "Error", there might be a network problem.
2. Execute report FP_PDF_TEST_00 to find out the used ADS version: The corresponding ADS version of SP19 is 800.20090130093518.519793 or 800.20090608122643.560369 (look at the second part of the version string. It's a timestamp: The ZCI script included in the form is from April 2007, the ADS version of SP19 is from January/June 2009!
-> Update the ADS or patch the ADS (see notes 999998, 1229392 and 956074)
3. optional step: Have a look at note 999998, section "related notes" (this is the complete list of available notes for Web Dynpro ABAP Interactive Forms integration): Install all notes available for your release/SP - or even better: Update SAP NetWeaver (SAP_BASIS) to the latest available SP
4. Update the ZCI script of the form using transaction SFP_ZCI_UPDATE
5. Repeat step 1, I'm pretty sure that it will work now!
Regards,
Ralf

Similar Messages

  • "Submit" button in Adobe Interactive form does not trigred.

    Dear all
    I am working with interactive form and i am using *click event with formcalc. When I click these button nothing seem to happen.
    i tried with javascript also.
    Event has following code.
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - 710.20060821084622.325745.280724 - SubmitToSAP.xfo
                          ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
                          // END OF DO NOT MODIFY
    I am using  the following versions:
    Adobe livecycle 7.1
    Adobe reader 9
    SAP: EHP4 FOR SAP ERP 6.0 / NW7.01
    Interactive form properties:
    DiplayType: Native
    Enabled: True
    Form layout:ZCI
    Interface: XML
    Submit button used from Web Dynpro Native.
    Can someone please help me resolve this issue as it is very criticial for me.
    Many thanks,
    Ravikumar.

    Hi Ravikumar,
    Your ABAP backend is of version NW7.01, but your ZCI script version is 710.20060821084622.325745.280724.
    This is a very old ZCI script, delivered with NW 7.00 SP11 or SP12.
    I assume that your ADS is still running on a NW7.00 system (JAVA stack!)
    You have to update the ADS and you have to update the ZCI script of your form. See SAP note 999998, search for "The Web Dynpro application hangs during submit". There's a detailed explanation + solution description.
    Ralf

  • Submit Button in adobe interactive form

    Hi All,
    Anyone have step by step how to use SUBMIT button in adobe interactive form?
    The scenario is:
    I am using ABAP Program (SE38) to display the form, then user will enter value some required fields in the form. After user klik SUBMIT button in the form, the value will be stored in customized table in SAP system.
    Kindly advise.
    Thanks,
    Nonik

    Hi Chintan,
    Basically, I have tried to search in the forum within this two days... But I could not find the step by step how to do it. Anyway, I will try to search again. Really appreciate if you don't mind give me the link of it.
    Hi Otto,
    I have created the WD application. Unfortunately, the requirement is online processing form which is attached in the SAP transaction. So, when user open document number of one transaction, the form will be displayed and user can fill the information in this form. Then after that user will click SAVE button to submit data to SAP.
    Any advise?
    Thanks,
    Nonik

  • Updation of Ztable clicking on submit button in adobe interactive forms

    Hi all,
    In my adobe interactive form i have student details and one SUBMIT BUTTON.After clicking on that button i need to update the details in my Ztable. How Can I do?Where Can I write the code?
    Please reply me.
    Thanks in advance.

    Hi, I'm afraid I think there is no place where you can "catch" click on button in interactive form in sapgui, but you can:
    use http submit button and send data to your web service, which receive dataa and update your ztable,
    or you can create webdynpro, where you can catch click on submit button a in this event you can update yout ztable (my previous post).
    Please remember, that you can run your webdynpro application in sapgui:
    REPORT  DEMO_START_WD_IN_PLACE1 MESSAGE-ID SWDP_RUNTIME.
    start-of-selection.
      CALL FUNCTION 'WDY_EXECUTE_IN_PLACE'
        EXPORTING
         PROTOCOL               = 'HTTP'       " HTTP | HTTPS
        INTERNALMODE           = 'X'    "SPACE - browser is started
        PARAMETERS             =
          APPLICATION            = 'your_webdynpro_application
         CONTAINER_NAME         = 'SAP Formuláře'
        EXCEPTIONS
          INVALID_APPLICATION    = 1
          BROWSER_NOT_STARTED    = 2
          OTHERS                 = 3.
      IF sy-subrc EQ 1.
        MESSAGE a400.
      ELSEIF sy-subrc = 2.
        MESSAGE a401.
      ELSEIF sy-subrc = 3.
        MESSAGE a667.
      ENDIF.

  • SAP adobe interactive form does not open via LE 2.5

    I try to open interactive form (created from SAP) via Nokia E71 and LE 2.5 but it says that i need newer version of reader??! What is newer versio and where i could find it?
    Thanks
    SAP man

    waw what it is ??? :)

  • Adobe Interactive forms are not editable following an EHP6 upgrade, how do we correct this?

    Good day,
    We are currently going through an upgrade to EHP6. We have set up a test parallel environment that was copied from prod and applied EHP6 for a compare.
    During our initial tests, we have found that Adobe interactive forms are not loading properly following the upgrade. 11 out of the 13 interactive forms currently implemented in the portal are no longer editable. When you go to select a value from the drop-downs or input a value in the field the fields remain blank. This is a high priority as all users perform their PA actions via MSS and through workflow approvals using Abode interactive forms.
    Does anyone have any ideas of how to fix this issue or have come across this issue before?
    Thanks in advance,
    Christine

    Hi Christine,
    maybe a restart of the ADS-Server helps you out. I can remember a similar case where the restart helped.
    IF not, check if you got the latest patch of the ADS, maybe the upgrade of the erp causes this error, because it pass now more data to the ads than before.
    IT's just a suggest. Let us know, if that helped you out.
    Regards
    Florian

  • 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 is not working - Specify Stream Source

    Hi Experts:
    I am having an issue, where the system I am on is SAP ERP Central Component 5.0 (ECC5.0). There is no Layout Tab to define ZCI or xACF in transaction SFP. I'm not sure if this is relevant, except that, I cannot get my custom Interactive form to work.
    All PDF tests in SAP are passing, but being on ECC5.0, I do not have the following programs (among many others):
    FP_CHECK_DESTINATION_SERVICE
    FP_CHECK_HTTP_DATA_TRANSFER
    When I call my Adobe Interactive Form and set sfpdocparams-fillable = 'X' I get an error:
    Error creating PDF Document -PDF Exception: Stream does not represent a PDF document.
    I have applied the Usage Rights credential properly and my form displays read-only when sfpdocparams-fillable = BLANK. While in transaction SFP, I can see that my interactivity works when displaying the form through the Preview PDF tab.
    Also, I know that my credential works because when I test form ISR_FORM_SPEG, I do have interactivity.
    In parsing through the ADS log file of my custom AIF, I noticed the following:
        Parse template node
            Template:
                Source = Stream
                Name = TEMPLATE
    But I believe it should be something like:
         Parse template node
             Template:
                 Source = URL
                 Name = dest:FP_ICF_DATA_<My_System_ID>//sap/bc/fp/form/layout/<My_Form_Name>.
    Does anyone have any suggestions as to how I can change the source of my stream?
    Thanks for your time experts,
    Sean

    Hi Sean
    In the Visual Admin of the server that runs the ADS check under server->services->destinations click on http folder. There should be something under that called FP_ICF_DATA_<sid of backend>. If there is not then create one in there.
    Regards
    Thashin
    Edited by: Thoshin Naicker on Jan 12, 2009 7:09 AM
    Edited by: Thoshin Naicker on Jan 12, 2009 7:10 AM

  • Adobe interactive form: Fields not fillable

    Hi,
    I followed this fantastic e-learning session on [Send, Receive, and Process Interactive Forms via Email in SAP Application Server - ABAP (Session 4A)|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/5087262b-59ef-2910-abb1-957000b7c3d4].
    I created a form and successfully sent it to my non-sap mail box. I opened the pdf attachment in acrobat reader and found input fields and a sendmail button as designed. But I could not use the input fields and the send button does not work.
    Do I need additional software or maybe anything is wrong with my form?
    Regards,
    Clemens

    Bonjour Bertrand,
    my relevant code is
    ls_sfpoutputparams-getpdf = 'X'.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = ls_sfpoutputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        ASSERT 1 = 2.
      ENDIF.
    * create pdf
      DATA:
        fp_docparams     TYPE sfpdocparams,
        fp_result        TYPE fpformoutput,
        lv_pdf           TYPE xstring.
      fp_docparams-fillable = abap_true.
      fp_docparams-langu = sy-langu.
      CALL FUNCTION lv_funcname
        EXPORTING
          /1bcdbw/docparams  = fp_docparams
          co_head                = ls_co_head
        IMPORTING
          /1bcdwb/formoutput = fp_result
        EXCEPTIONS
          OTHERS             = 1.
      IF sy-subrc <> 0.
        ASSERT 1 = 2.
      ENDIF.
      lv_pdf = fp_result-pdf.
    * Close spool job.
      CALL FUNCTION 'FP_JOB_CLOSE'
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
        ASSERT 1 = 2.
      ENDIF.
    I could not find anything to control if my form is generated "interactive", I just create in SFP and actiavte it.
    I do not understand fully, what 'FP_JOB_OPEN' and 'FP_JOB_CLOSE' is good for - without 'FP_JOB_CLOSE' it runs as well.
    Regards,
    Clemens

  • File browser button on Adobe Interactive Form

    Hello,
    We have a ZCI Adobe Interactive Form with XML-Schema-Based Interface.
    There is a text field on the form with a button beside it. The requirement is that when this button is clicked, a file browser window should open up. After the user selects the file on PC, the file path should get populated in the text field.
    I have tried using xfa.host.importData() in the Click event of the button. But nothing seems to happen.
    Note that all other methods like xfa.host.messageBox() seem to work fine.
    Can anybody please help?
    Thanks in advance
    Sagar

    Ok, I was able to solve it.
    I placed a hidden text field on the form and wrote the following JavaScript on 'Click' event.
    var sFile;
    event.target.importDataObject(sFile);
    var oFile;
    oFile = event.target.getDataObject(sFile);
    pa0001.Subform.FILENAME.rawValue = oFile.path;
    var cFile;
    cFile = event.target.getDataObjectContents(sFile);
    pa0001.Subform.filecontent.rawValue = util.stringFromstreams(cFile,"utf-8");
    This will upload the file content and place it in the hidden text field. I can use this hidden text field in my Web Dynpro application.
    Just came to know that the Java Script we write in Adobe is known as AcroJS! Nice one.
    By the way, Blag can I give points to myself for answering my own question?
    Just kidding

  • Help for-offline interactive forms based on sending receiving mails in ABAP

    hello friends i am struck with a requirement of my client.
    I am new to Forms and WEBDYNPRO and I have to cover a scenario where I have to develop,'offline interactive forms based on sending receiving emails '..
    i browsed a bit and with all the luck found a very good resource.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cacb9a7d-0c01-0010-1281-be4962c9ab3e
    but the problem is it is in JAVA.. I dont know JAVA..I know ABAP..
    can any one give me similar tutorial in ABAP or any other related links ..
    waiting to give Big Reward Points...

    Try these links...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/lw/uuid/90e279fe-0107-2a10-bc85-bd96ab9738a7
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5087262b-59ef-2910-abb1-957000b7c3d4
    Hope they help.....
    Rao

  • Offline interactive forms based on sending receiving emails in ABAP

    hello friends i am struck with a requirement of my client.
    I am new to Forms and WEBDYNPRO and I have to cover a scenario where I have to develop,'offline interactive forms based on sending receiving emails '..
    i browsed a bit and with all the luck found a very good resource.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cacb9a7d-0c01-0010-1281-be4962c9ab3e
    but the problem is it is in JAVA.. I dont know JAVA..I know ABAP..
    can any one give me similar tutorial in ABAP or any other related links ..
    waiting to give Big Reward Points...

    Hi,
    Go thru this [Article|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9051b07e-0c01-0010-87bc-e3d527153a31].
    Regards,
    Padmam.

  • Submit button in Cap 7 quiz does not advance learner to next quiz slide

    I created a 5 question MC quiz in Cap 7. When I take the quiz in the preview mode, I am able to advance to the next slide by clicking on the submit button. Well, when I click on the submit button, a pop up appears that says: Correct - click anywhere or press 'y' to continue. Once I click anywhere, *then* I am taken to the next question.
    However, when I take the quiz in a web browser, I cannot advance to the next slide, even when I answer the question correctly. I click the submit button. The same pop up appears as in the preview mode: Correct - click anywhere or press 'y' to continue. So, I click anywhere but nothing happens. The slide does not advance.
    I've created a few quizzes before in Cap 7 using the same settings so I was stumped when the quiz didn't work this time. Maybe I accidentally changed a setting??

    The jump to slide works great. Yes, the user goes right back to the quiz after remediation. The user can then change her answer and click submit. However, she can not advance forward. Sigh.
    I am a freelancer who inherited the template from the former freelancer. I was told to use her template to create the trainings. So I am. I was supposed to use all the settings she used, too. That's why the Required is set to: User must answer every question'
    I can try your idea and the Requirements in the settings.
    What's odd, though, is that I've developed a Quiz using these same exact settings and it worked perfectly. That's why it's odd that the Quiz is no longer working correctly.
    Okay, let me try to change the Required settings.
    By the way, the submit button works fine in the Preview mode, just not the Web Browser mode.

  • Adobe Interactive Form are not Interactive

    Hi Gurus,
    I'm trying to follow this guide https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7089e001-fcd3-2b10-b08d-f36d78326c6e?overridelayout=true.
    All works fine, but the interactive Forms that send by email are not interactive.
    I'm in CRM 7.10. I have already check all the ADS connection and they are correct.
    Thaks
    Reguards
    Nicola Bisinella

    Hi Gurus,
    I have solved my problem with a few of DD (Debug Day )
    This is my modify of standard code.
    CLASS: CL_CRM_WFD_ASSIGNMENT_FOLLOWUP
    METHOD: GET_ATTACHMENT
    ORIGINAL CODE:
    cl_crm_oi_ads=>call_ads(
            EXPORTING
              iv_xml_string      = lv_ws_data
              iv_xdp_string      = lv_template_data
              iv_returntype      = lv_doc_type      "cl_crm_oi_ads=>gc_doc_type_pdf
            IMPORTING
              ev_result_document = lv_pdf_xstring
    NEW CODE
    cl_crm_oi_ads=>call_ads(
            EXPORTING
              iv_xml_string      = lv_ws_data
              iv_xdp_string      = lv_template_data
    *{   INSERT         CRDK900138                                        1
    * Modify for correct Interactive Form
              iv_fillable        = 'X'
    *}   INSERT
              iv_returntype      = lv_doc_type      "cl_crm_oi_ads=>gc_doc_type_pdf
            IMPORTING
              ev_result_document = lv_pdf_xstring

  • Interactive form is not showing data during design time

    Hello,
    I have created a interactive form to display PDF. It is of 12 page. I created and checked in the code to DTR but now when I checked out the DC and and edited the interactive form for further update it is not showing any thing in the design time,showing only one blank page. However if I build and run that checked out project it is showing the proper data at runtime, so now i am unable to update the pdf.
    Please help and let me know what to do.

    Hi Timo,
    Sorry for the late response and not specifying more in detail.
    My Jdeveloper version is 11.1.1.6 R1.  When I ran for the first time, it was working fine. Then later on, when I was running it was opening completely blank screen.
    I thought it is something to do with the permission to the task flow. I have opened web.xml and jazn-data.xml file to check and closed without tweaking these files.
    Now, I was not able to open the page in the designer also. It was just showing hierarchy of all the components.
    I copied the backup again and it worked. What could be the reason so that I can avoid doing this in future?
    Is this related to Jdeveloper bug as I have seen on other forums highlighting this issue.

Maybe you are looking for

  • Transfer of itunes to lower software release = no itunes

    I have an older G3 laptop that I take on business trips. Before I left I did a bulk transfer of my music and never thought of the version differences. My intel mac duo was the host and my G3 was the target. Now when I open itunes the error message sa

  • Corrupt Air installation in XP: help please!

    I can neither install nor uninstall AIR from WinXP. Everything I do gives me the "Adobe Air Installer has encountered a problem and needs to close.." box. I have tried "Add/Remove Programs". I have tried msicuu. I have tried the '-uninstall' commandl

  • Error 4010

    I am getting a error message of 4010 when I try to add new music to the icloud.  I am getting my music from another source, I do not use an Iphone and my Ipod is a nano that I have to update manually.  I used to be able to add music and store it in t

  • T60 Keyboard not covered under warranty?

    Here is a bit of an annoying Lenovo update. Keyboards are no longer covered under warranty. I have a 3-year warranty, but can't claim my key-board- What is that about? The letter K shifted and came off – one of the lease used keys. Apparently they ju

  • Bluetooth and RMS

    Hello all. I would like to ask a question for a Bluetooth based program example in the WTK "BluetoothDemo" application. The Host is sharing his images via Bluetooth. Image are read through the local files an InputStream. Is the client possible to sto