How to suppress system generated error message in message box

HI OAF Guys
combination of headerId and role id constitutes the primary key in my applicaiton. I am setting header id in create method of the EO.java file. when i click on add another row, it creates a table row and displays with the list of values in drop down list. when i selected the role that is selected already, and click on save the OA framework showing the error like this.
Row 2 ApproverName - Attribute Role in TermsDeviationsAM.BsaMainRN510_BsaMainRN_com_equinix_oracle_apps_okc_terms_deviations_server_EqxBsaApproversAM.EqxOMBSAApproversVO1 is required
I tried to suppress this error by handling at EO.java file in setRole() by throwing OAAttrValException with message. but I could not suppress the previous error message. Now it is displaying the user message along with the first one.
i want suppress the previous error message. How can i achive that.
Thanks in advance
Thanks & Regards
U.palakondaiah.

Try this example code:
PARAMETERS: p_text(10) TYPE c.
PARAMETERS: p_check TYPE c AS CHECKBOX.
AT SELECTION-SCREEN.
  IF p_check EQ 'X'.
    IF p_text IS INITIAL.
      MESSAGE 'Text field is mandatory' TYPE 'E'.
    ENDIF.
  ENDIF.
START-OF-SELECTION.
WRITE: / 'OK!'.

Similar Messages

  • Wht is system generated errors

    Hi all,
    What are the different 'system generated errors' and 'customer generated errors' we get in the production side?
    Pls help me I am attending to the interview.Give me the errors and how to solve.

    hi prasanth,
    thr is nohing like customer generated erros. yes, u can think it as any logical error or data error that cause system error.
    system generated errors are like short dumps, tRFC error, locking issues, HACR issues, failing of ODS activation, deleting index, droping index issues, etc. there is even more long list to this.
    u have to analyse error and then solve it.
    hope this helps.
    Regards,
    Purvang
    <removed>

  • Function module which will capture system generated errors

    hi gurus,
      What is the name of the function module which will capture system generated errors and will populate a internal table?

    hi,
    there is a backgroung job running, if it fails i need to catch the system error because of which the job has failed
    Edited by: arunchandra c p on Aug 27, 2008 2:02 PM

  • [Solved] How to Suppress Kernel Boot Error Messages?

    In
    /var/log/errors.log
    I get this output while booting:
    May 26 00:28:30 localhost kernel: [ 6.943801] sd 6:0:0:0: [sdb] No Caching mode page present
    May 26 00:28:30 localhost kernel: [ 6.943802] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    May 26 00:28:30 localhost kernel: [ 6.945795] sd 6:0:0:0: [sdb] No Caching mode page present
    May 26 00:28:30 localhost kernel: [ 6.945797] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    May 26 00:28:30 localhost kernel: [ 6.950164] sd 6:0:0:0: [sdb] No Caching mode page present
    May 26 00:28:30 localhost kernel: [ 6.950166] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    sdb is an external USB 2.0 2TB harddrive formatted as NTFS.  My /etc/fstab line for it is:
    /dev/sdb1 /media/Win_USB ntfs-3g uid=1000,gid=users,fmask=113,dmask=0022 0 0
    My
    /etc/udev/rules.d/
    directory is empty.
    The drive works correctly both under Arch and under Windows 7 in this machine's dual-boot.  Googling so far has shown that the above errors are nothing out of the ordinary.
    I would like to suppress just those error messages on boot and also do not write them to errors.log.
    I do not even have a clue for what I should be searching for to do that.  Perhaps someone can helpfully point me to the correct page in the Wiki?
    Edit, and "fdisk -l" returns:
    Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
    255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x6bf2b3a4
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 3907024064 1953512001 7 HPFS/NTFS/exFAT
    For sdb.
    Last edited by headkase (2012-05-30 17:54:29)

    erikw wrote:I have this problem too but loglevel=4 does not hide them for me.
    You misread.
    headkase wrote:
    From Here led to Here I set "loglevel=3" in my kernel boot line.
    From /boot/grub/menu.lst, my new kernel line looks like this:
    kernel /vmlinuz-linux root=/dev/sda4 ro loglevel=3
    At loglevel=4 the messages reappear.
    See above; you need loglevel=3.

  • How to suppress the Acknowledgement  Error in IDOC to File scenario?

    Hi -
    I got the status in SXMB_MONI as 'Processed Successfully' for the IDOC to File scenario but the Acknoledgement status throws an error saying 'Acknowledgement not possible'.
    I read one of the documents in the forums on how to suppress the acknowledgement using a table on R/3 side using IDXNOALE,
    i tried that option but i still get the 'Acknowledgement not possible' error.
    Is there any other way to suppress this error?
    Thanks,
    Tirumal

    Hi Tirumal,
    Receiver adapters that run on the Adapter Engine support system acknowledgments if they are requested by the sender. Acknowledgements are triggered when a message is successfully processed by the adapter or if an error occurs while it is being processed. Receiver adapters do not support application acknowledgments. The RNIF and CIDX adapters are exceptions to this rule, since they also support scenario-dependent application acknowledgments. Sender adapters of the Adapter Engine do not request any acknowledgments.
    This means, JDBC adapter does only send system acks, however IDoc adapter is requesting application acks. Therefore as mentioned by the previous poster, you have to disable acks for this scenario using report IDX_NOALE.
    Also go through these documents for any further help:
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how to handle acknowledgments for idoc.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    Regards,
    abhy

  • How to suppress System.out's from clientgen?

    Hi,
    I'm using WebLogic 9.2.2 with Ant 1.6. I have this task when building my web application:
         <target name="gen-web-svc-client">
              <clientgen wsdl="${PROVISIONING_SERVICE_WSDL_URL}" destDir="${srcDir}" packageName="com.myco.regui.provisioning.client" serviceName="ProvisioningAccountService" classpath="${java.class.path}" >
              </clientgen>     
         </target>
    The client generates and works fine. Minor problem is that when it is run, there is some output sent to standard out and I was wondering if anyone knows how to suppress it? Below is an example of what I see ...
    <WSEE>Preparing to Send -> [Name:[{http://bea.com/2004/06/soap/workarea/}WorkContext]
    Content:[<java version="1.5.0_11" class="java.beans.XMLDecoder">
    <string>weblogic.app.RoutingEngine</string>
    <int>214</int>
    <string>weblogic.workarea.StringWorkContext</string>
    <string>v1.0.1</string>
    <string></string>
    </java>]]<WorkAreaClientHandler.handleRequest:31>
    Thanks for any help, - Dave

    Same problem about a year later. Did you ever find a soluton to suppress the stdout messages? The following message comes out 5 to 10 times a second, not sure if it's related to Ant or not.
    <Aug 3, 2010 2:00:03 PM MDT> <Notice> <Stdout> <000000> <<WSEE>Preparing to Send -> [Name:[{http://bea.com/200
    4/06/soap/workarea/}WorkContext]
    Content:[<java version="1.5.0_22" class="java.beans.XMLDecoder">
    <string></string>
    </java>]]<WorkAreaClientHandler.handleRequest:31>>

  • HT2589 How to get past "an error occured (5506) message".

    I have an Apple ID but when I try to use it on iTunes for home sharing, I get "an error occured (5506)" message.
    I tried to verify my Apple ID there and it asks for a credit card. I do not want to use a credit card. All the info
    on how to get an Apple ID without a credit card is for a NEW Apple ID. I do not want to gat another one, so
    how do I by pass the credit card info page when verifying my existing Apple ID?

    Yes there is a solution.
    Do exactly what it told you to do and contact itunes support

  • How to suppress “No Input help is available” message .

    HI Gurus,
    Am in a situation where BI queries are shown in Portal .
    While executing some of the BI queries am getting a message “<b>No Input help is available”</b> more then once  <b>in the variabale entry screen</b>
    But my queries are executing fine , no props atall.
    So my question is  Why i m getting this messages ,and how to suppress it.
    it's a problem with BI or Portal.
    am new to portal.plz suggest .
    thanks in adavance.
    regards,
    prasad

    Hi,
    I dont think that this is the problem associated with portal.You are working on BI queries in portal but BI screen that you are working on is of SAP R/3 correct me is i am wrong??And the message you are getting is of R/3 screen,BI screens are shown in an iview and an iview cant show any message..
    Regards,
    Ameya

  • How do I fix the "Error getting License" message?

    I have just installed ADE on a new macbook and authorised with same details I was using on my PC (which works fine). When I try and download a book from Kobo on the Mac, it comes up with the message: "Error getting license. License Server Communication Problem: E_ACT_NOT_READY"
    I am new to Macs so not sure if this is a Mac-related issue but I have no idea how to fix. Any ideas?

    If due to some reason, you are unable to deauthorize ADE, follow the below steps:
    Mac:
    Ok, try the following way to access activation.dat:
    1. Go-> Go to folder.
    Go to folder dialog will appear.
    2. Type   ~/Library/Application Support/Adobe/Digital Editions
    drag the activation.dat file to the trash.
    ADE will be deauthorized now.
    Now Authorize ADE again.

  • How to fix system scan error on Windows 8?

    sfc /scannow has verification 52% completed.
    It says "Windows Resource Protection found corrupt files but was unable to fix some of them.  Details are included in the CBS.Log windir\Logs\CBS\CBS.log.  For example C:\Windows\Logs\CBS\CBS.log.  Note that logging is currently not supported
    in offline servicing scenarios."
    I try to open the log file, but it says access is denied even though I am logged on as an administrator.
    This is an Acer Aspire E1-531 laptop, no operating system DVD came with  it.  I would try to avoid system recovery if possible.  Please help!  Doing system recovery I would at least have to re-install all the third-party software including
    Microsoft Office which takes time.

    Healee
    I think the "for best performance" may be misleading.  I just removed mail for the lock screen apps and afaik it still remained live.  I didnt see anything in CBS that pointed to the lock screen problem but if SFC cant finish (it seemed
    like it terminated prematurely because of a power setting in auto shutdown) it should eventually be repaired.
    You should eventually get an OS dvd (for emergencies if nothing else) and that can be used to do a repair install.
    I am wondering if a change in group policy or a malware application might be the reason for the locked screen.  You do have admin rights on your user right?
    BTW there is a good KB article on SFC and how to read the CBS.LOG file here
    http://support.microsoft.com/kb/929833
    Wanikiya & Dyami--Team Zigzag

  • How display a "There were errors - see below" message

    I want to use h:message to show each error message adjacent to its respective control (rather than h:messages at the top of the form). But I also want a "There were errors - see below" style message at the top of the form (only if there are any messages, of course). What's a nice way to achive this in JSF?
    David

    You can use the following line:
    <h:outputText value="There were errors - see below" rendered="#{! empty facesContext.maximumSeverity}" />
    Sergey : jsfTutorials.net

  • How to fix system restore error 0x80070005 couldn't not access a file this is probably because an antivirus

    Hi I have windows 8.1 I want to restore my computer to at time when it was working I uninstalled the antivirus software system shield and system mechanic professional I turned off windows defender and windows firewall but still it comes up with the error
    please help. Also I have Toshiba Laptop L875-12V short model no pskfne

    1. You have given too few information on errors.
    2. Before you do anything, backup you personal data.
    3. First attempt to return previous status is via Safe mode and restore points
    4. There are two procedures that return computer to clean status - restore and refresh. Following procedure is for tablet, but you can use it
    http://www.microsoft.com/surface/en-us/support/warranty-service-and-recovery/restore-refresh-or-reset-surface-pro
    5. Some vendors are providing restore DVD (either attached to computer when you buy it of via support channel). This restores computer content to factory settings including various programs that comes for free.
    6. Some computer vendors provide restore partition on HDD. You can restore factory installation by pressing functional key when computer starts. Consult user guide, support forum or vendor support.
    Regards
    Milos

  • Error in local message system; message 008899000001 not complete, Message n

    Hello All,
    While configuring Solman Service Desk, after configuring basis configuration. I am getting following error while creating ticket from satellite system.
    Error in local message system; message 008899000001 not complete
    Message no. BCOS030
    Thanks,
    Piyush

    Hi,
    There were few threads in the past with the same issue, check [this one|ERROR when Trying to Create Support Message in Satillite system;.
    Also [this thread|create support message;.
    Regards
    Naveen

  • How to find all ORA error code and the message in Oracle10g?

    Does anyone knows how to list all ORA error code and message in SQL Plus or find a full list of ORA error code in documentation?

    If you want ALL Oracle ORA error codes in single page or even downloadable (html or pdf format) then check following post.
    http://www.oratraining.com/blog/2010/08/complete-list-of-all-oracle-ora-errors/
    Regards,
    Tushar
    Edited by: oratraining on Aug 18, 2010 12:20 AM

  • SQVI Error : Convert first Message no. AQ898

    Dear all,
    I am getting a system message whenever i try to create query name in quick view using T.code - SQVI
    Convert first
    Message no. AQ898
    Diagnosis
    Before you work with queries, functional areas or user groups in this query area, you must convert the objects.
    Procedure
    Get your system administrator to convert the objects. The ABAP Query Release Information for Release 4.0A describes how to convert these objects. Also read Note 92124.
    How to solve this issue ?

    Note 325829 - SAP query: Message AQ898 after new installation
    Summary
    Symptom
    You install an R/3 system with a release higher than 4.0A, that is, you do not generate it by an upgrade from an 3.x system. When you call a component to maintain objects of the SAP query (queries, InfoSets or functional areas, user groups) in the standard area the system generates error message
       AQ898 Convert first
    In the long text, there is a reference to Note 92124 which describes the required upgrade of query objects between Releases 3.x and 4.y. However, such an upgrade is not required since it is a new installation.
    Additional key words
    Query, upgrade, conversion
    Cause and prerequisites
    The system cannot find out whether a system was installed or generated by an upgrade. Thus in a 4.x system it always requests the conversion.
    Solution
    The system finds out whether there are query objects in the current client which come from a 3.x system. If this is not the case, the system presumes that this is an installation and allows the processing of query objects in the standard area.
    As of Release 5.0A this change is part of the standard system. It is also available in the Support Packages for Releases 4.6x. An advance correction only makes sense, if after the installation you did not already work with query objects.

Maybe you are looking for