How to go back to screen after an error message?

why does the system exits the program when i use the error message?

Hi,
If you have got the answer then kindly close the thread to avoid confussion.
Thanks in advance
Pooja

Similar Messages

  • How to go back selection screen from its next screen

    I having one problem with output display
    actually i am displaying data in Initial Screen, which have 6 fields
    whenever i click on field 1 it should display one new screen (selection screen)which contain 6 radio buttons
    whenever i click on Radio Button r1 it should go to new screen (screen 3) to display its correponding data
             when i use f3 or back it should go to previous screen (selection screen), when we click radio button r2
             it should go to new screen (screen n)to display its correponding data.
    this what i have to display.
    but i am facing some probelms during my output
           i am going to initail screen from Screen 3.
           how to go back radiobutton screens (selection screen) from screen 3

    Hi Anil,
               U can get the fcode for standard <b>back</b>  button by debugging. To the fcode of  the "back' button.
    write this code :
    at user-command.
    case sy-ucomm.
    when 'back'.
    set screen <scr no>       " here scr no  is the screen no of  radio button screen
    leave screen.
    endcase.
    Reward points if helpful.
    Regards,
    Hemant

  • HT1338 may i know how to find back my youtube after i have upgrage into iso6 inside my ipad2

    may i know how to finf back my youtube after i have upgate my ipad2 into iso6

    Sorry, no YouTube in IOS 6.
    You can use the iPhone version of YouTube or Jasmine
    http://itunes.apple.com/sg/app/youtube/id544007664?mt=8
    https://itunes.apple.com/sg/app/jasmine-youtube-client/id554937050?mt=8

  • How can I unlock the screen after a shock lighter?

    how can I unlock the screen after a shock lighter?

    What is a shock lighter? I don't understand what you are asking? If you are saying the the slide to unlock isn't working, try rebooting your iPad.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up

  • How do I get iTunes back when I get the error message ; the application "I Tunes" unexpectedly quit while trying to restore it's windows. Do you want to restore it's windows?

    how do I get ITunes back when I get the error message :
    The application "ITunes" unexpectedly quit while trying to restore it's windows.  Do you want to restore it's windows?
    I already tried reloading ITunes and it still doesn't startup.

    You didn't mention but are you still running a version of iPhoto older than iPhoto 11?
    If yes, then go to the App Store and purchase the iP 11 app and install it. Back up your photo library first.
    Once iP 11 is installed and has imported all your photos do a restart of the Mac.
    This should resolve most issues with iTunes 10.6 and you should be able to run iTunes and sync up your iOS devices.

  • TS3694 Unable to back up my Iphone 4S, error message states that my backup is corrupt and needs to be deleted. How do I delete the backup file?

    Unable to back up my Iphone 4S, error message states that my backup is corrupt and needs to be deleted. How do I delete the backup file?
    Help needed.

    Thanks I did that and it worked.
    Another question if you dont mind. If i want to undelete the backup file, is there a way?

  • After each Error Message,the follwing messages are in Scheduled in ECC SMQ2

    Hello Everyone,
    After each Error Message thrown from ABAP Proxy, the next following messages are in Scheduled in ECC SMQ2 tcode. Can anyone suggest me how to overcome from this issue?
    Thanks,
    Prashanth

    Hello,
    Please, any one respond to my question. I have been trying to get out of this issue but could not.
    Thanks,
    Prashanth

  • Leave to screen 0 with error message

    Hi experts,
    how can I break the execution and leave the to the initial screen with an error message?

    Hi,
    you can use LEAVE SCREEN or LEAVE TO SCREEN n
    and for the message, you can use
    MESSAGE ID mid TYPE mtype NUMBER num.
    where mtype is 'E' or 'A'
    Read the documentation for these instructions.

  • How can I fix an invalid sibling link error message without my original install disk?

    How can I fix an invalid sibling link error message without my original install disk?

    Hi Jeff,
    It's not even likely the Install Disc could fix that, but if you want to try...
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    You must repair the HD, your best bet is likely DiskWarrior.
    BTW, you might enjoy these DiskWarrior review/recommendations...
    http://discussions.apple.com/thread.jspa?messageID=9645801&#9645801
    http://discussions.apple.com/thread.jspa?messageID=10541019#10541019
    http://discussions.apple.com/thread.jspa?messageID=11918925&#11918925
    http://discussions.apple.com/thread.jspa?messageID=12684129#12684129
    http://discussions.apple.com/thread.jspa?messageID=12744794&#12744794
    http://discussions.apple.com/thread.jspa?messageID=12912879#12912879
    Finally, you should run DiskWarrior if your Mac explicitly warns you of a problem with your disk in the form of an error message. Most of these errors are reported by the built-in Disk Utility whether your Mac OS X version is 10.3 Panther, 10.4 Tiger, 10.5 Leopard, 10.6 Snow Leopard or 10.7 Lion. Here are some of the most common messages:
    Disk Repair: The disk was not repairable by this computer. It is being made available to you with limited functionality. You must back up your data and reformat the disk as soon as possible.
    The underlying task reported failure on exit.
    Invalid node structure.
    Keys out of order.
    Invalid key length.
    Invalid directory item count.
    Invalid extent entry.
    Invalid record count.
    Invalid index key.
    Invalid sibling link.
    http://www.alsoft.com/DiskWarrior/details3.html

  • How do I check if there is an error message?

    WIth
    <h:message for="something"/>
    I can display the (error) message for "something".
    How do I check if there is a error message fomr "something" in a JSF page?
    I am asking cause I want to use an other styleClass for an h:inputText field.
    Can there be something like:
    <h:inputText styleClass="${messages.something.error ? errorstyle : normalstyle} ...
    Thnaks for any answers

    Here you can find the code of my solution to the question.
    Hope it can be useful...
    Note: The existence of the nested class the names of the attributes
    have been chosen only to make the Faces JSP more "human readable"...
    in the faces-config.xml
    <managed-bean>
      <managed-bean-name>decorate</managed-bean-name>
      <managed-bean-class>package.Decorate</managed-bean-class>
      <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    at the end of your jsp page (as last component in the page)
    <h:inputHidden value="#{decorate.inputs.onerror}" />
    the "decorator"
    public class Decorate {
         * @return Returns the inputs.
        public Input getInputs() {
            return new Input();
         * @param inputs
         *            The inputs to set.
        public void setInputs(Input inputs) {
        public class Input {
             * Decorates all the components of the Faces JSP that have at least one
             * associated message.
            public String getOnerror() {
                FacesContext context = FacesContext.getCurrentInstance();
                UIComponent root = context.getViewRoot();
                decorate(context, root);
                return "";
             * Decorates the specify components and all its children recursively.
             * @param context
             *            the current <code>FacesContext.</code>
             * @param node
             *            the component to decorate.
            private void decorate(FacesContext context, UIComponent node) {
                Iterator it = context.getMessages(node.getClientId(context));
                if (it.hasNext()) {
                    try {
                        Method getStyleClass = node.getClass().getMethod(
                                "getStyleClass", new Class[] {});
                        String style = (String) getStyleClass.invoke(node,
                                new Object[] {});
                        style = (style != null) ? style + " message" : "message";
                        Method setStyleClass = node.getClass().getMethod(
                                "setStyleClass", new Class[] { String.class });
                        setStyleClass.invoke(node, new Object[] { style });
                    } catch (Exception e) {
                        e.printStackTrace();
                for (Iterator iter = node.getChildren().iterator(); iter.hasNext();) {
                    decorate(context, (UIComponent) iter.next());
             * This method has been exposed only to comply to the <i>JavaBeans
             * architecture </i>.
             * @param onerror
            public void setOnerror(String onerror) {
    how it works:
    The core of the class is the decorate(FacesContext, UIComponent) method:
    for each component on the current view I simply test whether the component
    has got a setStyleClass method, therefore I don't care about the actual
    components library! It can be tomahawk, standard JSF, whatever! and
    I don't need to create my own components
    ( or to extend all existing components!)
    only to manage the task of the "on error stlye class".
    If all the "stylable" components had implemented an interface, it would have
    been better, but its not like that therefore this is the only way I could think of.
    Any idea would be appreciated.
    Then, if there exists a message associated to the component, I simply
    extend its style class adding the CSS style class message.

  • How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    How do i solve - cannot access web server - error message when creating a project in 4.5 with PHP

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • TS4585 When I am restoring backup data for my iPhone 4 in the end of back up restore it show error message " back up can't be restored" , please advice what I can do to restore my backup

    When I am restoring backup data for my iPhone 4 in the end of back up restore it show error message " back up can't be restored" , please advice what I can do to restore my backup

    That usually means that there is something wrong with the backup and it cannot be used.  You can try restoring the backup again, but if you continue to get the same message all you can do is restore to a different backup, if you have one.

  • Photoshop suddenly does not print to Epson 3880 - PROBLEM: Cannot print from Photoshop  After restart error message appears:  - "There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopen

    PROBLEM: Cannot print from Photoshop
    After restart error message appears:
    — “There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.”
    • All print commands are greyed out and unavailable — even to call up the printer commands cannot be done.
    The printer printed fine until about 2 weeks ago when this error message appeared.  Printing continues from Pages, I-photo, preview etc. —  only Photoshop fails.
    The printer has been turned on and off, as have open documents been closed and open etc..   Preferences reset.  Repeatedly I have read through blogs and forums and attempted to contact Adobe — all without results
    Epson support struggled to find reason and several solutions were tried and they assume this is an Adobe problem.
    Running Mac Powerbook X 10.10.2 / Photoshop CS6 13.0.6.x64
    Attempting unsuccessfully to print to Epson 3880
    What Adobe support will be of help.
    Robert Darling —  2/19, 20, 21,22,23/2015

    Probably best to ask in Photoshop General Discussion
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • When I double click run installation, then proceed to restart, I restart the computer,  but when it loads back up, I get an error message, saying I need to restart, whats wrong?

    When I double click run installation, then proceed to restart, I restart the computer,  but when it loads back up, I get an error message, saying I need to restart, whats wrong?

    I get an error message, saying I need to restart, whats wrong?
    That is a "kernel panic".
    Try here.  Resolving Kernel Panics

  • Why won't Safari open after an error message?

    After an error message Safari shut down and won't reopen.  All other applications (mail, iphoto, address book, etc) work normally but Safari gets about halfway through the home url and then quits.

    1. Reset Safari.
        Click Safari in the menu bar.
        From the drop down select "Reset Safari".
        Uncheck the box next to  " Remove saved names and passwords".
        Click "Reset".
    2.  Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        "Develop" menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Turn off Extensions, if any.
        Safari > Preferences > Extensions

Maybe you are looking for