Press of Enter Button in subscreen - value disappears

Hi All.
I have a issue in the current module pool program.
I have a main screen from where i am calling multiple sub screens which is a requirement.
In one subscreen, when i enter the values in the entire screen and if i press enter the values are disappeared. But the function code for enter corresponds to the main screen and when checked the values from the subscreen are disappeared quite before entering the main screen.
what could be the reason. Any suggestions please. !
Thanks,
Sree

Main screen
PROCESS BEFORE OUTPUT.
MODULE STATUS_9020.
  MODULE MZO_DISABLETABSTRIP.
  MODULE CHECK_MANDATORY_DISABLE.
  CALL SUBSCREEN SUB1 INCLUDING SY-REPID '9030'.
  CALL SUBSCREEN SUB2 INCLUDING SY-REPID '9050'.
  CALL SUBSCREEN SUB3 INCLUDING SY-REPID '9060'.
  CALL SUBSCREEN SUB4 INCLUDING SY-REPID '9080'.
  CALL SUBSCREEN SUB5 INCLUDING SY-REPID '9090'.
  CALL SUBSCREEN SUB6 INCLUDING SY-REPID '9070'.
PROCESS AFTER INPUT.
MODULE MZI_USER_COMMAND_9020.
MODULE MZI_USER_COMMAND_9020 INPUT.
  G_OKCODE2 = SY-UCOMM.
  CASE G_OKCODE2.
    WHEN 'SAVE'.
      " Write code for save as draft version and saving the existing data.
      PERFORM SAVE_AS_DRAFT_VERSION.
    WHEN 'COMP'.
      PERFORM F_UPDATENWORKFLOW. " Update the database table and initiate workflow.
    WHEN 'OTHERS'.
  ENDCASE.
ENDMODULE.         
This is the subscreen: -
PROCESS BEFORE OUTPUT.
  MODULE mzo_status_9030.
  MODULE mzo_initialization_9030.
PROCESS AFTER INPUT.
  MODULE mzi_user_command_9030.
PROCESS ON VALUE-REQUEST.
  field ZTTT001-ZFACTNAME module mzv_ZFACTNAME.
  field ZTTBASICOBJI1 module mzv_ZTTBASICOBJI1.
  field ZTTBASICOBJI2 module mzv_ZTTBASICOBJI2.
  field ZTTBASICOBJI3 module mzv_ZTTBASICOBJI3.
  field ZTTBASICOBJI4 module mzv_ZTTBASICOBJI4.
  field ZTTBASICOBJI5 module mzv_ZTTBASICOBJI5.
  field ZTTBASICOBJI6 module mzv_ZTTBASICOBJI6.
  field ZTTBASICOBJI7 module mzv_ZTTBASICOBJI7.
  field ZTTBASICOBJI8 module mzv_ZTTBASICOBJI8.
  field ZSEASONALPROD module mzv_ZSEASONALPROD.
  field ZTTT001-ZROUTEID module mzv_ZROUTE.
  FIELD ZTTT001-ZFPLANTS MODULE MZV_ZPLANTS.
  FIELD ZTTT001-ZTOPLANTS MODULE MZV_ZTOPLANTS.
  FIELD ZTTT001-ZSTACKCONFIG MODULE mzv_ZSTACKCONFIG.
I have checked all the values example clear ...but nothing is there in it.
Kindly suggest me !
Sree

