Error message at screen

Hi;
i designed a screen with input fields. after checking the inputs i issue an error message accordingly. if error message is issued it is not possible to enter data anymore, the input fields are locked. is there a workaround solution for this?
Thx.
Ali

Hi,
For example if there are 10 fields in the screen and for 5 fields whenever the user enters wrong values u like to give some error message. You can declare that fields in the chain enchain so that only those fields will be input enabled and all other fields will disabled.
CHAIN.
FIELD chk_connobj.
FIELD chk_inst.
FIELD chk_devloc.
FIELD ehaud-haus.
FIELD eanl-anlage.
MODULE modify_screenfields.
ENDCHAIN.
*& Module modify_screenfields INPUT
* text
MODULE modify_screenfields INPUT.
CLEAR okcode.
okcode = sy-ucomm.
CASE okcode.
WHEN 'ENTER' OR 'EXECUTE'.
IF chk_connobj IS INITIAL AND chk_inst EQ c_x AND
chk_devloc EQ c_x.
IF ehaud-haus IS INITIAL.
SET CURSOR FIELD 'EHAUD-HAUS'.
MESSAGE e000(zo_spa) WITH text-017. " Enter Connection obj
ELSE.
PERFORM conn_obj_check.
ENDIF.
ENDIF.
ENDMODULE. " modify_screenfields INPUT
Regards
Anver
if helpful pls mark points
Message was edited by: Anversha s

