About screen

I have two screen 500 and 600.
First call screen 500, pop a dialog, after input some fields, i want to write the list in screen 600.
I have the following code. When I call 600, no data are written. can someone tell me the reason?
Thanks in advance!
I have the following code:
call screen 500 starting at 45 10 ending at 100 20.
process before output.
  module status_0500.
process after input.
  module user_command_0500.
process before output.
  module document_list.
module status_0500 output.
  set pf-status '0500'.
endmodule.                 " status_0500  OUTPUT
module user_command_0500 input.
  ok_code = sy-ucomm.
  case ok_code.
    when 'OKAY'.
      call screen 600.
      set screen 500.
    when 'CACL'.
      leave to screen 0.
    when others.
  endcase.
endmodule.  
module document_list output.
  leave to list-processing and return to screen 0.
  set pf-status space.
  suppress dialog.
  write:  /000(5) 'CoCd' centered,
           006(20) 'Doc.no.' centered,
           027(4)  'Year' centered.
  write: /'TW00', 10000000, 2008.
  write: /'TW00', 10000001, 2008.
endmodule.                 " document_list  OUTPUT

Got it

Similar Messages

  • My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

    My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

    My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

  • A question about screen updation of T61

    Hi there
    I got a question about screen updation. 
    Currently, my T61's screen is 14.1 XGA TFT 1028x768, and it can't work, thus I am considering to replace it with the better 14.1" SXGA+ LCD SCREEN .
    However, I am a little concerned about the compatiblility problem, hence I just wonder whether the new SXGA+ screen can fit for my current T61 laptop or not?? Thanks a lot for your answers!
    Regards
    Peng

    you can buy it from IBM parts, and it will then sure to work for your laptop.
    Here is the manual that shows you how and what parts you need:
    http://www-307.ibm.com/pc/support/site.wss/MIGR-67979.html
    P.S. If you have warranty this upgrade will void your remaining laptop warranty, as the LCD is not CRU (customer replaceable unit). 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Documentation about Screen, Menu and Field Exits

    Hi all!!
    I need some documentation about Screen, Menu and Field Exits.
    I´m very interested specially on steps by steps.
    My mail is [email protected]
    Helpful posts will be rewarded.
    Thanks in advance and regards,
    Manuel.

    <b>Types of Exits </b>
    There are several different types of user exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.
    <b>Menu Exits</b>
    Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.
    SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item’s text when activating the item in an add-on project.
    <b>Screen Exits</b>
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    <b>Function Module Exits </b>
    Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. 
    When you add a new menu item to a standard pull down menu, you use a function module exit to define the actions that should take place once your menu is activated. 
    Function module exits also control the data flow between standard programs and screen exit fields. SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. 
    These calls have the following syntax: 
    CALL CUSTOMER-FUNCTION ‘001’.
    Field Exits
    Field exits allow you to create your own programming logic for any data element in the Dictionary. You can use this logic to carry out checks, conversions, or business-related processing for any screen field.  Example: The data element BBBNR identifies a company’s international location number. You might want to set up your R/3 System so that all international location numbers are larger than 100. 
    The field exit concept lets you create a special function module that contains this logic. 
    You assign the special function module to the data element BBBNR. You then assign the module to any programs and screens in which users can add new international location numbers. When you activate your field exit, the system automatically triggers your special routine whenever a user enters a company location number. 
    In 4.6c, you can use "RSMODPRF" program to create field exits.
    An example of a user exits :-
    MODULE user_exit_0001 INPUT 
        CASE okcode.
            WHEN 'BACK OR EXIT'.
                CASE sy-dynnr.
                        WHEN '100'.
                             SET SCREEN 0.
                             LEAVE SCREEN.
                        WHEN '200'.
    **** Note that you can write any code that satisfy your needs.                                                     ****
    **** But in this case, this was wrote as a sample code for reference sake.                                    ****
    **** And you can test it.                                                                                ****
                             SET SCREEN 100.
                             LEAVE SCREEN.
                 ENDCASE.
          ENDCASE.
    reward  points if it is usefull..
    Girish

  • Error in About Screen

    Hi
    I am using SQL Developer version 1.1.1.25, (Build main25.14) and it has error in About Screen,
    i am gettign "null" in front of Version number on about screen.
    here is the exect text what i am getting
    (null) Verision 1.1.1.25
    BUILD MAIN- 25.14
    so what is the null mean.
    Ravi

    Null means no value for the string in java. They forgot to set the product name somewhere. Not a big deal, but they should obviously get it fixed. (And yes, mine is broken too)
    Eric

  • STUCK in About Screen

    Help
    my playbook is sort of stuck. Basically i can swipe and take pictures etc, but in the settings screen, it is stuck on the About screen.
    i cant do anything else in the settings menu.
    i tried the already mentioned reset, by holding down the power button for 10-15 seconds.....and nothing happens.
    if i try to turn it off from the power button in the main menu, it just sits at a black screen
    i wonder if my power button is screwed. i dont really feel it move, but still i hold my finger on it for over 20 seconds and nothing happens
    thanks in advance for any help
    "[b][URL=http://www.rsoutlet-4u.com/rosetta-stone-portuguese-c-4.html]Rosetta Stone Portuguese[/URL][/b]
    [b][URL=http://www.rsoutlet-4u.com/rosetta-stone-russian-c-15.html]Rosetta Stone Russian[/URL][/b]"

    Reset the Playbook by holding down ALL three power, volume up and volume down keys for about ten seconds.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Concerned about screen burn in with alarm clock app

    I recently downloaded Night Stand HD, then it occurred to me that the clock display would remain on all night. The auto-lock feature needs to be disabled for the alarm to work. Do I need to be concerned about screen burn with the iPad display? I know the latest LCD displays are not susceptible to it, but I want to be sure before I start using it. The app has a dimming feature, but I'm not sure if that is enough protection.
    Thanks

    Only CRTs and Plasma screens are subject to burn in. The iPad won't.

  • Concerned about Screen

    I know that apple says that the screen is scratch "resistant" but does anyone have any suggestions (beside the obvious.."dont scratch it) about screen protectors. Will they limit the functions or sound of the phone? Any suggestions on which one might be better or are they all the same basically

    I bought this along with the iPhone: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=B31 9498&nplm=TN612LL/A
    It's easy to apply and it doesn't interfere with the screen functions at all. Best of all it works via static cling so there's no adhesive to mess the screen.

  • How can I contact Apple about Screen bleeding issue ?

    Hey ,
    How can I contact Apple about Screen bleeding issue ?
    Because they have very complex website and I couldn't find the email .. !!

    think as spam took over the internet most companys stopped having a mail address you could write to
    http://store.apple.com/us/help/
    http://www.apple.com/support/contact/

  • IPhone 1.1.3 Crashing Camera, Photos and About screen in Preferences

    Hi guys:
    I've just returned from vacation and the first thing I did when I got in was update my iPhone to firmware 1.1.3. Sweet! So I now have the jiggling icons on my home screen which is awesome, however I can't open Photos or Camera and I can't get to the About screen in Preferences as they appear to crash and I get taken back to the home screen.
    I updated from 1.1.2 to 1.1.3 using iTunes 7.6 on Leopard 10.5.1 if this helps
    Any advice would be appreciated!

    I would say try restoring your phone w/ iTunes and see if that clears it up. There might just be a glitch in the software after the update.

  • Changing heading in Settings "About" screen

    On my Ipod Nano, under "Settings", on the "About" screen, the heading comes up as "user's Ipod". I want to change this to my name, but don't know where to go about doing so. Does it have something to do with the way I registered?
    Thanks for any help

    Hi springahh,
    First off, try restoring your iPod. For instructions on how to restore an iPod, see this Knowledge Base article:
    Restoring iPod to factory settings
    If restoring doesn't seem to help, then let's try reformatting your iPod to FAT32, followed by a restore in iTunes:
    1 - Connect your iPod to your computer.
    2 - When iTunes has finished syncing with your iPod, open "My Computer".
    3 - Right-click on your iPod, and click on "Format". (If your iPod is not showing in My Computer, make sure that disk use is enabled in iTunes).
    4 - Here, verify that your formatting settings are "Default", with the format type set for FAT32. Also, make sure that "Quick Scan" is not selected.
    5 - Then, click on "OK" to begin the formatting process.
    6 - When this is complete (it might take a while), make sure to restore your iPod in iTunes again, so as to properly reload the firmware back onto it again.
    Any success?
    -Kylene

  • Updated to 10.10 but ABOUT screen still shows 10.9

    I thought I updated to Yosemite 10.10.2, the update downloads, installs, and the machine reboots but when I check the OS version in the ABOUT window I see 10.9.5, did the OS update or not?

    Duh!  Posting the screen showing it did not update is exactly the point I was trying to make.
    The questions seem to me to be is... 1) HOW can I download the update a file of over 5 gigs, 2) Have the system tell me it installed the update and... after the update is completed and BECAUSE it updated, 3) the machine reboots BECAUSE it thinks it UPDATED, but, and this is a big BUT, 4) the new screens and the ABOUT screen (and the OS) does NOT, repeat, DOES NOT, show that the system's OS really did update to the new version?  This makes no sense!
    So does anyone know... How can I do all of the right actions and get most of the right messages and have the OS NOT, repeat NOT update to 10.10.2?  I have checked the software version using the UNAME -RSV (all lower case) and I get "Darwin 13.4.0 Darwin Kernel Version 13.4.0: Wed Dec 17 19:05:52 PST 2014; root:xnu-2422.115.10~1/RELEASE_X86_64", something that makes no sense to me with the OS supposedly being Yosemite 10.10.2 (although I am willing to concede that these two result will not, necessarily, match 100%) but... they should match SOME!
    On the surface, this software update process appears to have bush league kind of performance with respect to code updates (i.e. it is a commercial package but it really does not appear to work!) but... from what I can tell from the data, the system did NOT update and I can not get it to work correctly.  Also, what I can tell, there is nothing to do in the update process besides starting the update and letting it run its course, yet... I get non-sensical results.
    So, does anyone know how or what I have to do, or could possibly have done wrong, to get this sort of non-sensical update result?
    Thanks.

  • Orderd Yoga 12 today, Worried about screen ghosting

    I just orderd a new ThinkPad S1 Yoga for $698.70 from lenovo website, I am outside US and I am worried about screen ghosting problems, What the odds I will get a defective screen or does it completly solved?
    If not, whom do I can contact(email) to cancel my order before it ships? I couldn't find that on their support page

    I just orderd a new ThinkPad S1 Yoga for $698.70 from lenovo website, I am outside US and I am worried about screen ghosting problems, What the odds I will get a defective screen or does it completly solved?
    If not, whom do I can contact(email) to cancel my order before it ships? I couldn't find that on their support page

  • Why does it show 54 photos on my About screen, when I have only 9 photos on my iPad mini?

    Hello,
    I have an iPad mini 2 (16GB White Wi-Fi) that I got for Christmas of 2013, and absolutely love it. I have had no problems so far. However, there is one thing that annoys me a little.
    On my iPad, I have 9 photos that I took with the camera. On the About screen, it says I have 54 photos, and I have no idea why! I've disabled iCloud photo sharing, but I still have no idea why this is happening.
    Does anybody know how to fix this? Any solutions would be greatly appreciated.
    Thanks!

    Do those 'extra' movies have a little cloud symbol? That means that you have access to the movie but it's stored in the cloud until you download it.
    You can go into settings, scroll down to video and then change the setting 'show all videos', if it's showing all of them it shows what's on the device and available in the cloud. If it's not, then all you see is what's actually on your device.

  • Please help - I've exauhsted all resources - Rescue and recovey T500 stuck on about screen

    Hi,
    I apologize for reposting the issue, since I've exaushted all my resources and couldn't solve the issue:
    Rescue and recovey is stuck at the about screen. I have win 7 on T500...
     I've downloaded the full pack of the latest Rescue and Recovery and also tried to re-installed it. I also installed the recommended updates at the download page. I've also tried to disable my free AVG and zonealarm - nothing  
    I suspect something is in conflict w/ the Help and recovery, similar to the NOD32 incompatibility,
    but I really don't have any idea how to debug this.
    PLEASE HELP, I would kindly appreciate it
    Thanks in advance!
    +++link to my full system Spec using AUSlogic system information, the link now works and is not omitted...
    Solved!
    Go to Solution.

    Hi,
    let's continue in following thread:
    http://forums.lenovo.com/t5/ThinkVantage-Technologies/Rescue-and-Recovey-stuck-at-the-about-screen-P...
    Let's hope we get this fixed asap.
    In meantime, please close this on thread. Will continue on the other one
    Cheers

  • JavaFX 2.3 Mac OS X "Preferences" and "About" screen menu entries

    Hi there,
    I'm currently using the 1.7.0_10 JDK and JavaFX 2.3 under Mac OS X 10.7.5 and was wondering if it is possible to move the menu entries "Preferences" and "About Application..." to the standard Mac screen menu locations, means under the application menu? If anybody could provide a code snippet or a hint how to achieve this, that would be great.
    Thanks Steffen.

    Repair permissions with Disk Utility.

