Is a Form locked while saving is in progress?

Hi,
Is there a way to advice a user to not switch to another page while a form is saving? Or can I create a pop up form to appear while saving is in progress?
I have observed that while a form is being saved, while the user switched the form to another page, the progress of saving the first page is locked causing the server to not respond anymore, CPU usage reached the maximum available resource.
How can we avoid such?
Thanks.
Edited by: Nozume on Aug 17, 2010 2:36 PM

You could certainly look into using a simple piece of custom javascript that will display an alert message once a form has been saved.
First place to start is :- http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/apa.html
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Changing adobe forms name while saving

    hi,
    i have made an application in which i am generating pdf form but while saving a default name 'f' is appearing which i need to change. I am unable to change pdf form name.
    Plz help.
    thanks

    I have no solution for you but this forum is related to FPM discussions. i am not sure you posted in a right forum.
    requesting moderator to (re)place this to right forum.

  • Unknown Form Type while saving

    I am working on Devloper 2000 and developed a form for transfering data from SAP server to SQL server. The form is working fine.But I have one problem that while saving the form as <form name>.fmb it is saved as devloper form of unknown type and give no error message.The standard icon of fmb file of saved form also does not exists but has icon which is not known by the PC.And while opening that form again after saving it asks for the software option with which it has to be opened.
    Pls advice what to do..

    oh no. That's such an old version. Try install a forms 6i and open/save the forms there - only for testing the save-functionality

  • A particular form hangs while saving in Oracle Apps 11.5.10.2

    Hi Friends,
    I am using Oracle Apps 11.5.10.2 on Linux.
    In a custom Responsibilty ,In a particular form after entering the valuses when i give confirm button the application forms hangs for a long time without saving the values.
    Please let me know the Fix.
    Regards,
    Arun

    Hi,
    Was this working before? If yes, any changes have been done recently?
    Can you find any errors in the Jinitiator Console Window, application log files, and the database log files?
    Please verify that you have no invalid objects in the database. Also, try to generate the form via adadmin and see if this helps.
    In none of the above helps, please obtain FRD file, and see if more details about the error are reported in the log then -- See (Note: 150168.1 - Obtaining Forms Runtime Diagnostics (FRD) In Oracle Applications 11i) for details.
    Regards,
    Hussein

  • Service order IW32 - change header data while saving with UE

    Hello
    I have the following problem. I need to clear while saving
    order in IW31/2 one single fields this is CAUFVD-ABGSL
    but I cannot find any user exist that could allow me to CHANGE this field I tryied to use :
    IWO10009 IH-Auftrag: Kundenprüfung zum Zeitpunkt 'Sichern'
    but it has only CAUFVD as importing parameter *"  IMPORTING
    *"     VALUE(CAUFVD_IMP) LIKE  CAUFVD STRUCTURE  CAUFVD
    while I need to change one field while saving order
    Did somebody dealt with this problem
    I will be really gratefull for help
    Best regards
    Bogumila

    Hi,
    I've had a request for one of my customers to automatically change this field as well.
    Apparently, it was possible to change the CAUFVD structure, but it wasn't updating the database table AUFK.
    First of all, I wrote a new function module to update it straight in the AUFK database table, using the order ID and the provided RA key. This because using FM BAPI_ALM_ORDER_MAINTAIN threw an error.
    FUNCTION Z_0PM_CHANGE_RA_KEY.
    *"*"Update Function Module:
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(IV_AUFNR) TYPE  AUFNR
    *"     VALUE(IV_RA_KEY) TYPE  ABGR_SCHL
         UPDATE aufk SET abgsl = iv_ra_key WHERE aufnr = iv_aufnr.
    ENDFUNCTION.
    Then in user exit PPCO0001 - FM EXIT_SAPLCOBT_001 I'm calling this in an update task, to avoid any current object locks while saving. It's working both in transactions IW31 and IW32:
    SELECT SINGLE absl FROM z0pmrakey
            INTO lv_ra_key
            WHERE auart = lv_auart_rep
              AND ilart = lv_ilart_rep
              AND eqtyp = lv_eqtyp_rep.
          CALL FUNCTION 'Z_0PM_CHANGE_RA_KEY' IN UPDATE TASK
            EXPORTING
              iv_aufnr       = lv_aufnr
              iv_ra_key      = lv_ra_key.
    In case you have any questions, please ask.
    Kind regards,
    Joris

  • Error while saving data form in planning

    Hi,
    We are getting the below error while saving the data form in planning
    "There was an error during the save process"
    i believe our form is not exceeds 255 columns we were able to access the same form till yesterday
    can any one please help me on this

    One reason could be that the blocks that you are trying to save are locked either through excel-addin or someone else might be updating the same combinations. I have encountered such issues earlier and got the same error. Check if there are any locks in essbase while you are saving the planning data.

  • FRM-92010 Error while saving a form in HRMS

    Hi,
    I created a new 12.1.1 instance and impletented HRMS as per doc id#145837.1.
    Applied patch 8934107, Ran DataInstall and hrglobal.drv.
    Now while saving the forms we are getting the following error: (in application.log)
    10/05/13 18:12:03.269 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    10/05/13 18:12:03.270 formsweb: Forms session <1> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    I have also applied patch 8682249 as per doc 867501.1 (since error was the same) but still no luck.
    Please help.
    Regards,
    Neeraj
    Edited by: user556153 on May 13, 2010 6:19 AM

    Hi;
    Did you checked
    Queries Error With FRM-92101 In Many NLS Forms [ID 443922.1] << seems similar error like yours
    Forms FRM-92050, FRM-92100, FRM-92101, FRM-92102 Reference Guide [ID 444690.1]
    If its not help please enable trace
    How To Perform System Tracing For All Forms Runtime Processes? [ID 400144.1]
    Regard
    Helios

  • Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

    Hi, 
    I am doing development  in sharepoint 2010 and facing this very weird problem.
    If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
    the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
    This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
    However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
    has anybody seen this earlier,what could be the reason for this?
    Thanks

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • Form Builder crashes while saving .fmb file when connected to db

    Hi,
    I am getting error The instruction at "0x679c352c" referenced memory at "0x0000001c". The memory could not be "read".
    Forms version is 6.0.8.11.3 and database version is 10.2.0.3.0
    I am doing the following steps:
    1) Open .fmb file in forms builder
    2) Connecting to database
    3) Making some changes in form
    4) Compiling (Ctrl+Shift+K) and generating form (Ctrl+t)
    5) Saving form <--- Here I am getting the error and form crashes
    If I do not connect to database then builder is allowing me to save the file
    1) Open .fmb file in forms builder
    2) Making some changes in form
    3) Saving form (Successful)
    I did some exercise just as a guess that may some part of the form is causing this error. I full expanded all components of the form i.e. blocks, canvases, triggers etc.
    This exercise produced that 3 program units were giving same error while full expending those. I deleted those 3 program units and re-created them. Now it is not showing me this memory error while full expanding all program units. I can now fully expand my full form.
    But I am still getting this error while saving the changes when I am connected to database.
    Please help.
    Regards,
    Edited by: rawat75 on Sep 2, 2011 7:13 PM

    Hi Experts,
    We are getting the same issue. Our form builder crashes once we open our custom form
    in form builder.
    Server shows:-
    Forms 6.0 (Forms Runtime) Version 6.0.8.28.0 (Production)
    Form Builder shows:-
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    How to upgrade the form builder version?

  • Getting special character while saving adobe form from portal

    Hi All,
    I am getting Special character while saving adobe form. I am using webdynpro java application, in which I am using download file UI element.We are facing this issue after support packs were implemented in staging system.
    Kindly advise.
    Regards
    Shashwat

    Hi,
    We have ABAP system as backend system seperately and Single sign on is configured.
    when we access the portal with domain name line http://hostname.domain/52000/irj/portal, we are able to access the adobe form which is develope on abap system without any issue.
    but our issue started when we are trying to access portal only with hostname as http://hostname:52000/irj/portal
    we are able to login to portal but when we are trying to open the adobe form we are getting error
    No switch to HTTPS occurred, so it is not secure to send a password
    Since you have configured SSL, I assume that this configuration is done with fully qualified hotsname. Hence the certificate is generated based on this hostname.
    Now when you access your portal without typing fully qualified hostname, system is unable to locate a relevant certificate. Hence it lands up with a message "No switch to HTTPS occurred, so it is not secure to send a password"
    Hope this answers your query
    Regards,
    Deepak Kori

  • Default the Name of the Adobe Form while saving

    Hi,
    I am calling an Adobe Form from Webdynpro.  While saving the form i need to default the name of the Form.  Can anyone help me to solve this issue.
    Thanks & Regards.

    Hi Manikandan
    I got a requirement as exactly you have posted, default the PDF filename while saving it (In Adobe forms).
    If you have any solution for it, kindly share it with me.
    Thanks & Regards,
    Rajesh P

  • Error while saving the data in the form

    Hi,
    In forms 6i,after enteringthe data in the form,after pressing the save button it's giving error
    An Error Prevented your changes from being commited
    Anyone can help me out in this
    Regards,
    RR

    Hi to all,
    I have finished the form,now its saving.
    Actually i ahce examined a form of same in other instance,in that form the data block which is using API in its trigger is first but the form which was not saving was second to other data block
    When i changed the datablock order and compiled,now its saving the form.
    Thanks for your support
    Regards,
    RR

  • COA to be send to customer while saving delivery.

    Dear Friends,
    I have a requirement of sending the certificate of analysis (finished product)  to customer while saving delivery document.
    COA is the developed form (Z development) designed and that output we need to send to customer through email as soon as the sales delivery document is saved.
    To sum up my requirement :
    I need to  send COA through email as soon as delivery is saved. 
    Please provide your expert comments.
    Best Regards,
    Shekhar

    Dear,
    You want to send a quality certificate for the delivery to the Sold-to party.
    Define the settings for the output types for certificates (LQCA and LQCB in the standard system):
    Quality Management -> Quality Certificates -> Output Determination -> Define Condition Types for Output Determination
    Enter the required communication strategy in the "Default value" tab page. Assign output determination procedure to delivery item category".
    Define the assignments of the output types for certificates for the print program and transmission medium:
    Quality Management -> Quality Certificates -> Process Output -> Assign Print Program to Output Type/Medium
    Program RQCAAP00, FORM routine ENTRY, do not specify a form.
    The standard system provides the universally applicable QM_QCERT_01 form.
    The forms must be compatible with the output program. In the standard system the following output programs are available:
    RQCAAP00 for certificates for a delivery item
    You can access this program in Customizing for message dispatch and the program can be exchanged.
    RQCAAP01 for certificates for an inspection lot
    RQCAAP02 for certificates for a batch also you can use the FM 'QC02_BATCH_CHAR_SPECS'
    SAPLQC07 for certificates for a batch on the Internet
    For more details refer the OSS note 39418.
    Regards,
    R.Brahmankar

  • Error while saving Excise invoice and also when u look into balances

    Hi CIN Gurus,
    We have added S/H Ecess in the Pricing procedure and done the settings in excise part also.
    The values are flowing into J1iin screen but while saving:
    Two different issues: (SD)
    While saving: a. Balance in Transaction currency
            b. System failure during locking GL account BP01 44972001
    When u click on utilization and choose balances :
    G/L account has been not assigned for RG23CNCD in customization
    Thanks and regards
    Srikanth

    Hi,
    check at :
    IMG > Logistics - General > Tax On Goods Movement > India > A/c det >Specify G/L a/cs per Excise tran:
    search for column RG23C NCD for DLFC tra.type :Ask the FI consultant for correct G/L a/c.
    regards
    Rm

  • Error while Saving in /SAPAPO/MC77 - Maintain Selection Assignments

    Hi All,
    While saving selection assignments for users in SAP APO Demand Planning through the Transaction code /SAPAPO/MC77
    I am getting an information message whenever I click the save button
    "Inconsistency identified during save
    Message no. /SAPAPO/MA863"
    This error message is only for the planning book belonging to a specific planning area.
    What can be done to resolve this issue?

    Hello,
    There should be duplicated entries in your selections.
    You can set a BP in Form check_single_profile in program /SAPAPO/LMCPSFC2 in the debugger.
    Check parameter lt_tsselorg_ext[].
    For the entries in lt_tsselorg_ext[]. the 'ORDERKEY' field must be continous and no duplicate.
    Please delete the inconsistent ones.
    Best Regards,
    Ada

