How to Handle pop up error message in BDC

Hi Friends,
Right now I am working with CA12 transaction.
In this transaction for each group I need to update the details of the operations( lablour and overhead value).
after updating the details, When I click on save I get a error pop up message saying 'Task contains the Erros, do you still want to save', if I click on the group it will be saved.
When I am doing the same thing through recoring( SHDB ). I do no get the same pop up Which I got through transaction(CA12).
but still user wants to save the details. user do want to be displayed as error.
How to get the pop up?, so that I can click save eventhough it contains errors.
Is it possible in BDC?
Regards,
Xavier.P

Hi!
Yes, it's though, however you might try to create the BDC recording with an another way.
For example, don't click on the save button, but press the leave button (green left arrow). The transaction will give you a popup with the options: save yes, no, cancel. Hopefully this popup can be recorded with SHDB.
Regards
Tamá

Similar Messages

  • How to close pop up error messages

    Hi,
    I am running a sequence that contains sub-sequences. Sometimes an error may occur and a 'System Level Exception Handling' pop up error message will appear. I want the pop up window to be recognised so that my sequence doesn't hang waiting for a user to hit a button on the pop up window. Is there a way to be able to close pop up windows (e.g. error messages from windows) from TestStand?
    Thanks a lot,

    Hello,
    It really depends on the source of the error messages.  If the error messages are coming from TestStand, you can turn off the error handling dialogs from the Station Options screen.  You can also customize your error processing by overriding the SequenceFilePostStepRuntimeError Engine Callback.  However, if the error message is being generated by one of your code modules, then it is outside of TestStand's control and you'll have to implement proper error handling procedures in the code module.
    Regards,
    Ryan K.

  • How to handle the system error messages?

    Hi...
       I was doing File to RFC scenario with BPM. If i give the correct values for the Bapi Input it is working . If i give the some wrong input to the BAPI, it is not executing and the scenario is stopping. If i click on PE , it is going to the Inbound Queue.
    If this type of issue occurs i need to capture the system error and store it in a database. Could you pelase help in this issue.
    Thanks,
    Leela
    Edited by: leelaratnam morampudi on Nov 21, 2008 2:24 PM

    Hi Leela,
    You need to handle this in BPM. Check the thread describing how to catch exceptions in BPM.
    How to handle system errors in XI using BPM? please help!
    Thanks!

  • Pop up error message while material posting

    Hia,
    how can i pop up error message while material posting based on user .
    thank u in advance

    Hi Ram
    Nobody is getting your requirement. Please explain your question.
    Thanks & Regards
    Kapil Nanda

  • My iphone 3g is in reset mode and i tunes will not reset. it pops an error message with no code. how can i get i tunes to rest my phone?

    my iphone 3g is in reset mode and i tunes will not reset. it pops an error message with no code. how can i get i tunes to rest my phone?

    No need to Double Post... It is considered impolite.
    https://discussions.apple.com/message/20652820#20652820

  • Pop up error messages for failed custom validation

    I am using jdev-10.1.3.4
    My application is in ADF BC
    I am writing custom validation through managed bean, I want pop-up error message for this failed validation.
    My problem scenario is:
    I had some list box as "status"-when this status changes to failed then the other field namely "closed date" should become madantory and also date in closed date field can't be in future.I am able to have all this validation through managed bean and also able to use af:messages through which i am able to print error message on the top of the form, but i am not able to give pop up error message for this failed validation.
    I had gone thru jdev guide but there is nothing like what i am asking.
    it would be of great help if someone can give me some example also.
    thanks in advance.

    ADF has global setting where you can configure the way messages are shown to user:
    You can make this setting in adf-faces-config.xml
    The <client-validation> element controls how client-side converters and validators are run.
    Three values are supported:
    "INLINE": validation is shown inline in a page (the default)
    "ALERT": validation is shown in an Javascript alert
    "DISABLED": validation is only handled on the server
    IN your case, set it to 'ALERT'.

  • Pop-up error messages

    I am constantly getting these pop-up error messages and I can't seem to figure out how to get rid them and it is driving me insane.
    Adobe Flash Player 10.1.102.64
    An ActionScript Error occurred
    VerifyError: Error #1014: Class flash.events::ThrottleEvent could not be found. 
    and
    TypeError: Error #1009: Cannot access a property or method of a null object reference. 
              at com.brightcove.opensource::DataBinder/getVideoProperty()
              at com.brightcove.opensource::DataBinder/getValue()
              at com.comscore::ComScore/getCustomValue()
              at com.comscore::ComScore/getComScoreURL()
              at com.comscore::ComScore/sendBeacon()
              at ComScoreSWF/onAdStart()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.api.modules::AdvertisingModule/wrapEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.api.modules::AdvertisingAPI/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onCustomAdEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.fl.advertising.adSwf::AdSwf/dispatchAdEvent()
              at IMA3AdSwf/displayAd()
              at com.brightcove.advertising.adSwf::AdSwfDisplay/onAdInitFrame()
    Can somebody please help me out

    You're using a version of Flash Player that's a couple of years out of date. You can't expect it to work with all modern websites.

  • I get a pop-up error message when I try to open Firefox

    Whenever I try to open Firefox (latest version installed today), I get a pop-up error message that reads: TypeError: Componentsclasses['@mozilla.org/gmailnotifier;'] is undefined.
    When I click the OK button, Firefox opens and operates fine. How do I get rid of that?

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • How can i see the error message?

    hi, i have written a procedure in the database 10g, with my own error, and it works. but, when my exception occurs, i want to see my ora-20000-message in the footer of the isql-screen in the same way like normal ora-errors do it. because, now the code handles the exeption, but i can not se any message.
    thx.
    (zahl1 in number, zahl2 in number)
    as
    maxvertrag number;
    ergebnis number;
    myerror exception;
    pragma exception_init(myerror, -20000);
    begin
    select max(vertragsnr) into maxvertrag from robertl.tblugovor;
    ergebnis := zahl1+zahl2+maxvertrag;
    if ergebnis>104
    then
    RAISE_APPLICATION_ERROR (-20000, 'Result is > 104!');
    end if;
    exception when myerror then
    ergebnis:=0;
    end;

    This is answered in how can i se the error message?.
    As a side note, you generally don't need to cross-post in these two fora, as many of us frequent both.
    Cheers, APC

  • Face time on my mac keeps popping an error message

    face time on my mac keeps popping an error message. why? ho can i fix it?

    Hi Ralph Landry1,
    :-(    checked it out. I have several mail accounts under Messages loaded but the iMessage one where you enter the APPLE ID just won't sign in.
    Same for FaceTime - the login just does not work.
    I do have a GMX mail as login though but I was not able to find any settings for GMX for the account type to use.
    All I was able to find on the net is how to configure Apple Mail for an GMX account.
    Anyway the login on FaceTime or iMessage do not work with my APPLE ID that does in fact is a GMX e-mail address.
    Thank you again.

  • How to customize the validation error message

    Hi,
    In my infopath 2010 form, when a required field is skipped, we get a very cryptic error message which is not user friendly. Can anyone please let me know how can i customize this cryptic message with a more user friendly one.
    many thanks.

    Hello,
    There is no straight solution of this problem. You may use data validation rule instead of field validation for validation so you can at least avoid that pop up error message.
    Another way is, make field mandatory via code. you can just remove all field validation then check all fields data via code and cancel the submit event.
    Another way is, add custom button form for submit, then hide this button until form validation is succeed.
    http://blog.parkercomp.com/2009/05/how-to-customize-infopath-error-dialogs.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • "A Connection to the server has failed" Pop up error message.

    Hi All,
    We have build Oracle ADF application in which we are halted with pop-up error message "A connection to the server has failed" whenever we entered apostrophe (') in input text field all other special character are acceptable except ('). Please advise how we can get rid of this error.
    Thanks,
    Abhishek

    Hi,
    Not really my area but generally if you have an 'unusual' username required (like one that starts with a number etc) it's generally rejected by oracle. However if you surround it with double quotes it will work OK. Can you somehow incorporate this into how the adf app is connecting (wrap the username in double quotes)?
    Another approach would be to just have some form validation which rejecting any ' characters before it tried to even do a login and gave a nice friendly message saying 'dont use apostrophes'?
    Regards,
    Harry

  • When I update my nano ipod I get an error message "User ipod cannot be updated.  The disk couldnot be read from or written to."   How can I overcome this error message.

    In the iTunes window, when I update my nano ipod, I get an error message "User ipod cannot be updated.  The disk could not be read from or written to."   How can I overcome this error message.

    Hello there dilip77707,
    It sounds like you are getting this error message that your iPod cannot be read from or written to when you are trying to update your iPod Nano. I recommend the troubleshooting from the following article to help you get that resolved. Its pretty straight forward, just start at the top and work your way down as needed:
     'Disk cannot be read from or written to' when syncing iPod or 'Firmware update failure' error when updating or restoring iPod
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,-

    how can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,…"

    It sounds like if you open Preferences in Word there will be a place where you can specify where to store autorecover files. Right now it sounds like it's pointing to somewhere that doesn't exist.

  • How can I solve this error message? Some of your photos, including the photo "IMG_0374.jpg", were not copied to the iPad "(my name's) iPad" because they cannot be displayed on your iPad.

    how can I solve this error message? "Some of your photos, including the photo “IMG_0374.jpg”, were not copied to the iPad “(my name’s) iPad” because they cannot be displayed on your iPad."
    There were 273 photos in the event syncing from my Mac, but only the last 103 made it to the ipad. Most of the photos were taken by an iphone. I would appreciate any thoughts or insights - thanks.

    Adrian-
    That error message suggests the photo is somehow corrupt.
    Do you have the Apple Camera Connection Kit?  You can set up a USB thumb drive with MS-DOS FAT-32 format and copy your photos to it into a folder named DCIM.  Assuming they have an 8 character plus suffix name, the iPad will recognize them and give you the option of transferring them via the Kit's USB adapter.
    Once they are transferred, you can find out if there is a problem with any.
    Fred

Maybe you are looking for