Maybe you are looking for

  • CProjects Resource staffing problem

    Hi Everybody,                       Right now we are facing a problem while staffing a resource for a role created. I am getting a error saying "Enter a valid business partner" and "Message was caused by reference object 'Business Partner Link'". Wha

  • Monitor SQL Database mirroring using powershell script

    I am trying use the below powershell script to monitor SQL Database mirroring. The motive here is to determine if there are databases which are in "Disconnected" or "Suspended" mode. I am running the script on the Principal Server: $returnStateOK = 0

  • How to take Peer window ID in Mac OS?

    Hi, I have to take native peer window Id in Mac OS using Java. For Linux, I know we can do it as below. Class cl = Class.forName("sun.awt.X11ComponentPeer"); java.lang.reflect.Method m = cl.getMethod("getContentWindow", null); Object obj = m.invoke(c

  • How do I click once on Bookmarks (or elsewhere on Toolbar) to view my Favourites as in Internet Explorer?

    In Internet Explorer I can view Favourites by clicking once on Favourites. I have transferred all Favourites to Bookmarks. How can I click the Toolbar once to reveal Internet Explorer favourites as listed in Bookmarks please?

  • Booking w/ AA Miles Experience...Disappointing

    Let me start by saying this is partly my fault and I accept that. I should have researched what options one has for using these AA miles before I got the US Airways card. The following is merely a personal experience of mine, not meant to discourage