How can we trigger error message in BADI PARTNER_UPDATE

Hi All,
I have implemented a BADI PARTNER_UPDATE. In this I have validation ( Error Message ) on saving buisness partner.
It is giving the error message but it freeze all the fields. On pressing enter it goes for short dump.
In short dump it gives error The COMMIT WORK processing must not be interrupted.
Kindly suggest me that how can we pass error message and it also does not freeze the fields.
Regards,
Narendra Goyal

Hi Narendra,
                      How are you trying to display message.
Is it using message service class instance of message statement (which should not be used, as that is for GUI messages) or using collect FM or by adding to genil message class container.
  Please try different approaches and see what works for you.
Thanks,
Rohit

Similar Messages

  • How can I overcome error message "missing or invalid personalisation info" when trying to re-install Elements 3. I need to re-install Elements 3,

    How can I overcome error message "missing or invalid personalisation info" when trying to re-install Elements 3. I need to re-install Elements 3,
    @ Alternatively purchase an Elements 9 or 10.  Holding Elements13 but that needs OS 10.8 (Lion) and much of my data is in Appleworks, which is incompatble
    Apologies if I am using this incorrectly.  My first time here

    Hi.  Thanks for coming back to me.  I am using Mountain Leopard (OSX 10.6.8).  Had major problem and have re-formatted my H/D and re-installing software.  Must have lost a file in the process.  Would upgrade to Lion only I have a lot of vital data in Officeworks, but that is incompatible with Lion.

  • In Ztable creation, How can we display error message for a 'To date' field.

    Hi all,
    I have a requirement like this.
    There r two fields in ztable. From date and To date.
    The field 'To date' in table ZKM007 is taking before date than From date field.
    To date should always be greater than from date i need to throw an  error or don't  allow to enter date  if date is less than From date.
    How can we do this?
    Can any one help on this?
    Rewards to all.
    Thanks & Regards,
    Anu.

    I have written below code at event "Creating a new entry" (05) in table maintainance generator.But it is not working. If we give the to date < From date ,
    it is saving.
    Can any one help on this code? Pls Give me code And which event i have to put this?
    ***INCLUDE LZEXE3F01 .
    FORM AT_entry.
    IF ZEXE3-TODATE LT ZEXE3-FROMDATE.
      MESSAGE I001(0) WITH 'ENTER TO DATE GREATER THAN FROM DATE'.
    ENDIF.
    ENDFORM.
    Rewards to all.
    thanks
    Anu.

  • How can i supress error message

    hi Al,
    I am getting an error message on screen , i want to supress this and hold data from screen , how can this be done,
    Regards
    Anuj

    Hi,
    you mean you don't want to flash these error messages but wants to hold them ,in this case just try to use FM 'MESSAGE_TEXT_BUILD'
    CALL FUNCTION 'MESSAGE_TEXT_BUILD'
        EXPORTING
          msgid               = sy-msgid
          msgnr               = sy-msgno
          msgv1               = sy-msgv1
        IMPORTING
          message_text_output = g_message.
    where you can also pass the particular message class and message numbers also and in g_message you will get the message text.

  • TS3694 how can i overcome error message 1015 which pops when trying to restore an iphone 3g?

    While doing a restore of my 3g iphone, i get error message 1015, and the phone is frozen at the loading mode. can someone help me fix this problem with a windows 7 ?

    Joebats709 wrote:
    ...  i get error message 1015, ...
    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • How can I get error message when calling pl/sql

    Hi,
    I call a pl/sql java wrapper generated by Rosetta.
    public static void startWf(
    OracleConnection _connection,
    BigDecimal p_goal_header_id,
    BigDecimal p_submiter_userid,
    String p_commit,
    String p_init_msg_list,
    String [] x_return_status,
    BigDecimal [] x_msg_count,
    String [] x_msg_data
    ) throws SQLException
    the pl/sql is written by the standard way of OAF backend,
    PROCEDURE start_wf ( p_goal_header_id in number
              ,p_submiter_userid     in number
    ,p_commit in varchar2 DEFAULT FND_API.G_TRUE
              ,p_init_msg_list in varchar2 DEFAULT FND_API.G_FALSE
    ,x_return_status out varchar2
    ,x_msg_count out number
    ,x_msg_data out varchar2);
    when running this procedure in TOAD, in case of error, following script can print error message:
    if l_return_status <> 'S' then
    dbms_output.put_line('Result');
    dbms_output.put_line('status: '||l_return_status);
    dbms_output.put_line('error count: '||l_msg_count);
    dbms_output.put_line('Loop Error');
    dbms_output.put_line('Err: '||fnd_msg_pub.get(-1,p_encoded=>'F'));
    for i in 2..l_msg_count loop
    dbms_output.put_line('Err: '||fnd_msg_pub.get(p_encoded=>'F'));
    end loop;
    end if;
    if l_return_status = 'S' then
    dbms_output.put_line('Success');
    end if;
    end;
    My question is when calling pl/sql java wrapper from Java, in case of Error, return_status="E", then in order to get exact error msg, is there any equivalent java method such as get error from pageContext or OADBTransaciton.. etc instead of calling again pl/sql fnd_msg_pub.get to get error msg?
    thanks
    Lei

    Lei,
    You can use
    checkErrors(OADBTransaction pTx,
    int pMessageCount,
    String pReturnStatus,
    String pMessageData)
    method in OAExceptionUtils Class.For details look at javadoc of OAExceptionUtils Class.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I capture error message when I invoke BO or BS in Service Script

    I want to check for particular error message number in the service script after I invoke BO.

    Not sure what is your objective to do that, but I doubt you have any control over that, alternatively you can look at BO Lifecycle if it may meet your requirements.

  • How can I find error message according to DAC etl task error code?

    Hi all,
    I run the DAetl tasks accroding to the BI APPS installation guide for Financials - Receivables.
    While I found some task result in errors and restart the run can't resolve them.
    I looked at the error tasks and found in the task detail page some index creating step got error. It indicated error code 1542, howerver I can't find any valueable error message.
    Is't a dac error code or informatica error code? where is the document that list all the error code,error message, root cause and solutions?
    Thanks & Regards,
    Scott
    Edited by: Typhoon on Jun 30, 2009 11:21 AM
    Edited by: Typhoon on Jun 30, 2009 11:37 AM

    Hi
    First try to run the workflow of that mapping individually by hardcoding the parameter values........and running through Informatica monitor itself.......later you can revert the changes.......In this way you can findout whether there is some problem in Informatica mapping or DAC configuration....If the problem is at Informatica mapping I think you need to change the session property for target as "Normal" Instead of "Bulk"(because you have indexes being created for the target which would be set record wise.....). Hope this helps
    With Regards
    Ven
    Edited by: user11254581 on Jun 29, 2009 10:58 PM

  • How can I eliminate Error Message?

    When I turn on or restart my computer, the following error message appears twice on my screen:
    Transport Monitor
    Could not complete your request
    (-4960)
    It does go away if I press return for each message, but it always returns when I turn on the computer.
    Thank you for any help you can offer!

    Searching http://www.apple.com/support for Transport Monitor error, I find that it relates to communicating with peripherals such as Palm devices. Are you using the latest Palm software and are you sure that there aren't other devices which might be interfering with the connection?

  • How can I resolve error message, Linklok could not open the file ?

    I have an MP3 subscription download link (with Abraham HIcks) but I am unable to complete the download because I get the error message "Linklok could not open the file".

    Please have the site administrator contact us at vibralogix.com as it appears something is not setup correctly with Linklok on their site.

  • How can I fix error message 150:30 in Premiere Elements?

    Running Premiere Elements opens the message 'Licence for this product has stopped working' and Error 150:30. I have restarted my pc but it still appears.

    anthony944
    What version of Premiere Elements are you using and on what computer operating system is it running?
    Without that information, I will assume Premiere Elements 11, 12, or 13 on Windows 7, 8, or 8.1 64 bit to give you some ideas of where I am going on this.
    You could try going to FLEXnet Licensing in Computer/Manage/Services and Applications/Services and make sure that FLEXnet Licensing in the list is started.
    If found stopped, please start it.
    There is a Licensing Repair Tool.
    Adobe - Adobe Licensing Repair Tool
    But what I will work for you will be
    a. uninstall the program the usual Control Panel way
    d. do a ccleaner run through (regular cleaner and registry cleaner parts)
    CCleaner - PC Optimization and Cleaning - Free Download
    c. reinstall of the program with antivirus and firewall(s) disabled.
    Please review and consider and then we can decide what next. If any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • How ro send error message from BADI to BAPI

    i have a BADI which is triggered from a BAPI.This BADI has only importing and changing parameters.How can i send error message to BAPI.Please reply at the earliest.
    High points can be expected.

    Hi Arshi,
         Please check whether the following link is of any use to you,
    how to capture the error message from bapi
    Best Regards.
    Reward points if it is helpful.

  • How i can display default error message in alert window

    how i can display default error message in alert window
    i.e.,
    i have a text field with datatype Alpha
    if i am giving numbers.etc then it is displaying
    FRM-50001: Acceptable characters are a-z,A-z and space
    I want to display this message in alert window
    please tell how to do this

    In the on-error trigger :
    Capture error_code and error_text in a variable.
    Set the alert title to something meaningful.
    Set the alert message equal to the captured error information.
    Display the alert.
    declare
    v_alert varchar2(100) := 'ERROR' ; -- name of alert to use
    v_title varchar2(100) := 'Error !' ; -- text to display as title
    v_msg varchar2(200) := error_code || ':' || error_text; -- message to display
    v_btn number ; -- button pressed
    begin
    set_alert_property( v_alert, TITLE, v_title );
    set_alert_property( v_alert, ALERT_MESSAGE_TEXT, v_msg );
    v_btn := show_alert( v_alert );
    end;
    ----------

  • I get a download error on the creative cloud desktop app.  When I click reload applications it remains the same.  How can I get this message to be removed?

    I get a download error on the creative cloud desktop app.  When I click reload applications it remains the same.  How can I get this message to be removed?

    Hi Bericala,
    Same issue has been discussed in the below mentioned link.
    1) Creative Cloud "Download Error" message
    2) Creative Cloud - Download error - stubborn error
    Let me know if it helps.
    P.S - If this or any other response helps answer your question, please take a moment to mark the response as helpful or correct to make it easier for future users to find the solution to the same issue
    Thanks,
    Eshant Jindal

  • TS2529 how to fix the error message itunes can't sync apps because it can't determine what apps are installed

    how to fix the error message itunes can't sync apps because it can't determine what apps are installed

    Hi,
    This may be Helpful 
    AMDS for Windows
    http://support.apple.com/kb/TS1567