Similar Messages

  • I want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    i want to turn my macbook air off. the shut down button already appeared but the mouse/cursor just hang and won't work. even after pressing the enter button to shut my mac off won't work. what will i do?

    This is not a reply. I just want to elaborate on this problem.
    My computer freezes occasionally when it is used after being sleep for a while. The spinning ball appears and everything is totally disabled. Nothing on the keyboard works.
    The mouse moves, but does not work.
    The only solution is to turn the power off and on (losing all data in open applications.)
    I kept the System monitor running on the side to find out which program was running when the computer froze. The Monitor as well as all other applications froze, but the data showed:
    Firefox 18.4%
    Activity Monitor 0.9%
    Firefox Plugin 0.2%
    This is all the information I have. By the way, I am using iMac with OS 10.6.

  • Pages not loading after pressing the enter button

    when i write some adress into the navigation panel and press enter nothing happens. Pages doesn`t start to load even from the history. Only thing that works are bookmarks, they load on, and I can browse the internet from the sites. By the way, the enter button works in other programs well. Thanks for ideas

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Why must I press the ENTER button?

    I am now creating a java program that, for example search for a name in a DB that the user earlier have written in a textfield. S� when the user writes something in the textfield and wants to make a search, the user must first press ENTER berfore click the search button.
    What could be wrong, whats should I do to make the program search without click the search button?
    PLEASE HELP!

    [url http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html]How to Write an Action Listener
    If you want to press Enter while focus is on the text field then you add the ActionListener to the text field.
    If you want to click on the button then you add the ActionListener to the button.
    If you want both options then you add the ActionListtener to both components.

  • How do I get a VI to run just by pressing the "Enter" Button?

    I am developing a user app and dont want to have a menus, just a dialog box that runs when opened and then runs everytime the user presses "Enter". How do I do this?

    Andy,
    My additional thought is that you really want to make menus of your own. Anyway for a requested behaviour you'll need a kind of menu polling.
    To implement it you'll probably need vi server.
    This can be implemented using while loop in a vi server. This server should poll boolean or enter key of the keyboard and then run menu-dialog vi. There are several ways of achieving this goal globally through the whole application.
    One is to use boolean button in each vi(even not seen in a front panel bounds and not connected to any nodes). These booleans could be controlled using references, opened in vi server. This is needed if you want to get your menu dialog appearing independently of the current focus of the ap
    plication (no matter which vi front panel is current).
    Another way (more easy may be) is polling keyboard directly using system API. Take a look e.g. at: http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&74DDE683A1AFF6988625683A000C0D73&cat=034E59A8530E09DF862568900018707A
    But this has underground and your menu will make user angry: each time hi'll press enter, hi'll get your dialog.
    Think twice before doing it these ways. Do you really don't want using regular menus? What is the main goal of the application: perfomance, data acquisition or GUI. This is a key.
    Sergey

  • Enter Button Press Event

    Hi,
    I want to add one new row in the matrix ,on pressing the enter button in the item event.How can I do that?
    Regards,
    Kughan

    Hi,
    If pVal.Before_Action = falseThen
                Select Case pVal.EventType
                           Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
    if pval.ItemUID="buttonUID" then
    objmatrix=objform.items.item("").specific
    objmatrix.addrow
    end if

  • Enter Button Pressed in a TextArea

    Greetings folks. I am trying to create a TextArea that with a button attached to its functionality so that each time the button is pressed, the text appearing in the TextArea will be sent. Help would be appreciated.
    Note: 5 Nuke dollars are also attached to this topic...

    Dear esf2000:
    Well, the contents of the textarea are going to be set to a chat area and the code for this has already been taken care of (In a method called sendMessage() )
    I have the following code designed for entering the text when one presses the enter button on the keyboard:
    _inputField = new JTextArea(4, 50);
    _inputField.setBorder(BorderFactory.createLineBorder(Color.black,3));
    _inputField.setLineWrap(true);
    _inputField.addKeyListener(new KeyAdapter() {
    public void keyReleased(KeyEvent e) {
    if (e.getKeyCode() == KeyEvent.VK_ENTER) {
    if ((_inputField.getText().compareTo("")) != 0) {
    sendMessage(_inputField.getText());
    _inputField.setText("");
    I would like to attch a button to the functionality of it as well. Your input would be appreciated.

  • OK_CODE for ENTER Button

    Hello Friends ,
    i used the command : field XXXX module YYYY , to call the module when the data is given in the field. Now my boss told me that he wants to execute the filling of the table ( that is waht my program makes) even if i do not fill any field.
    How do i get the ok_code when i press the enter button?
    Best Regards!

    When you press the ENTER key the PAI will be called but the OK_CODE will be empty.  If you specifically trap for OK_CODE = '' you can fill the table whenever the ENTER key is pressed.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND.
    *Call to USER_COMMAND MODULE
    MODULE USER_COMMAND INPUT.
      IF OK_CODE = ''.
    *   Fill table when the ENTER key is pressed
      ENDIF.
    ENDMODULE.
    Whenever the user presses the ENTER key the same code will be called so it could affect the speed of your program--depending on the size of the table you want to populate.
    If I'm not even close on my response to your question, I apologize.

  • Using enter button (newline) causes a space to appear in editor

    It seems like when I'm editing a multiline text box with Firefox Mobile 7, pressing the enter button, or creating a new line, will just cause a space to appear in android's editor, but when I leave the editor and look at the text box, I can see the newline just fine. I know that android's text editor can support multiline editing, since I use it in (insert any office suite name here). Is this a bug that can be easily fixed in firefox mobile? And if it helps, I'm currently using a rooted Incredible 2, with virtuous unity, although the bug was present with an unrooted, stock gingerbread rom.

    You can use that same workaround with ID CS4 files. You just have to make the PDF and then go into Acrobat to add the security that doesn't allow editing (Acrobat -> Security -> Encrypt with Password) . That gets rid of the warning about the form. Of course if you actually have a form somewhere in your document, you won't be able to use that......

  • With Firefox 4 my screen flashes when keyboarding or when I hit enter button,

    I installed Firefox 4 yesterday, now occasionally while keyboarding or upon pressing the enter button the screen will flash or flicker especially when I first start typing. Its Annoying!!! Previous version no such problem.

    Sounds like you may have a problem with the proximity sensor.
    Couple things you can try before you bring it in to Apple for evaluation:
    1) if your phone is in a case, remove it completely and see if this helps.  Sometimes cases can block the proximity sensor
    2) remove any screen protector
    If these fail to work, you'll need to bring your phone in for exchange. If you're under warranty it will be exchanged for free.

  • LOve Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Love Firefox but it's annoying that if I'm using a search engine (I use lots of subscription legal search databases), when I press the back button all the data I entered in the search boxes has disappeared. I'm sure Firefox didn't use to do that?

    Please do the following.<br><br>
    #Click the Firefox button, go to '''Options '''| '''Options''' | '''Privacy'''.<br><br>
    #In the dropdown menu at the top, change it to "'''Use custom settings for history'''"<br><br>
    #Checkmark the option: "'''Remember Search and Form history'''".<br><br>
    #Remove the checkmark from: "'''Clear history when Firefox closes'''".

  • Dynamic Action with KeyCode check for ENTER button pressed

    Hi,
    I want to create a dynamic action which executes if the ENTER button of field P1_NAME is pressed.
    I thought about this type of DA:
    Event: Key Press
    Selection Type: Item(s)
    Item(s): P1_NAME
    Condition: Javascript expression
    Value: this.triggeringElement.keyCode == 13
    That unfortunately doesn't work! Dynamic action doesn't get executed...
    Hope for help! :)
    Tobias

    I found the solution in my own blog: :)
    Event: Key Press
    Selection Type: Item(s)
    Item(s): P1_NAME
    Condition: Javascript expression
    Value: this.browserEvent.keyCode == 13

  • I want to execute selection screen by pressing enter button

    Hi,
    I have a requirement like after giveing values in selection screen I want to execute it by pressing enter button not by pressing execute button.
    Please give some sample code if u have any solution.
    Thanks & Regards
    Venkatrami Reddy B

    Hi,
    You can achive this.
    You just need to do all your coding under even AT SELECTION-SCREEN OUTPUT.
    But you have to put a check also say counter.
    Define a variable of type integer and then put the check on the mail block of code (whole program eccept selection screen) as mentioned below.
    IF lv_count > 1.
    program lines..
    ENDIF.
    lv_count = lv_count + 1.
    Regards,
    Raj Gupta

  • Pressing the ENTER key in first tab -- a button in another tab is pressed?

    Hi guys, 
    I am facing a problem. I have a tab with 4 different tabs. When I am in the first tab, and trying to change a control's value by pressing the Enter key, it suddently switches to the seconds tab and presses a button there. 
    Any idea how that happens? I want to prevent that from happening. 
    Thank you
    Solved!
    Go to Solution.

    Sounds like you have the enter key assigned to some key navigation of another control. This is a general problem with the OK button of the system palette. Here is more information.
    LabVIEW Champion . Do more with less code and in less time .

  • Value entered in UI elment field disappears in Adobe forms

    Hi ,
    I am facing a weird behavior in the HCM Processes and Forms on Portals,
    I have designed the form using HRASR_DT t-code and done all the mapping correctly ,
    The form is a Salary Change Form ,it has 2 fields Current Annual Salary(Read Only) and New Annual Salary(User entered).
    When i enter any amount in New Annual Salary and click anywhere in the form the entered value disappears.
    Also when i Click on Check and Send then the New Annual Salary field is populated automatically with the Current Annual Salary amount, this is really strange behavior of the form
    Please help me in solving this issue.
    Thanks,
    Rimpa

    you may like to check if the error is in the form or in the backend. For this purpose you´d better go to tx SFP and turn on the very detailed trace, through the menu. Once on, the trace is attached as a set of debugging files to every form (left bottom atta icon). If you see the right number there and wrong in the form, then the error is in the form. If it is wrong in the attached data file, the error is in the backend.
    regards Otto

Maybe you are looking for