ABAP LIST VIEWER

Hello friends,
How do I start configuring ABAP list viewer in sap. Any help will be great.

Hi,
ABAP List Viewer (ALV) doesn't need any configuration as such. You can generate an ALV using Classes (cl_gui_alv_grid, cl_gui_custom_container etc.) and also using FM (reuse_alv_list_dispaly). There is also something called as SALV.
So, pls explain your problem in detail.
Reward points if the answer is helpful.
Regards,
Mukul

Similar Messages

  • Print the result of an ABAP Program (in an infoset) in a ABAP List viewer.

    Hi ,
    Here is my question :
    I have created an user group in SQ03
    I have created an infoset in SQ02 and a query in SQ01.
    In my infoset I have a piece of program which looks like that :
    SELECT  EVVERTRAG EVBSTATUS EVANLAGE EVVKONTO EV~EINZDAT
    EVAUSZDAT EVCOKEY ETABRDATS ETABRVORG ETSPARTE ETTRIGSTAT
    ETABLEINH EUIINSTLNINT_UI EUITRANS~EXT_UI
    INTO (T_OFB-CONTRAT,T_OFB-STATUT_TRAIT,T_OFB-INSTAL,T_OFB-CMPTE_CONTRAT,
    T_OFB-DATE_IN,T_OFB-DATE_OUT,T_OFB-GSR, T_OFB-DATE_CALCUL
    ,T_OFB-OPE_CALCUL,T_OFB-SECTEUR,T_OFB-STATUT_ORDRE,T_OFB-UNITE,
    T_OFB-CLE_PDL,T_OFB-DES_PDL )
    FROM ( ever as ev inner join etrg as et
    ON evanlage = etanlage )
         inner join  euiinstln
         ON euiinstlnanlage = evanlage
         inner join euitrans
         ON euitransint_ui = euiinstlnint_ui
    WHERE ET~TRIGSTAT = '2'
    ORDER BY EV~ANLAGE.
    This program works fine, but when I create my query, I can just see the result in abap list.
    When I choose "abap list viewer" or "Excel format", the result is more like :
    " select * from  all tables "
    Is there a way to show the result in the viewer ?
    I added a "WRITE :/ <column1>, <column2>, but the result is the same.
    I also wonder if we can do a "group by " in ABAP.
    And do you know how to make a condition " where my_date < today -19 days" ?
    Thank you in advance for your answers.
    I've been around the others posts and you did such a great job.
    Laurent.

    hi Chintai,
    in bw side, you create a abap program to trigger an event in r/3,
    and include this abap program in your process chain, the abap program like
    CALL FUNCTION 'BP_EVENT_RAISE'
    EXPORTING
    eventid = 'ZRUNJOB_DEL'
    and in r/3 schedule the program to delete previous data with 'after event',
    the event name is same as raise by bw process chain, in this sample ZRUNJOB_DEL.
    hope this helps.

  • ABAP List Viewer help

    Hi.
    I have a abap list viewer, when I do a filter by the first name with 'XXXX' the program doesn't find any data, but if no filter as been done the XXXX appears. How can I solve this?

    Hi,
    I guess that the data that you are getting is in caps ( XXXX ) and you must be using small letters ( xxxx ) while putting a filter on the field.
    This filter is case-sensitive. Try using the filtering the data in the same manner as you get from the database table. Give it a try may be it works..
    Hope this helps you.
    Regards,
    Tarun

  • What is the differenec between 'sap list viewer' and 'abap list viewer'

    hi
    what is the differenec between 'sap list viewer' and 'abap list viewer'

    Hi,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists
    From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .
    Check the Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm
    Regards,
    Satish

  • Query on ABAP List Viewer and Table Control?

    Hi all,
    I was trying to solve the exercises in these areas....but was unable to do as some of the concepts were not clear to me as I'm new to this field.
    So Can any one help me out in giving me the Notes or attachments on the ABAP List Viewer(A.L.V.) and Table Control.
    My ID: [email protected]
    Waiting for a reply...
    A New Entrant in ABAP.
    Message was edited by:
            saikumar b

    Hi saikumar,
    I just start to work with Abap too. All links i Know:
    http://www.erpgenie.com/abap/controls/alvgrid.htm
    http://www.abapfans.hpg.ig.com.br/links.htm
    http://abap4.tripod.com/index..html
    http://paginas.terra.com.br/educacao/abap/
    http://www.sdn.sap.com/
    http://www.sap-img.com/
    http://www.planetsap.com/Tips_and_Tricks.htm
    http://www.abap4.com.br/
    http://www.erpgenie.com/sap/abap/index.htm
    Good lucky

  • Transaction VA05 - ABAP List Viewer

    Hi,
    I want to export the list out to execl or text but could not find the download icon in here. Not sure how to activate the download icon.
    Thanks.
    Regards,
    Yeowboon.

    Hi
    Thanks Amit & Shiba for the fast response. Sorry for not making myself clear.
    I thought there is an export/local file icon for ABAP List but I could not find this icon in VA05. Wanted to export to excel making use of the table or pivot table functionality.
    Many thanks.
    Regards,
    Yeowboon.

  • Change invoice preview setting from abap list view

    Hi,
    When I print the invoice using VF03, the invoice is displayed as an abap list. How can I change the settings? Plese help.
    Thanks,
    Sheel

    Hi,
    I've some setting in my ECC due to which all my SAP Script forms are displayed as abap list. How can I change this setting.
    Please help.
    Thanks,
    Sheel

  • HTML GUI Problem in Abap List Viewer Program

    Hi Guru,
    I'm using ITS6.2 PL 18.
    I'm not able to do selection in drop down list box using BCALV EDIT 06 Program in ITS GUI. What would be the possible rootcause?
    Thanks.
    Regards,
    Skywalker

    Hi Simon,
    Which OSS Note mention about ITS620 Patch 19 ?
    What is the current patch level of ITS620 ? OSS Note 491781 only contained up to Patch Level 18.
    Please advise.
    Thanks.
    Regards,
    Skywalker

  • ABAP List Viewer (ALV)

    Hi,
    Can somebody tell me how to create ALVs in SAP 4.7 or mySAP(ECC);
       - - From TC SQ02 - Create infoset, not able to link different tables. from <i><b>"Data Source"</b></i> tab <b>'Table join using basis table'</b>, we are trying to call predefined tables, but the transaction terminates to run time error, error is:
    <i><b>"the current application triggered a termination with a short dump"</b></i>
       - - If from <i><b>"Data Source"</b></i> tab <b>'Direct read of table'</b>, then also it terminated while we call the other tables to generate reports when we join/ insert it.
    Regards,
    TG

    Hi Gangadhar,
    1) To install the SAPGUI:
    Download the SAPgui for Windows installer
    Logon as administrator or with a user account with administrator rights.
    Before the installation begins, shut down any other programs that are running.
    Double click on the SAPgui4.7 icon
    Follow the instructions
    At the end of the installation, click on Finish to leave the installer program. After the installation completes, "Restart" your computer.
    2) If you need to create a ALV report, there are a number of ways to do that. The simplest way that I know of is to use the FM, 'REUSE_ALV_GRID_DISPLAY'.
    The code would be something like this:
    */ This one generates the field catalog
    DATA: i_fieldcat TYPE slis_t_fieldcat_alv. " declares field catalog
    CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
    EXPORTING
    i_structure_name = 'I_ORDERS'       " this NEEDS to be a ddic structure
    CHANGING
    ct_fieldcat = I_FIELDCAT. " generated field catalog
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = 'prog_name'
    it_fieldcat = I_FIELDCAT " generated field catalog from previous function module
    TABLES
    t_outtab = out_tab. " table containing the output data
    Hope this helps.
    Thanks.

  • List viewer

    Hi all,
    what is the difference between sap list viewer and abap list viewer?

    Hi Shweta ,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    <i>The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists</i>
    Regards,
    Raghav

  • Print preview in abap list format (OMLV) - Need preview in graphical format

    Dear All
    I am facing a problem with the print preview. (transaction code OMLV)
    When i am clicking on print preview button the system is displaying the output in a ABAP list format.
    and also the printout shows only the ABAP content.
    Pl. advise on how to view the print preview in a graphical format and not in the ABAP list format and pl. let me know the setting to print the spool in the graphical format.
    Thanks,
    Maxx

    Hi,
    this problem is not only related to warehouse. even the print preview spool for GR/GI slip in t-code SP01 shows as ABAP list and not as graphical screen.
    my question is why does the system shows the print preview for spool as an ABAP list instead of graphical view.
    pl. advise
    Thanks,
    Maxx

  • While Changing ABAP List from Spool to PDF Whole List is not displaying

    Hi,
    There is Z Program to convert Payslip ABAP List to PDF, when it is generating in PDF from Spool, I cannot view whole Payslip.
    Previously it is dislpaying fully in PDF file, But not Now.
    Please Help me...............
    With Regards,
    Gaurav.

    Hi,
    Thank you very much. My problem has been solved
    Thanks & Regards,
    Gaurav Mittal

  • SAP Query format issue (with ABAP list)

    Hi All,
    I had a requirement to remove all unecessary formatting and text from a SAP query report which can be read by a third party software system. We need only Header line and  report data (spaced by Tab).
    I have removed all formatting from the report and changed the output format from "SAP list viewer" to "ABAP list" .
    The issue is that the report shows material number with 12 digits in output but when we download to file then it adds extra six "0" and makes the Material Number field as 18 digit.
    we have already maintained new length as 12 againts the standard length 18 for material number(under field output option)
    Please suggest how to get rid of extra digits generated during downloading.
    Please help,
    Thanks,
    Rohit

    Hi Brad,
    Currently we execute query with SQ01 and from the output screen the user direclty saves the file as "local file..."
    The output format is "abap list". We are able to get the exact format but the only problem is with material number. I cant make changes in the program. Is there a way to download it without changing the 12 character ( as displayed on the report output)
    Thanks for help.
    Rohit

  • What is list viewer

    Hi
    Can any one explain me what is the list viewer???
    Regards
    Laxman

    Hi,
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists.
    Simple ALV Report --> http://www.erpgenie.com/abap/code/abap28.htm
    A Simple ABAP ALV LIST VIEWER Example --> http://www.sap-basis-abap.com/sapalv.htm
    ALV Grid Control --> http://www.sap-img.com/abap/abap-example-program-alv-grid-control.htm
    http://goldenink.com/abap/alv_grid.html
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    Simple ALV report
    http://www.sapgenie.com/abap/controls/alvgrid.htm
    http://wiki.ittoolbox.com/index.php/Code:Ultimate_ALV_table_toolbox
    sites :
    http://www.sapdevelopment.co.uk/reporting/alv/alv_variousfcat.htm
    Check out these links : top one is on slis specifcally,
    How to know about these SLIS types?
    Re: sap alv examples
    ALV reporting - Step by step
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/e994374c9cd355e10000009b38f8cf/frameset.htm
    Go through with these links :
    ALV
    http://www.geocities.com/mpioud/Abap_programs.html
    ALV Group Heading
    http://www.sap-img.com/fu037.htm
    ALVGRID with refresh
    http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.htm
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    -->download the PDF from following link.
    www.abap4.it/download/ALV.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
    OOPS ALV tutorial.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907
    Sample programs:
    http://www.geocities.com/victorav15/sapr3/abap_ood.html#d_grid
    http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_color.htm
    http://www.sapdevelopment.co.uk/reporting/alvhome.htm
    You can get all demo programs for ALV:
    Go to se38 and type BCALV* and press F4 for all demo porgrams.
    Check out these links
    http://www.sap-img.com/abap/what-is-alv-programming.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/alv&
    http://www.sap-img.com/abap/an-interactive-alv-report.htm
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/cs/user/view/cs_msg/18628
    ALV Comes in handy with some cool stuffs / components..
    Custom Container,
    Docking Container etc..
    Events in ALV::
    Top-of-page
    End-of-page
    Double Click Event Etc..
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    Hope this solves ur problem....
    Regards
    Sudheer

  • Problem with the ABAP List output while running program in background.

    Hi ,
        This is Sudhir S . I am trying to run a report in background which has 60 columns , but only 13 are displayed when we view it through the spool abap list .
    But when I run in foreground all the 60 columns are displayed. Since the data which I am trying to fetch is large I am running the report as a background job .
    I just need to know what can be done to get the 60 columns in spool abap list output.
    waiting for your  reply.
    <removed by moderator>
    With Regards
    Sudhir S
    Edited by: Thomas Zloch on Oct 6, 2010 1:51 PM - please do something else while waiting, all posts have the same priority here

    Hi,
    Check if SAP note 1226758 resolves this problem.
    Regards,
    Aidan

