Adobe form with Webdynpro - Form is hanging on click of Submit button

Hello Experts,
My View has an adobe form that has many dropdowns and input fields. There are some fields which get automatically populated based on entries made by the users. There are several internal tables getting populated in the WDDOINIT method. I have a 'Submit Button' which when clicked should close the browser, retrieve data in the Context and do processing in SAP.
When I click on the submit button, I get a 'Wait' symbol (the circle symbol) for a very long time and then the Connection time out error comes up.
I commented the population of some internal tables in the 'Init' method. when I tested by clicking this button, it worked. The browser got closed and processing in SAP was done too.
I am working with a fairly large data. 2-3 of the internal tables (that I commented) have 2000-3000 records. Is there is restriction on how much data the WDN can handle? I am stuck now because even though all codes are correct, the wdn is not able to handle the data.
Any suggestions ?
appreciate all your help! Regards, Liz

This issue is resolved. This was due to loading a large data set to the form.

Similar Messages

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

  • Adobe intereactive form with webdynpro

    Hi,
    I have to do one poc part.
    Like
    There are two kinds of the users : Business user, End user.
    I have requirement in Adobe forms with webdynpro.
    Currently i am not going to implement the login credentials to this user.
    Requirement is like business user will define the  fields in the form which are need to be visible or enable to the the end user . In the fields some of the fields are static fields some of the fileds or attributes are bynamic based on the CRM system.
    This time , when the business user defines or enable some of the fields which are available in the form for the end user. Only those fields need to be  enable or visible to the end user when he access.
    My question is like when the business user logs in enable some of the fields. these need to persisted or stored in some where to visible or enable the same fields to the end user access the same form.
    Basically business user defines the form and end user uses the defined the form, Later any time when the business user redefine the same form , those changes need to be get affected to end user when he access this form.
    How do i need to achieve this in Adobe forms with webdynpro. Currently this need to implemented as sample application for the demo. there is no login methodology and nth , need to be implmented . can any body give me the way to proceed.

    Hi Vijay,
    What I understand is that you wanted to make the Layout Dynamic depending upon the type of User "Business User" and "End User" ... correct?
    If this is the case you can make the layout Dynamic via scripting in the initialization event of the form.... you may use Jave Script of FormCalc to acheive this.
    Do one thing pass one import parameter to the ADOBE form which will be identifier for type of user. If user is B-User pass value as 'B' or else pass value as "E'.
    in the initialization event of the form write this script.
    if (this.rawValue == 'B')
    then
    data.BodyPage1.DE_OrgData.DE_Contents.Z01CURRENT_PREVIOUS.presence = "invisible"
    data.BodyPage1.DE_OrgData.DE_Contents.Z02END_DATE_CURRENT.presence = "invisible"
    else
    data.BodyPage1.DE_OrgData.DE_Contents.Z08FTE_BUDGET.presence = "invisible"
    data.BodyPage1.DE_OrgData.DE_Contents.Z09JUSTIFICATION.presence = "invisible"
    endif
    If you have issue with how to integrate ADOBE with WebDynPro check this<a href="/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal How To… Integrate ADOBE form on WebdynPro for ABAP and Deploy it on portal.</a>
    ~BD

  • Validating Input fields in Interactive Adobe Forms with Webdynpro ABAP

    Dear Friends,
    Am new to Interactive Adobe forms with Webdynpro Abap,
    My scenario is, I have few Input fields, i need to handle the Messages when am not entering values in any of the Input Field,
    and raise the message when i click on Save Button.
    I have tried with setting the field as Required in Form itself, but i can't set the Field as Mandatory.
    I don't know how to do, Please give some needed points, as well needed some Script/Formcalc code.
    Thanks,
    Pradeep.

    Hi Pradeep,
    You can validate the fields by using javascript/formcalc logic in onclick event of button.
    Please refer the below links
    Adobe Form -How to make an Input Field Mandatory
    Validate Intercive Adobe Form
    Hope it helps you.
    Regards,
    Rama

  • Adobe Interactive Forms with Webdynpro

    Hi,
    I created Adobe form with Webdynpro with some fields for entry and submit button. when i am running on browser, fields are coming as display mode, i can't enter values nor submit button is working.
    Any help is appreciated.
    Thanks.

    Hello,
    Do you have your form dynamic? You need to have to be able to push button. And do you have your form interactive? (In WD it is "enabled"). You need to to use it as UI there and back, not only for printing. What type of framework you use? ActiveX or ZCI? If ZCI, insert WD script. Regards, Otto
    p.s.: Next time i can recommend you to move your question under Netweaver - Interactive forms

  • Replacing Adobe forms with Smart Forms for printing FPM based forms

    Hello All,
    This pertains to HCM Process and Forms with Floor Plan Manager (FPM) based forms.
    SAP has provided Adobe Forms as the standard print option for FPM based forms, as can be seen in the attached screenshot.
    We want to use the FPM based forms without using Adobe Document Services (ADS). I am checking the feasibility of replacing the PDF forms with Smart Forms, either through configuration or customization.
    System Landscape: ECC 6.0 EhP6
    Any inputs or suggestions would be greatly appreciated.
    Regards,
    Arun.

    Hi Ketul,
    Irrespective of the process or scenario, we would like to use Smart Forms instead of Adobe Forms. As seen in the screenshot, SAP has provided the default option of generating a PDF form. This requires installing and using Adobe Document Services. We would like to remove this dependency on Adobe Document Services.
    Instead, we would like to use Smart Forms for printing purposes.
    This requirement is not tied to any specific process or scenario, but to any business process implemented using HCM Process and Forms framework.
    Let me know if you need any further clarifications.
    Regards,
    Arun.

  • Is it possible to create a form with multiple form fields on a single line?

    Is it possible to create a form with multiple form fields on a single line?  I can't find anything in the documentation or a template that does this.
    I am trying to create a "documents received" checklist with a check box on the left margin, a date-received field to the right of the check box and and a description of the document (Formatted Text) on the far right.
    In the past I have entered the Fixed Text with a word processor, published it to a PDF file, then added the check box and date fields with the Acrobat Forms editor.  I would prefer to use FormsCentral if it is possible.

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Creating a main form, with internal forms help! (a poke in the right direct

    Hey guys, I am trying to make a form application within swing (currently using netbeans gui builder), and I am trying to achieve a standard sized form (say 300x200px) and when the user clicks a "next" button, the
    form layout does not change and a new form appears inside. I have looked into jinternalFrames; however I do not want a moveable frame inside, I just want to have an arbituary frame where the content inside
    changes. I plan on making around 60 pages (forms) within this app so differant jforms or something is the logical procedure.
    I just need a point in any direction at all, as to how to achieve this; I am confident programmer in C/C#/C++/VB.NET (yes im new to java) however it's so similiar to C# I doubt i'll have a problem either:
    a) information on how to program the swing manually without a gui builder
    b) a method of how to achieve what im doing in netbeans/eclipse
    Thanks all

    when the user clicks a "next" button, the form layout does not change and a new form appears insideAnd the [Card Layout Actions|http://www.camick.com/java/blog.html?name=card-layout-actions] should help with this.

  • ADOBE FORMS with WEBDYNPRO ABAP

    Hi Experts,
    Can Anyone give me some examples how to create Adobe interactive form using Webdynpro ABAP...
    Thanks and Regards,
    Kriss.

    Kriss,
    http://www.google.co.in/search?hl=en&source=hp&q=adobeformusingwebdynprofor+abap&meta=&aq=o&aqi=g10&aql=&oq=&gs_rfai=
    search before posting the question
    Thanks
    Bala Duvvuri

  • Users having trouble in Adobe X with a form created in Adobe 9

    I was told by and Adobe support person to recreate it in the newer version, Adobe X, but will this be an issue for users on previous Adobe software versions?
    Issues submitted by client:
    We are having difficulty with my government forms packet. I fill everything out and hit submit and nothing happens. I go back and check to see if anything is missing and all dates and where I fill in my social security number are missing. no matter how many times
    I fill it out it is gone. I'm not prompted to do anything else.  Jordan says it must be my computer. I have a fairly new Dell with windows 7 and have never had any problems filling out forms on it before.
    Other example -  Complete Form hit submit and nothing happens
    I’ve been told that there is a known issue with Abode X and Firefox;  BUT we tell all our candidates to use Internet Explorer

    It's really hard to say without seeing the form, and ideally being at the machine that it doesn't work with. I'd be happy to take a look at the form if you're free to send it to me: acroscript at gmail dot com

  • Adobe forms with Web Service - nothing happens when clicking button.

    Hi,
    I am trying to develop adobe forms with web service. The web service
    WSDL location is :- [http://www.webservicex.net/uklocation.asmx?wsdl]
    I have created a new dataconnection with the above URL, drag & drop fields & button onto the form & save the form.
    when I open the PDF on my local machine, enter the post code and push button, nothing happens. no error/warning message.
    I also downloaded a web service example PDF from [http://partners.adobe.com/public/developer/tips/index.html]
    This form also has button to execute a web service but again nothing happens?
    Any clues why this is happening? I turned off my firewall thinking it might be blocking but no joy
    I am using Adobe Life cycle Designer 8 & Adobe reader 8.
    Thanks,
    Pankaj
    Edited by: PANKAJ ARORA on Jan 15, 2009 5:28 AM

    Hi Pankaj,
    While you are creating Webservice from Java file, select the Aunthenticationtype as SimpleSOAP instead of Basic SOAP (Bydefault BasicSOAP is selected, Change it to SimpleSOAP).
    There are some steps after you create a Webservice.
    First Download WSDL on your Local Machine from WAS.
    After that when you open the zip file you get 3 WSDL's.
    There we need to combine the 3 wsdl's and make it into one wsdl after you do this process.
    Incorporate the WSDL in your interactive form and drag and drop the button onto the form.
    Please don't try to edit any of the method because it will not work if you try to change any feature.
    If you want to write Javascript for that method write it in "enter" method, script type:Javascript.
    If you have any queries you can ping.
    (The below link helps for you i guess)
    [Interactive Forms and Web Service Integration|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26]

  • Saving a PDF-form with nested forms and tables

    I created a multiplaged form with a couple JS-functions to add table-instances and complete tables and a few more. I saved the form with additional rights to make sure my users can save the form and its content using Adobe Reader. Now whenever the form is saved, some - but only some - information disappears, respectively isn't saved but replaced through the default content. I created quite some forms before and never ever had this problem. I'm using LiveCycle Designer ES 2 )but experienced the same problem when using ES 3) and Adobe Reader X.
    Filled out form before saving:
    Filled out form after saving and re-opening:
    Any ideas?

    Hello
    When you work with live cycle designer you create your form and you save it. Then, when you want to send it to people you use the assistant with create 2 other different files :
    1) A publication form that you will send by mail
    2) A blank form that you will fill with information the user sent to you
    So, call the assistant create the 2 files but don't send them to people and save them locally. Open the second file and fill it in reader, you will see you will save change.
    Regards

  • Rep-52005 error when running a report from form with parameter form

    I am trying to run a report from a web deployed form and this report has a parameter form. I am getting a Rep-52005: The specified key report does not exist in key map file.
    I am using Oracle Forms/Reports 10.1.2.0.2. My code is below. The first part works fine where I run a report with no parameter form, but the second part when I have a parameter form gets the about error.
    PROCEDURE call_report (
    p_report_name VARCHAR2,
    p_reportobj_name VARCHAR2 DEFAULT NULL,
    p_parameter_list paramlist DEFAULT NULL,
    p_parameter_string VARCHAR2 DEFAULT NULL
    IS
    repid report_object;
    v_rep VARCHAR2 (100);
    rep_status VARCHAR2 (100);
    v_report_url VARCHAR2 (240);
    v_interface VARCHAR2 (50);
    v_report_parameter VARCHAR2 (1);
    vc_user_name VARCHAR2 (100);
    vc_user_password VARCHAR2 (100);
    vc_user_connect VARCHAR2 (100);
    vc_connect VARCHAR2 (300);
    v_reportserv VARCHAR2 (30);
    v_job_number number;
    BEGIN
    /* Get the database to run the report against and
    find out if the report has any parameters */
    SELECT report_parameter_flag
    INTO v_report_parameter
    FROM program_list
    WHERE program_type = 'REPORTS'
    AND UPPER (screen_id) = UPPER (p_report_name);
    vc_user_name := get_application_property (username);
    vc_user_password := get_application_property (password);
    vc_user_connect := get_application_property (connect_string);
    v_reportserv := 'rep_xxxx_ias10g_home';
    v_report_url := 'http://xxxx.state.il.us';
    v_job_number := length(v_reportserv) +2;
    vc_connect :=
    vc_user_name
    || '/'
    || vc_user_password
    || '@'
    || vc_user_connect;
    v_interface := get_application_property (user_interface);
    IF ( v_interface = 'WEB'
    AND v_report_parameter = 'N'
    THEN
    repid := find_report_object(p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    -- v_reportserv := get_report_object_property (repid,report_server);
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (repid, report_other, p_parameter_string);
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSIF ( v_interface = 'WEB'
    AND v_report_parameter = 'Y'
    THEN
    repid := find_report_object (p_reportobj_name);
    set_report_object_property (repid, report_comm_mode, synchronous);
    set_report_object_property (repid, report_destype, cache);
    set_report_object_property (repid, report_desformat, 'pdf');
    set_report_object_property (repid, report_server, v_reportserv);
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet'
    v_rep := run_report_object (repid);
    rep_status := report_object_status (v_rep);
    IF rep_status = 'FINISHED'
    THEN
    web.show_document (
    v_report_url
    || '/reports/rwservlet/getjobid='
    || substr(v_rep,v_job_number)
    || '?server='
    || v_reportserv
    ,'_blank'
    ELSE
    message ( rep_status
    || 'Report output aborted');
    END IF;
    ELSE
    run_product (
    reports,
    p_report_name,
    synchronous,
    runtime,
    filesystem,
    p_parameter_list,
    NULL
    END IF;
    EXCEPTION
    WHEN OTHERS
    THEN
    message (SQLERRM);
    END;
    My parameter form comes up and I enter the necessary information and hit submit query button. Then I get the Rep-52005: The specified key report does not exist in key map file.
    Any help will be greatly appreciated!!
    Shellie Bricker

    Your code seems to be implementing metalink note 139546.1 - Using Reports parameter forms with RUN_REPORT_OBJECT on the web.
    For what I can see, the P_ACTION parameter should end in ?...
    i.e.
    P_ACTION=http://<hostname.domain:port>/reports/rwservlet?'
    set_report_object_property (
    repid,
    report_other,
    'paramform=yes P_USER_CONNECT='
    || vc_connect
    || ' P_SERVERNAME='
    || v_reportserv
    || ' P_ACTION='
    || v_report_url
    || '/reports/rwservlet?'
    );If this does not fix your problem, then to troubleshoot further you would have to post the code in your Before Parameter Form trigger of your report.
    Hope this helps,
    UPDATE:
    If the above does not fix your problem, my guess is that report name is not being generated in the hidden runtime values build by the code in the Before Parameter Form trigger.
    i.e.
    http://localhost:8889/reports/rwservlet?report=&destype=cache&desformat=PDF
    The above code will throw error REP-52005: The specified key report does not exist in key map file.
    Edited by: Rodolfo Ferrari on Jul 8, 2009 9:43 PM

  • E-Requiement - Replace Publication Smart Form with Customised Forms

    Hi All,
    In E - Recruitment, We have standard smart form "HRRCF_PUBLICATION_INT" (publication  for internal candidate)and "HRRCF_PUBLICATION_EXT" (publication for external candidate.
    Here client requirment to change layout of these forms for that we developed customised smart forms according to the client requirment.
    I want to replace these standard forms with my customised "Z" forms.
    please anybody can tell me how to do the same.
    Regards,
    Priya

    Hi Priya,
    I am not sure why as per the client requirement we cant change it in the spro ??
    anyways if you want to achieve it then we have to go for an enhancement...
    for eg i want to change a std smartform which displays the candidate and requisition data overviews in the manager self service.
    then i know that the class CL_HRRCF_M_DATAOVERVIEW will be used and in this a method called GET_FM_NAME will be called which fetches the smartform(std) so in this FM create a enhancement at the last so you have a chance to overwrite the form name..
    Ie. in FM....
    This is std....
      Get name of generated function module
            CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
              EXPORTING
                i_name     = lv_formname
              IMPORTING
                e_funcname = ev_fm_name.
      Get name of generated function module
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname           = lv_formname
          IMPORTING
            fm_name            = ev_fm_name
          EXCEPTIONS
            no_form            = 1
            no_function_module = 2
            OTHERS             = 3.
      ENDIF.
    This is the enhancement.... this is what you have to do...
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Class CL_HRRCF_M_DATAOVERVIEW, Method GET_FM_NAME, End                                                                                A
    $$-Start: (1)----
    $$
    ENHANCEMENT 1  ZHRER_MSS_FORMS.    "active version
    use custom smart forms instead of standard SB 07/22/08
      if iv_fallback_form = 'HRRCF_DATA_SUMMARY_REQUISITION' .
         lv_formname = 'ZHRER_SF_REQUISITION' .
      ELSEIF iv_fallback_form = 'HRRCF_DECISION_OVERVIEW' .
         lv_formname = 'ZHRER_SF_DECISION_OVERVIEW' .
      endif.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname           = lv_formname
          IMPORTING
            fm_name            = ev_fm_name
          EXCEPTIONS
            no_form            = 1
            no_function_module = 2
            OTHERS             = 3.
        IF sy-subrc <> 0.
    $$-End:   (1)----
    $$
    Hope this helps..
    Thanks & Regards,
    Dipu_B

  • Can I edit the email created to send a PDF form back to me when a user clicks on Submit?

         I created several PDF fillable forms for our users to request services and send back data needed to deliver those services. They are simple forms, and users will click on Submit to return to a mailto: address.
    My question is about the email message that is auto-created when the user clicks on Submit. I can't find any config window to be able to edit the message in the body of the email. The message reads:
    Form Returned: 2014PrintingRequestForm.pdf
    The attached file is the filled-out form. Please open it to review the data.
    Is there any way to edit this message?

    majende,
    Adobe Reader for iOS does support a Submit button.
    (a) Button action to submit an entire PDF document via email
    (b) JavaScript submitForm to Adobe FormsCentral
    Do you use the desktop version of Adobe Acrobat to create a PDF form?
    For option (a)
    Add the "Submit a form" action to your Submit button.
    Enter "mailto:" (including a colon) followed by email recipient(s).  Please add a comma between two email addresses.
    Example: [email protected], [email protected]
    Select "PDF The complete document".
    This particular type of PDF form will work with Adobe Reader desktop and mobile products (including Adobe Reader for iOS and Android).
    In Adobe Reader for iOS, a user can do the following steps to submit the particular type of PDF form.
    Fill out the PDF form.
    Tap the Submit button in the PDF form.
    Select "Share Original Document" or "Share Flattened Copy" from the Share File dialog.
    Adobe Reader for iOS will automatically fill in the email address(es) that you specified when you created the PDF form.
    Tap the Send button in the upper right corner.
    Adobe Reader for iOS will send the PDF form as an email attachment via Apple Mail (the default mail app for iOS).
    Please let us know if you have additional questions.

Maybe you are looking for

  • Logon failed when trying to connect to a SAP BW related universe

    Hi, when I try to connect to my SAP BW related universe, I simply get the error message "Logon failed". I have the SAP integration kit for BO. Furthermore I have set the connection appropriate to OSS note 1182409. Nevertheless I get this error messag

  • I have got a problem that all application in my iPhone gone

    Dear Sir, I have update soft wear for iPhone 5 after update version my allocation are disappear

  • TreeView with mixed cell types

    I would like to create a TreeView where some cells are CheckBoxTreeCells and some aren't. My application domain is a medical search engine where we'd like to have researcher query a dataset by selecting one or more values. Here's a simple example: pu

  • Mac Freezing Despite Upgrade to Leopard, Basic Troubleshooting

    Background: For the past several weeks, when I was operating off of OSX 10.4 (i have a 2007 white Macbook), my computer has begun to freeze. It does not happen during a particular application or process, but seems more at random. The gray screen does

  • Error Occured from server

    Hi When we are running the Standard OOTB "Spend by Management Org" and it is running successfully If we run a adhoc report with Mgmt Org as Dimension and Spend (Global) as measure we get the following error: Please advise how to interpret it? com.sap