Maybe you are looking for

  • How to change the default text style?

    The MacOS system seems to maintain a collection of text 'styles' available in applications such as TextEdit, Bean, MacJournal, Notebook and DevonThink. This collection contains a default style, used by some (but not all) of these applications as the

  • Trying to download LR5 on new MAC. I have LR5 CD, but can't run on this IMac.  I enter my license

    Want to download LR5 onto new iMac. Computer won't read my LR5 CD. Tried to download from Adobe, but my Serial number is not accepted. All I can do is download the free trial. Not acceptable. I bought this copy of LR5. I check my Adobe account - My p

  • TS1424 Message saying...Connection Manager invoke failed to find service connection URL why?

    When I go to sign in it iTunes a message comes up stating:  Connection Manager::invoke::Failed to find service connection url.  Does anyone know what this means and how to fix this issue?

  • Daisy chain time machine

    I have a firewire 800 external hdd as my time machine drive, and now want to add another fw800 external drive to my system. I will have to daisy chain them, and would like to ask will time machine still back-up the second daisy chained drive. So my s

  • Ciscoworks feed parsing issue

    Sentinel 6.1 will not parse my feed from Ciscoworks. All network syslog data is collected by ciscoworks and stored in a file syslog.log. This file can be pulled by the collector manager as a file source or pushed via Snare to the collector mgr.. the