Similar Messages

  • On closing Photoshop CC, I am getting an error message on screen that read's "Selective Palette error: no element found at line 1. Are you able to assist with this problem?

    Can anyone shed some light on this error message I am getting upon closing Photoshop CC
    I am getting an error message on screen that read's "Selective Palette error: no element found at line 1. Are you able to assist with this problem?

    Same issue here in WI and for me it was at 6:36p CST.
    I'm changed my password, removed iCloud from my phone ... tried 3G and WIFI with no luck. I also cannot check it on my Mac or iPad. I was able to get contacts and calenders back on my phone but no mail yet.
    Did the whole Apple support thing and apparently I'm part of the 1%
    EDIT: Question: are all of you former MobileMe users as well? Just wondering because I know there were going to be some changes as they completely move MobileMe over to iCloud and drop the "extra" services. I just can't remember if it was just a single cut off date or a series of dates. THAT email is stuck in my iCloud folders.

  • I am unable to redeem my purchase of a Photoshop Elements 12 software license.  After entering the redemption code and clicking on the Redeem button, nothing happens.  No error message.  Screen does not change.

    I am unable to redeem my purchase of a Photoshop Elements 12 software license.  After entering the redemption code and clicking on the Redeem button, nothing happens.  No error message.  Screen does not change.

    try using a different browser, or contact support Contact Customer Care

  • Display error message in screen

    Hi Friends,
    I am working on user exit. I have created a screen for the user to confirm the selection. Based on the user's choice, if yes i have to proceed so i've set screen 0. leave screen. But when they select no i've display an error message and take the control to previous screen(ie., the current screen where i validate )..i'm facing a problem here. I have displayed the error msg. It comes as pop-up. From there how to take the control to previous screen. All other screens are from main program. Only the screen i created is available here.
    Appreciate your help.
    Thanks in advance.

    Hi Friends,
    I am working on user-exit in which I have added new screen to get the confirmation from user. So upon user clicks the option 'NO', I should display an error message and allow them to edit the fields in main program screen. I am not getting how to set control to prev screen (which is only in my main program and not in user exit). So if i give the screen number of main program, it will surely give dump.
    Tcode is MB11. In between second and third screen processing my user exit is called. Appreciate your help.
    Thanks,
    Nidhya

  • ERROR MESSAGE/ BLUE SCREEN "Unmountable boot volume" on Satellite M45-S 359

    I have a blue screen with error message "unmountable boot volume" and I can't do anything with the computer.
    It is a Toshiba Satellite M 45-S 359 laptop.
    Can someone please explain how I can fix this?
    Thank you very much in advance.
    Don

    Satellite M45-S359
    Bug Check 0xED: UNMOUNTABLE_BOOT_VOLUME
    When you restart your computer or upgrade to Windows XP, you receive the "STOP 0x000000ED UNMOUNTABL...
    Don, this situation can often be repaired by booting to the Recovery Console and running..
       chkdsk /r
    It runs for a long time.
    If you don't have an XP installation CD, you may need a floppy drive.
    -Jerry

  • Error message on screen: No bootable device -- insert boot disk and press any key comes on

    Error message comes on screen: No bootable device -- insert boot disk and press any key.  What do I do?

    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    If the above is not possible or failes, then replace your hard drive.

  • How to display the error message on screen in display mode

    Hi all,
    How to display error message as as status message on the screen(module pool).
    The requirement is if I call the screen, it should get with the error message in the status bar. If I write with error message 'E' error mesage information displays and when I click on exit, it lives the current transaction.
    Thank you!
    Prasad

    Hi,
    Try as below.
    MESSAGE IXXX DISPLAY LIKE 'E'.
    LEAVE TO SCREEN XXXX.
    After displaying the information message like E, leave to the screen you want to navigate or can also navigate to the transaction required.
    Regards,
    Nangunoori.

  • How to display an error message on screen?

    Hi experts,
    In screen painter, how to display an error message in the message area just below the screen?
    Thanks!

    hi wuyia,.
    Write like this;
    Message 'Process completed Successfuly' TYPE 'S'.
    Message 'Want to Overwrite Value' TYPE 'W'.
    Message 'Press enter to continue' TYPE 'I'.
    Message 'Invalid Input' TYPE 'E'.
    S - Success
    W - Warning
    I - Information
    E - Error
    You can adjust your GUI option to display the message in a Popup or in the status bar.
    Regards
    Karthik D

  • Dsiaplaying faces error messages, retaining screen details

    Hi Guys,
    When i try to display faces error messages my page is getting reloaded again and hence im losing my details selected in the screen, how do i display error messages by retaining the screen selection details, the page uses reference data which also gets loaded when it refreshes for displaying error message, i dont want this to happen also, I just want to retain the screen details..

    I am not sure why you would be loosing information. Make sure that you do not immediate=true set on the command button or link that you are using to submit the form. As far as display an error message you can do the following
    FacesMessage.SERVERITY_ERROR display an error message in red
    public static void addMessage(String dispMsg) {
    FacesContext context = FacesContext.getCurrentInstance();
    FacesMessage faceMsg = new FacesMessage(FacesMessage.SEVERITY_INFO,dispMsg,dispMsg);
    context.addMessage(null,faceMsg);
    }

  • Unable to display Error message in screens

    Hi All,
    Recently we have  upgrade our existing EHP4 to EHP5 in  SAP ERP 6.0. now i am running our application some error messages are not  displaying .
    can u please help.

    done

  • Error message on screen during Catch-Up.

    While watching a programme on Catch-Up this evening, the screen suddenly went blank and a message appeared in a red band at the top of the screen : "Error Code" something "Restart Home Hub...."
    That was as far as I read before the picture came back.
    Should I ignore it, or should I restart my Home Hub? Which involves doing what, exactly?
    Solved!
    Go to Solution.

    It seems to have been OK since so I would just ignore it. If you want, you can restart the hub by switching it off and on again after about 30 seconds.
    You can click the white star next to this message if you think it was helpful.

  • BIG ERROR MESSAGE ON SCREEN

    A translucent image of a power button and the instructions to restart my computer appeared on my screen a couple weeks ago. I did this, and my computer has not been the same since. Everything that connects to the internet is extremely slow. Mozilla, Safari, itunes and the like. Downloading and rendering are extremely slow.. Although my new imac is perfectly fine, both computers are on the same internet connection. Please help, i dont want to have to deal with any MacGeeks. The last time i was there there was some shirtless frat-boy working, which is just a little too hip for me I guess.

    A kernel panic may have corrupted your hard disk or some files. Make a backup. Then book from your installation CD and use Disk Utility to repair the internal hard disk and repair permissions. Reset your PRAM. It might also be a good idea to delete your networking preference files and setup your networking again. I don't have a list offhand of what files those are. I know they would be in home -> Library -> Preferences and maybe in HD -> Library ->Preferences. Hopefully someone else can provide that list before I get back to my Mac in 10 hours.

  • Palm Pre crazy symptoms: "phone offline", will not charge battery, will not start, error message "an error has occured that cannot be resolved"

    This is a long description of a series of problems with my new Palm Pre. You may wish to search the text to find your specific issue(s). There is no solution in my post. Look for possible answers in the responses to come.
    I bought my Palm Pre 4 days ago and it arrived 2 days ago. Phone worked great. Last night I plugged in the phone and updated the OS. After completion, I selected "Done" and went to bed.
    - First Series of Issues: "Phone Offline", will not charge battery -
    In upper lefthand corner of the phone there is the message "phone offline". Although the phone has been charging all night it reads "26% battery". I called the general Sprint tech support number and we tried the following things:
    1) Restart phone (press and hold power button, then select "turn off". after power down, press and hold power button to power on.)
    2) Reset the phone (several different ways - call tech support so that you do this correctly)
    The individual at Sprint then sent me to another tech support person, presumably 2nd tier.
    - Second Series of Issues: Error message "an error has occured that cannot be resolved" -
    Sprint tech support person #2 also had me restart and reset the phone in a number of ways. In her words "we've tried every palm pre trick I know" and each time the phone was unresponsive. Often we received the error message "phone is offline". We did a full erase and after that the phone would no longer restart. At this point the error message came up saying "an error has occured that cannot be resolved" which referred me to www.palm.com for assistance. I think it's important to note here that this was not the typical error message (black screen with white letters) but rather the blue sky background with a semitransparent box over it with white text.
    Sprint tech support person #2 then connected me with Palm support and the dance continued. Again we tried a whole bunch of resetting and restarting and erasing options. Palm support instructed me to go to: www.palm.com/rom to download WebOS Doctor, which I did. I downloaded the file. While that was happening he had me hold the "volume up" button and plug the phone into the charger. This caused a USB symbol to appear on the phone. When the file was complete I received an error message that the file couldn't run. Palm tech support person seemed surprised. I mentioned that I was on a Mac and he said he couldn't help me. He then transferred me to another Palm support person who works with Mac users.
    Palms tech support person #2 then informed me that I should have selected the "mac" download option on www.palm.com/rom. I verbally walked her through the whole series of webpages, telling her that it says that you need Windows (version whatever) or Mac (version whatever) but that at no time was there an option to download a different WebOS Doctor for different operating systems. After some more discussion she told me she would have to have someone call me back tomorrow.
    - Third Series of Issues: phone stuck on USB symbol -
    So at the moment the phone is completely useless. Not fantastic. I booted up the mac in Windows 7 and downloaded WebOS Doc and received the same error. I also ran Windows Vista virtually and received the same error. Later this afternoon I'm heading into work to try the same thing on Windows XP.
    In the meantime, I got onto this forum and located a thread that provided a direct link to the necessary file:
    palm.cdnetworks.net/staging/rom/webosdoctorp100ewwsprint.jar
     After downloading that file, which I realized could totally be a virus, I was able to get WebOS Doc working on my computer. It required that I recharge the phone completely before beginning and now it's on the screen that says "Don't disconnect your phone" and the file is at 3% complete. Only... it's been at 3% complete for almost 30 minutes.
    I am hoping that Palm will follow up with me tomorrow, but I'm leaving at 7am on a business trip and would love to have the thing working. Any suggestions are welcome, even if you can just tell me how to get the think disconnected safely before my flight tomorrow. I don't fancy getting through security with my phone wired to my laptop.
    Thanks.
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    Hello and welcome to the forums;
    Our phone support is open every day Monday through Sunday, although there are different hours of operation for the weekend. If after a webOS Doctor reset you are still experiencing the same problems, I would likely recommend replacement, either in a local store for your carrier or through our technical support department.
    There may be additional technical support offered or suggested over the phone, this would need to be done first before a replacement could be issued.
    Hope this helps,
    TreoAide

  • System Tray Status Error Message

    HP CP1025nw.  XP.  with USB connection.  Printer works fine, but gives error message on screen, "HP Systems Tray has encountered a problem and needs to close.  We are sorry for the inconvienience."    "Please tell Microsoft about this problem.  (send or Don't send)"
    I get 2 copies of this error message (one at a time) wnen the computer is booted up (even if the printer off and USB unplugged) and 2 copies in addition for each "print command" from all various application sources.  The printer works fine and prints are fine and there no functional issues.  If the driver is uninstalled, then  there are no error messages at boot-up.  Latest HP driver is installed, same problem as with driver on OEM disc. 
    (a screen copy of error message is avialable)
    Ronpro

    Hi Ronpro,
    Welcome to the HP Forums.
    I see that you are getting a message "HP Systems Tray has encountered a problem and needs to close.  We are sorry for the inconvienience."  "Please tell Microsoft about this problem".
    I will be happy to help you.
    I believe the error is for the HP Device Settings options for the printer maintenance located on the Windows system tray.
    I would run a full uninstall and reinstall. Turn off any startup programs interfering and temporarily turn off the Antivirus Software to get the full software installed properly.
    Disconnect the USB cable first.
    Uninstalling the Printer Software.
    I would disable all the start up programs to make sure something in the background isn't causing any issues.
    Go to start, run, type in msconfig, click the Services tab.
    Click to select the Hide All Microsoft Services check box.
    Click Disable All, and then click OK.
    Click on the start up tab across the top, select disable all, apply, OK and restart the computer.
    Temporarily turn off the Antivirus software.
    Then reinstall the printer software again.
    Full Feature Software and Driver.
    Test the printer.
    Check to see if the Device Settings feature will now open.
    Cleaning the Paper Path and Exterior.
    Restart the computer to see if the error comes up again.
    Then go back in and enable the startup programs and Microsoft services and turn the Anitivirus software back on.
    If the issue comes back after turning on the startup programs, I would leave everything unchecked except the Antivirus Software.
    Please let me know if you need further assistance.
    Thank you for posting on the HP Forums.
    Have a great day.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Error message while creating transfer order

    Hi Experts,
    My objective is to create a transfer order from a transfer requirement programatically.
    I am trying to create a transfer order using FM L_TO_CREATE_TR programatically. Prior to this FM, I am calling FM L_TR_CREATE to create a transfer requirement. I am passing this transfer requirement to FM  L_TO_CREATE_TR to create a transfer order.
    But on execution of L_TO_CREATE_TR , I am getting an error message: THIS SCREEN IS ONLY ALLOWED FOR MANUAL TRANSFER ORDERS as a status message in the program.
    Please tell how to solve this.
    Thanks,
    Sangeeta.

    Hi,
    Check whether following link is helpful
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-wm/lt04-from-lb01-1239928
    Regards,
    Dhana

Maybe you are looking for

  • Premiere Pro CS4: 64-Bit App or Not?

    I read in the new Premiere Pro CS4 specs that it was "optimized for use on Win Vista 64-Bit..." Using that language, is Adobe saying it's still a 32-bit app, but will work fine on the Vista 64-bit platform? Would appreciate somebody clarifying that p

  • How do I save attachments out of Mail in Lion?

    I'm set to classic mode and have disabled discussions, but the one bit of old functionality from 10.6 Mail that eludes me is the twirl down arrow (next to the paperclip and under the recipients) that allows me to see all the attachments I've recieved

  • Installing php, mysql and apache

    Hey guys, Basically Im at university and doing a web development project and i need to use mysql and php, and someone told me leopard already comes with it? Does anyone know how i can get it to work correctly? any steps from the beginning? - am new t

  • ABAP Proxy Vs IDOC

    What are all the advantages ABAP Proxy has over an IDOC? When to go for an ABAP Proxy?

  • When using garageband I cannot change audio entrance

    Hello I need to connect a sound mixer to the Macbook via minijack audio entrance. Even I have changed the settings for audio input in System Preferences (from internal mic to external line) garageband is not recognizing any external input and interna