List display and grid display

hi SDNers,
can any one help me on what are the differences between list diplay and grid display in r3 alv reports.
quick reply is highly appreciated.

Hi mahesh,
1. For all practical purposes, they are the same.
2. Some differences:
a) from abap coding point of view,
alv list is done with Function modules,
alv gris can also be done with FM,
but can also be done using OO concepts.
b) Alv grid (using oo concept) requires
designing the screen layout .
Hence, in one screen, we can show more
then one alv grid
(we cannot show more than
one alv list on one screen)
c) ALV grid uses ActiveX controls
present on the Presentation Server.
Hence, it consumes More Memory
on the presentation server.
d) ALV LIST is Display Only.
Whereas
ALV Grid Can Be made EDITABLE for entry purpose.
e) In alv grid, these options are possible,
but not in alv list.
without horizontal lines
without vertical lines
without cell merging during sorts
display total lines above the entries
I hope it helps.
regards,
amit m.

Similar Messages

  • What is the  difference between list display and grid display in alv report

    Hai genious
    i am a new of the abap, i dont know the alv report, i have a small doubt, can u please tell me  what is the main difference between list display and grid display in alv report
    thanks&regards
    chinnu

    Hi ,
    1. For all practical purposes, they are the same.
    2. Some differences:
    a) from abap coding point of view,
    alv list is done with Function modules,
    alv gris can also be done with FM,
    but can also be done using OO concepts.
    b) Alv grid (using oo concept) requires
    designing the screen layout .
    Hence, in one screen, we can show more
    then one alv grid
    (we cannot show more than
    one alv list on one screen)
    c) ALV grid uses ActiveX controls
    present on the Presentation Server.
    Hence, it consumes More Memory
    on the presentation server.
    d) ALV LIST is Display Only.
    Whereas
    ALV Grid Can Be made EDITABLE for entry purpose.
    e) In alv grid, these options are possible,
    but not in alv list.
    without horizontal lines
    without vertical lines
    without cell merging during sorts
    display total lines above the entries
    I hope it helps.
    Regards,
    Mamta
    Edited by: Mamta Verma on Nov 27, 2008 6:41 AM

  • REGARDING ALV BLOCK DISPLAY AND GRID DISPLAY

    HI FRIENDS,
    I HAVE A TROUBLE IN DISPLAYNG TWO TABLES TOGETHER IN THE GRID DISPLAY, BUT I CAN DISPLAY USING BLOCKS. I DONT WANT TO  USE JOIN STATEMENT IN THE SELECT QUERY.
    HELP WITH BY DISPLAYING THE RESPECTIVE CODES FOR THAT.
    THANK U IN ADVANCE

    hi,
    type-pools  : slis,icon.
    data : gd_repid like sy-repid.
    data : d_fieldcat type slis_t_fieldcat_alv,
              d_fieldcat_wa type slis_fieldcat_alv.
    data : begin of itab_mara occurs 0,
             matnr like mara-matnr,
             ernam like mara-ernam,
            end of itab_mara.
    data : begin of itab_marc occurs 0,
             matnr like marc-matnr,
             werks like marc-werks,
             end of itab_marc.
    data : begin of itab_final occurs 0,
              matnr like mara-matnr,
              ernam like mara-ernam,
              werks like marc-werks,
              end of itab_final.
    gd_repid = sy-repid.
    loop at itab_emp.
    itab_final-matnr = itab_emp-matnr.
    itab_final-ernam = itab_emp-ernam.
    append itab_emp.
    clear itab_emp.
    endloop.
    d_fieldcat_wa-fieldname = 'MATNR'.
    d_fieldcat_wa-seltext_l = 'material number'.
    d_fieldcat_wa-col_pos = 1.
    append d_fieldcat_wa to d_fieldcat.
    clear d_fieldcat_wa.
    d_fieldcat_wa-fieldname = 'ERNAM'.
    d_fieldcat_wa-seltext_l = 'created by'.
    d_fieldcat_wa-col_pos = 2.
    append d_fieldcat_wa to d_fieldcat.
    clear d_fieldcat_wa.
    d_fieldcat_wa-fieldname = 'WERKS'.
    d_fieldcat_wa-seltext_l = 'plant number'.
    d_fieldcat_wa-col_pos = 1.
    append d_fieldcat_wa to d_fieldcat.
    clear d_fieldcat_wa.
    call function module 'REUSE_ALV_GRID_DISPLAY'.
    Reward with points if helpful.

  • Diffence in line item display and Balance display

    Hi Gurus,
    Please let me know why there is difference in line item display and balance display in one of GL account in previous year for 1 posting period.what can be cause for this, If I go at FS10n and check the balance for specific period it shows different balance and if I double click on same period and I can see the different Balance for same GL.
    Thanks
    Edited by: Manu Rathore on Feb 8, 2012 3:06 AM
    Edited by: Manu Rathore on Feb 8, 2012 3:15 AM

    Hi,
    this is FS10N - Balance display-GL X
    Period                    Dr                  Cr                 Balance
    12/2011                  33,229.00       49,395.00     16,166.00-Cr
      Type     Doc. Date  Amount in local cur. DocumentNo
      KG       31.12.2011              400.00  65762562
      KG       31.12.2011              200.00  65762563
      KA       28.12.2011              900.00  68250089
      KA       28.12.2011            1,000.00  68250090
    Line item Display Account             X 
    company Code            0000
      Type     Doc. Date  Amount in local cur. DocumentNo
      KZ       22.12.2011              500.00  69461532
      KA       22.12.2011              200.00  68250072
      KZ       22.12.2011              200.00  69461534
      RE       28.12.2011            4,445.00  60000201
      RE       28.12.2011            1,445.00  60000202
      KA       28.12.2011              250.00  68250084
      KA       28.12.2011            1,500.00  68250085
      KA       15.12.2011            2,000.00  68250077
      KZ       29.12.2011            6,555.00  69461633
      KZ       29.12.2011            7,868.00  69461633
      RG       30.12.2011            5,566.00  64000464
    Account x           33,029.00     
    See the difference in Dr side at FS10N it= 33229
    and line item total =33029
    Difference of 200.
    Same there is difference in credit side.
    Hope you understand it.
    Thanks

  • Abap Objects generating List Trees and Grids

    Hi Friends,
      Please provide me the Information for how to work with ABAP OBJECTS creating(and manipulating)the combination of List Trees and Grids.
    Regards,
    Sowjanya

    There are a couple of examples programs,  You can start by checking out transaction DWDM for some of the basic ABAP oo controls.  You can also check out any program which begins with BCALV* for examlple of ALV grids, trees, and lists.
    REgards,
    Rich Heilman

  • DIfference between Reusable FM for ALV display and ALV display using class

    Hi,
    Is there any difference between alv display using Resuable FM and ALV display using classes except the later one uses OO concept.??
    One mere thing i want to clarify is that is there any difference exist between REUSE_ALV_GRID_DISPLAY and REUSE_ALV_LIST_DISPLAY? If so, then let me know.
    It could be easier to understand me if yuo give scenario where these FM comes into picture
    Regards,
    Parag

    Hi,
    (1) REUSE_ALV_LIST_DISPLAY
    Display an ALV list as per parameters defined in the function call
    (2) REUSE_ALV_GRID_DISPLAY
    Display an ALV grid as per parameters defined in the function call
    (3) REUSE_ALV_COMMENTARY_WRITE
    List header information is output according to its type. The output information is put in an internal table. Output attributes are assigned to each line via the TYP field.This module outputs formatted simple header information at TOP-OF-PAGE.
    (4) REUSE_ALV_HIERSEQ_LIST_DISPLAY
    This module outputs two internal tables as a formated hierarchical-sequential list.
    (5) REUSE_ALV_VARIANT_F4
    Display variant selection dialog box.
    (6) REUSE_ALV_VARIANT_EXISTENCE
    Checks whether a display variant exists.
    Other Useful Link :
    Customize ALV grid layout at run time
    Download ALV grid Control Tutorial
    Understand ALV report ( Just Copy and paste )
    Dynamic selection on ALV at run time
    Dynamic selection on ALV at run time
    Regards
    Kiran

  • Two External Displays and Internal Display Over Different Connections

    Hi there.
    I'm going to be purchasing a rMBP in the very, very near future. However, I am unclear about how external displays work with this. My current display setup at work is two basic 1080p monitors that can be run over DVI, VGA or HDMI. I'd like to keep using these when I start using the rMBP but also gain the advantage of a third screen by using the internal display at the same time (so much space for activities!).
    One of the thunderbolt ports will need to be used for an Ethernet connection (there is no wireless here), so this leaves the setup needing to be one monitor run via Thunderbolt -> DVI and the other monitor run via HDMI.
    The internet in general isn't being entirely helpful with this. I'm looking for a clear answer of whether the rMBP will run the internal display and the two external displays using this setup under OS X. Some seem to believe that it won't work using different connection types, for example.
    Thanks for any help.

    Hello dljfield,
    Thanks for using Apple Support Communities.
    If you'd like to use multiple external displays with a MacBook Pro with Retina display, then please take a look at the information outlined below. A 15" MacBook Pro mid-2014 can support up to two external displays using different outputs.
    MacBook Pro (Retina, 15-inch, Mid 2014) - Technical Specifications
    OS X Yosemite: Connect multiple displays to your Mac
    Take care,
    Alex H.

  • Different resolutions for Macbook Pro display and External display

    Is it possible to have different resolutions for a Macbook Pro and an external display. I prefer to see less but larger on my Macbook Pro whilst seeing more but smaller on my external display. I use the DVI output to connect to an Acer 22in display.
    Thanks in advance
    Ian

    in4time wrote:
    I've actually tried that process and it doesn't work; I still get the same display qualities on both. Perhaps that process might work if one is not mirroring. Maybe there is a compatibility issue between my Macbook Pro and the Acer 223W. I'll persevere, but thanks for your help anyway.
    Ian
    Hi Ian,
    allow me to chime in:
    You are absolutely correct!
    In 'Mirroring Mode' both internal and external display have the same resolution.
    Only in 'Extended Mode' you can have different resolutions for both displays.
    Regards
    Stefan

  • Is it possible to display list alv and grid alv in the same screen

    Hi
    There are methods to display more than 1 alv grid in the same screen by using block append grid . In the same manner its available for more than 1 list alv report display by REUSE_ALV_BLOCK_LIST_APPEND.
    My question is I want to display 1 alv list and 1 alv grid report in the same output screen .
    Please let me know how to do it ?  I will definetly appreciate the answers.
    Thanks!!

    Hi Anindita,
                                      Previously i ad told v cant display two lists together in same screen. But u can use Block ALV for this. Use FM "REUSE_ALV_BLOCK_LIST_APPEND.
    In OO u can use Cl_GUI_EAST_SPLITTER_CONTAINER for displayin more than two lists in same screen.
    If useful giv points
    Regards
    Vanitha P

  • Laptop Built In Display and External Display not Working

    Hi all, I have a HP Envy M6-1158ca, and recently my Built-in display stopped working. I plugged it into an external display via HDMI and it showed no input. It seems as though the laptop is not booting into Windows either, as usually whenever my laptop boots into windows, the fingerprint scanner blinks letting me know I can now sign in using it. I am extremly frustrated with this, and have an unbelieveable amount of stress because this was my only PC. Please respond as soon as possible, it would be much appreciated.
    Thanks in advance.
    This question was solved.
    View Solution.

    Yes.. i think thats what might have damaged it...Notebook should always be completely powered off with the battery out and ac adapter disconnected while  replacing any internal hardware..
    Shouldnt be a BIOS problem....but still you can check this link..
    Restoring the BIOS
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Apple Cinema Display and mini display port

    I have purchased (for a ridiculous price) an adapter to allow me to use my cinema display with my new macbook pro retina system.  While it does work it doesn't seem to allow me to use anything but best for display which is only 1280x800 resolution which is far less than this monitor supports and looks terrible.  In fact for making me spend $30 for a stupid adapter is is very disppointing.
    So first question is can anyone tell me if there is some way to get this to actually work?
    Second question along the same line, is that I also purchased an adapter for mini display to VGA for using with projector systems that I sometimes need to hook up to when I go onsite to customer facitilites and within about an hour of being attached to an Acer monitor my entire system seg faulted and crashed with a hard reset.  Equivalent to the Windows blue screen of death.  I've never had this happen before and wondering if this is a known problem?
    Thanks for any info you can provide.
    Glenn

    Do you have your MacBook Pro in mirror mode or extended desktop mode (System Preferences > Displays)?  If it's in mirror (the default) then the external display will be limited to the MBP's screen resolution.  I use my miniDisplayPort -> DVI adapter all the time with my Sony Bravia TV and have no issues displaying 1920x1080 on the extended desktop.
    Officially, the Retina MBP supports:
    - 2880 by 1800 pixels (Retina mode)
    - 1920 by 1200, 1680 by 1050, 1280 by 800, and 1024 by 640 pixels (scaled mode)
    In System Preferences > Displays make sure your display setting is Extended and then select the extended display panel and select 1680x1050.  See if that helps.  If that works, then try the 1920x1200 setting if your display supports it.  BTW, the extended display panel only appears if you actually have the external display connected. 
    What make/model monitor are you using?
    Never heard of a system crashing because it was connected to a projector.  I also use the miniDisplayPort -> VGA adapter to project and have never had a problem.
    Is there anything else going on with your MBP?

  • Thunderbolt Display and MBA Display options

    if i make any application ( chrome, spotify etc ) full screen either on MBA display or on the Thunderbolt screen, the other screen goes grey. How can make an application like spotify, chrome full screen on Thunderbolt display but still keep using outlook/mail on the main mba screen ?

    Hello, Fran. 
    Thank you for using Apple Support Communities. 
    This is the normal functionality of operating systems Mac OS X 10.8 and earlier.  However, we recently released a new operating system for free that will allow the use of multiple displays in full screen mode. 
    http://www.apple.com/osx/whats-new/#multiple-displays
    Hope this helps,
    Jason H. 

  • List View and Grid View discrepancy

    After having read almost all of the thousands of iTunes 11 user comments all over the Web, the great majority of whom consider this "downgrade" a pain in the neck, I am surprized that nobody has yet mentionned this infuriating bug (or is it another of Apple's "feature"?) : an unsolvable discrepancy between the List View of any playlist and its Grid View.
    So maybe I am the only one to have this problem : Why (why? why?) is the sort order of the songs that I chose to have in the List View get all mixed up when I switch to the Grid view ? It is as if I had chosen to shuffle them. I just can't have them in my expected sort order.
    Here is a playlist in which all parts are sorted according to my logical need : these are meetings to be listened to in the chronological order that I have decided to build it (and not in an Alphabetical. or Creation Date. or Modification Date or even less, in a Shuffled order that iTunes might decide by itself that I should listen them !)
    Now here is the same playlist in the Grid View.
    Notice the anarchic mixup of all its parts (together with the unexplainable disappearance of the playing order number of half of them !).
    As I have noticed this same "feature" in many screen captures brought up by other users, this totally unacceptable !
    And I've been trying for hours to get them back in order, with no avail.
    Is it a bug ? Or a ridiculous "feature" ? Or an idiotic design originality (flaw) ?
    Or am I missing something ? Did I do something wrong ?
    YM

    Hi Selva,
    Could you please explain more clearly?
    I assume you have a form with four textboxes. If you want that the entered values will be saved in the database, you simply 'commit' the data. This can be done e.g. by F10. You do not need any extra buttons or button-pressed-triggers for that. This is standard Forms functionality.
    What do you mean with "Again i will enter some some values in the text box"? Do you want to overwrite the old data, or do you want to insert new records in the database. Again, both options are standard Forms functionality.
    Maybe you should go through the standard Forms documentation?
    Good luck,
    Lennart de Vos

  • Look at the diff between my retina display and 27 display!

    Is this normal? Brand new 15" retina next to brand new thunderbolt display...

    Yes, they are clearly different.  But the Thunderbolt display is NOT a retina display.  I would not expect them to look the same "out of the box."  It's actually the same panel as the older Apple LED Cinema Display.  It's an LED lit (edge lit) IPS LCD panel vs. the Retina panel's back lit design, and I would have to believe the underlying colorspace of the two is not the same.
    I assume the TBolt display is connected to your rMBP.  It would appear to be so, and that you are using Extended Desktop mode.  Is that the case?
    Are you using the same, or a higher resolution, on the TBolt display compared to your rMBP?  Have you adjusted the brightness on each display so they are comparably illumnated?
    That said, I would have no expectation that the TBolt display (or any other external display) would match your rMBP display.  They are not the same technologies.  I have no idea why someone at Applecare would suggest otherwise.
    If you truly want them to match as closely as possible you will need to calibrate the displays. There are many calibrators available, at different price & feature levels.

  • FORUM is displayed and then displays the mainpage instead

    Hello,
    I have a strange behavior with the forums component. The forum shows up in the portal. After a few seconds the forums iView shows the portal homepage top and left navigation in the area of the iView. So I have two times the same header and left side navigation. In the remaining content part (the content part of the inner area) there is a message that says something like "you didn't show a topic or your session expired". When I test the iView it shows the same text and I can see that the forum forwarded to "http://mydomain:myport/irj/portal/forums?ForumsTarget=forums/recent-history.jspa"
    We are using the most recent versions of the KMC + forums component.
    Has someone an idea what could be wrong with it?
    Thx, Vanessa

    Hi Vanessa.
    I had this problem too long time ago.
    Try to recreate a forum iview and make sure that in iView Wizard you choose "iView template - create an iView from an existing iView template" (not from *par file).
    This is a strange advice, but anyway that was my mistake.
    Secondly, try to open foum Iview through the Quicklink.
    Hope this helps.
    Yauhen

Maybe you are looking for

  • To restrict a object to a particular Group at the Universe level

    Hi, I have a object which should be restricted only to a particular group at the universe level.So when i define the universe we have to have explicit security that will restrict access to this object information from reports and from ad-hoc queries.

  • Mouse gesturing no longer works after recent update ?

    Recently, after an update my magic mouse no longer functions using the swipe gestures...Anyone else with this issue? tried to look at in in preferences bt no options there.

  • Export Internal table by calling static method

    Hi friends, Can u please tell me how to get internal table in export parameter by calling static method. OR  can u tell me how to declare internal table in method parameter. Thanks in advance

  • AP Check: routing/account numbers not placed at bottom edge of paper

    I have moved the routing/account numbers as far to the bottom of the page in the RTF template as possible. When I generate and print the check output in PDF the routing/account number is 1/2 inch too high on the page. If I adjust the RTF template the

  • Targeting Specific Partition in OWB.

    Hi , I have a partition table with the range partition, partition based on the month. Here this parition table is my target table and load strategy is update / insert Can any body help me that how can I point my mapping, to target the specific partit