Maybe you are looking for

  • DELETE when using a JOIN - How does this work?

    I need to perform a DELETE but must join 2 tables to get the correct rows. I only want to delete data from one table. Unfortunately, neither table has a primary key. Is there an easy way to do this and be certain of the results? (I've inherited this

  • Using fiscal period and Fiscal quarter reporting seemlessly in a BI Query

    Hi, We have a very specific issue. Reporting the Fiscal Period( in our case we have 53 fiscal periods) and Fiscal Quarter( we have 4 quarters) in the same query seamlessly as we would have done using Calander Month and Calander quarter in other repor

  • Bridge CS4 not recognizing tiff files

    I downloaded an update for camera raw and installed in manually and after this I couldn't open Photoshop.  I then uninstalled and reinstalled CS4 and now bridge will show thumbnails of tiff files but won't open large.  All I see is a generic icon.  H

  • Satellite Pro L450D - Slight ripple effect on external monitor

    I am hoping someone can help me. Have just bought a new Satellite Pro L450D and also bought a separate lcd screen (Viewsonic) to use with the laptop. When using the lcd screen there is a slight ripple effect across the background when you look at the

  • Re: Transferring records from one request to another.

    Hi Guys, Currently the pseudo delta is loaded with posting date selection as two months(say, may and june- 2 lakh records). Every two months once we do full update (3 million records). every day we delete the delta request and load data, the full loa