Maybe you are looking for

  • How to clear "recent" contacts listed automatically as you type email addresses in

    Hi everyone. When I go to type the address of an email I get as far as the first letter and a list of "recent" email addresses pops up, which is handy except for some reason the first one is a combination of two emails address, one I know and one I o

  • After updating my iPhone 4S to IOS6 my iPhone does not appear in iTunes.

    After I updated my iPhone 4S to IOS6, I experienced the following issues. 1. My iPhone would not connect to WIFI, even though the WIFI icon on my iPhone indicated that it was. This in it self cost me $239.00 in excess data usage. I have since got the

  • How to include Drop index in PL/SQL

    Hi, In my PL/SQL, I put a drop index statement in between, but it gave me an error of "PLS-00103: Encountered the symbol "DROP" when expecting one of the following: begin declare exit for goto if loop mod null pragma raise return select update while

  • Help with 802.1x wifi profile

    Hi All, I am in a bit of a bind.  I have been tasked with creating an 802.1x profile for Lion and up machines based on the profiles we use for our Windows machines and I have not been able to get this to work.  Our radius server is Win 2K8 R2 based,

  • How to load thousands of data files?

    My database is installed on windows, and I have thousands of data files that I need to load. Trying to figure out how to do it without manually editing my CTL file every time I load one data file. Can you specifiy your control file to load directorie