How we can loop the screen table.

Hi All,
We are used loop the screen table but it is a structure how we are able to do this what sap doing behind this can any body please tell me.
Thanks,
Saleem.

Hi
SCREEN is a structure only.
But when you create a screen or selection-screen; the program which controls your screen or selection-screen creates an internal table with header line of type SCREEN.
So in your program SCREEN is an internal table, you can always loop it.
To understand it better, write some parameters and select-options in a report program; in debugging mode see the details of SCREEN table.
Regards
Surya.

Similar Messages

  • How we can recover the screen resolutions on maverick

    how we can recover the screen resolutions on maverick

    Hi
    Deleting invoice is a data base action that deletes the record from the table and won't right these records to any history tables. The only way is to re enter the invoice from hard copy. Where as Cancel invoice will behave differently.
    Is it manual invoice or invoice created from ERS etc?

  • Does anyone know how I can record the screen and myself at the same time?

    I have seen videos of people using their isigght camera to record their screen and a video of them is in the shape of a square on top of a corner of the screen.
    Does anyone know how I can do that?

    macnewcomer22 wrote:
    I have seen videos of people using their isigght camera to record their screen and a video of them is in the shape of a square on top of a corner of the screen.
    Does anyone know how I can do that?
    I'm not certain I know what you want to do, but consider these ideas:
    (1) If you have seen a video of people doing it, the people who made the video surely know how. Ask them if you can.
    (2) You may be able to do what you want with this app:
      http://b-l-a-c-k-o-p.com/CamCamX.html
    (3) The easiest way I was able to record my screen and simultaneous video of me in a window in the top corner of my display was to use two webcams. I used QuickTimeX to make a screen recording while I used my built-in iSight to show me moving in my Photo Booth window on the display.
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.4)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display  G4 PowerBook  1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

  • How i can clear the screen in JAVA?, in c++ is  command that called .......

    system("cls")
    but in JAVA??
    thx
    gicio1

    system("cls") is the silly way to do it. For a start, "cls" isn't on most computers, because most computers call it "clear". You could run this from Java using Runtime.exec("clear"), Runtime.exec("cls"), etc .. but the best way to clear the screen is still to print out N newlines, where N is the height of the screen.
    The only problem with this way is, you don't know the height of the screen. You could pass an environment variable in as a system property, from whatever launches your program, and if it's not there "assume" it's 200 or something. Then just build up a string with "\n\n\n\n\n\n\n\n"... and print it out. Blam, blank screen. :-)

  • How i can show the selection screen input field in the top of page in alv

    hi ,
              how i can show the selection screen input field in the top of page in alv  grid output.
    tell me the process

    Hi,
    excample from my program:
    FORM topof_page.
      DATA: l_it_header   TYPE TABLE OF slis_listheader WITH HEADER LINE,
            l_info        LIKE l_it_header-info.
      DATA: l_it_textpool TYPE TABLE OF textpool WITH HEADER LINE.
      DATA: l_key LIKE l_it_textpool-key.
      READ TEXTPOOL c_repid INTO l_it_textpool LANGUAGE sy-langu.
      DEFINE m_selinfo.
        if not &1 is initial.
          clear l_it_header.
          l_it_header-typ   = 'S'.
          l_key = '&1'.
          translate l_key to upper case.
          read table l_it_textpool with key key = l_key.
          if sy-subrc = 0.
            shift l_it_textpool-entry left deleting leading space.
            l_it_header-key = l_it_textpool-entry  .
          endif.
          loop at &1.
            case &1-option.
              when 'EQ'
                or 'BT'
                or 'CP'.
                write &1-low to l_it_header-info.
              when others.
                write &1-low to l_it_header-info.
                concatenate &1-option
                            l_it_header-info
                       into l_it_header-info
                       separated by space.
            endcase.
            if not &1-high is initial.
              write &1-high to l_info left-justified.
              concatenate l_it_header-info
                          l_info
                     into l_it_header-info
                     separated by space.
            endif.
            if &1-sign = 'E'.
              concatenate ']'
                          l_it_header-info
                     into l_it_header-info.
            endif.
            append l_it_header.
            clear: l_it_header-key,
                   l_it_header-info.
          endloop.
        endif.
      END-OF-DEFINITION.
      m_selinfo: s_trmdat,
                 s_trmext,
                 s_trmint,
                 s_fkdat,
                 s_delno,
                 s_vbeln,
                 s_deact,
                 s_kdmat.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
           EXPORTING
                it_list_commentary = l_it_header[].
    ENDFORM.
    I hope, this will help you.
    Regards
    Nicole

  • What is module pool programming?how we can change the standard screen?

    Hi EXPERTS
    what is module pool programming?how we can change the standard screen using module pool programming ?
    please explain with example.

    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    regards,
    venkat.

  • How to find where the screen field is stored in table

    Hi all,
    How to find where the screen field  is stored in the table .
    for some transactions if i press F1 on the field and after checking for the technical help.
    I can only find the struture for the screen field, but whereas i need table name for it.
    Can anybody help me how to find the table name where the field is stored.
    Regards,
    Madhavi

    Hi,
    Just hitting a F1 on screen field and getting structure name will not help in getting table name.
    First you need to know the flow of data in the reqd module, which will help you know all the tables in that module with there most of the fields with the data flow, now you need to work on your own to figure out that in which actual tables that value is stored.
    Hope this helps you.
    Regards,
    Tarun

  • How we can get the values  from one screen to another screen?

    hi guru's.
         how we can get the values  from one screen to another screen?
              we get values where cusor is placed but in my requirement i want to get to field values from one screen to another screen.
    regards.
      satheesh.

    Just think of dynpros as windows into the global memory of your program... so if you want the value of a field on dynpro 1234 to appear on dynpro 2345, then just pop the value into a global variable (i.e. one defined in your top include), and you will be able to see it in your second dynpro (assuming you make the field formats etc the same on both screens!).

  • How we can replace the column in Core Table plz see this msg

    Hi,
    How we can replace the column in Core Table plz see this msg
    Req:
    when i push the Insert button the data inserted into the Table
    like
    Cols Values
    FOCD      CUFZ14
    PRDCD FU6
    Month 082008
    AgencyCD AG02
    PLAN 123
    This is FO_Plan Table....
    Requirement:
    i need at table show to replace the Prd_CD to Prd_Desc while inserting the above Row....
    There is no Prd_Desc in FO Plan Table....
    Prd_desc comes from Product Table.
    did u get my point...
    how to solve.
    Thanks
    Ram
    Edited by: Ram Vungarala on Sep 24, 2008 9:09 AM
    Edited by: Ram Vungarala on Sep 24, 2008 9:15 AM

    Hi,
    I'm not sure if I understood what are you trying to do. But you can modify your table in a backing bean code. JSF page code for a table:
    <af:table id="product_search_results_tbl" binding="#{backingBean.boundTable}" ... />
    And a backing bean code:
    import oracle.adf.view.faces.component.core.data.CoreTable;
    public class YourBackingBean {
        private CoreTable boundTable;
        public void setBoundTable(CoreTable boundTable) {
            this.boundTable = boundTable;
        public CoreTable getBoundTable() {
            return boundTable;
       public String insertButtonAction() {
          // Bind your button action to this method and modify here your bound table
         return null;
    {code}
    Look for column modification methods in a CoreTable class documentation.
    Marius                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do I find the screen with my personal iPod (my name's iPod) so I can download from my purchased or free songs/pods from my computer? My iPod has opened to that for 3 years and this week I can't find it: not on purchased page or on Apple store page.

    QUESTION from an American in India:
    How do I find the screen with my personal iPod (my name's iPod) so I can download from my purchased or free songs/pods from my computer? My iPod has opened to that for 3 years and this week I can't find it: not on purchased page or on Apple store page.

    See:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • I reset all the settings last night, now I cant get any icons up, plus I'm on a local computer that cant download itunes, anyone know how i can get my screen back to normal? All it shows is the itunes sybol with the usb cord connecting to it.

    I reset all the settings last night, now I cant get any icons up, plus I'm on a local computer that cant download itunes, anyone know how i can get my screen back to normal? All it shows is the itunes sybol with the usb cord connecting to it.

    Your only option at this point is to connect the device to a computer running iTunes so you can restore it.
    B-rock

  • How do I freeze the screen so I can use a recipe?

    How do I freeze the screen so I can set the ipad on a counter and use a recipe that's on the screen?

    Settings>General>Auto Lock>Never. The iPad will not go to sleep this way. If you want to lock screen rotation - use the side switch or if that doesn't work - double tap the home button, swipe to the right in the task bar - and lock the screen in there. The lock icon will be all the way to the left.

  • HT1212 My Iphone 4 has been stuck on a loading symbol for a week now, I've plugged it into the computer but can't do anything still because it says I need to put my pass-code in, but I can't the screen is on loading still! Any ideas on how to fix this pro

    My Iphone 4 has been stuck on a loading symbol for a week now, I've plugged it into the computer but can't do anything still because it says I need to put my pass-code in, but I can't the screen is on loading still! Any ideas on how to fix this problem?

    On the new laptop, launch iTunes. From the menu bar click Store / Authorize This Computer.
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer

  • How we can assign the customised selection screen to report category

    hai
    gurus
    how we can assign the customised selection screen to report category

    Hi Naresh,
    You can do like this.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECTION-SCREEN BEGIN OF BLOCK SELECTION WITH FRAME.
    SELECT-OPTIONS: S_FKART FOR VBRK-FKART.
    SELECT-OPTIONS: S_FKDAT FOR VBRK-FKDAT OBLIGATORY.
    SELECT-OPTIONS: S_VBELN FOR VBAK-VBELN.
    SELECT-OPTIONS: S_AUART FOR VBAK-AUART.
    SELECTION-SCREEN END OF BLOCK SELECTION.
    SELECTION-SCREEN END OF BLOCK B1.
    if you give me brief i can help you out more.
    Thank you .
    Regards
    Ram

  • My apple tv software version is 4.2. I try to update to 4.2.2. but I can't the screen say the update was not successfull, how can I download the latest software version

    my apple tv software version is 4.2. I try to update to 4.2.2. but I can't the screen say the update was not successfull, how can I download the latest software version

    Hi
    I just bought an Apple TV 2 and tried this update thing, but got the same result as you.
    When will Apple fix this?!?!?

Maybe you are looking for

  • IOS 15.x PKI Redundancy (HA CS) setup and router crashed

    Hi, would like to hear if someone have experienced that one of the HA CS pair routers has broken down in pieces and got replaced with a new one? I'm expecting to fire up new router and perform the following steps in order to restore the HA state: 1.

  • HT3235 Can i back up data of my computer in the shared drive via airport extreme

    Can i back up data of my computer in the shared drive via airport extreme

  • After Effects 2014 CC Ram Preview Issue

    Ever since I upgraded to CC 2014(from CC) I have been experiencing an issue. My RAM preview will start somewhere in the middle of my in/out points. I have to wait for it to loop to see the beginning. I have tried checking/unchecking "from current tim

  • Graphics Frames

    I am having a hell of a time working with graphics frames. I have two problems: 1) How do I create call-outs in a graphics frame that stay within the frame and can be grouped with the primary graphic in the frame (i.e., a screenshot). 2) Sometimes I

  • I've forget my serial number

    Hello ! I've a big problem ... With my change of computer, I've forget the box where there is the serial number of Photoshop CS5 ... Can you help me ? Thanks. Sorry for my bad english, I'm french.