Alv grid display in sap abap. 4 = Fullscreen REUSE_ALV_GRID_DISPLAY.

Alv grid display in sap abap Check the Example program My requirement is to display the output in ALV GRID format. Let us assume the following query where Material details from tables MARA (Material Master), MAKT (Material wa_layout TYPE slis_layout_alv, ref1 TYPE REF TO cl_gui_alv_grid, " to capture changes in alv it_zfinal TYPE TABLE OF ty_final, "temproary final internal table wa_zfinal TYPE ty_final, wa_zzfinal TYPE ty_makt, " temproary work area *to move changed values in alv it_fieldcat TYPE slis_t_fieldcat_alv, " for Alv wa_fieldcat TYPE slis_fieldcat_alv. CREATE OBJECT alv_grid EXPORTING. I_INTERFACE_CHECK = ' ' I_BYPASSING_BUFFER = ' ' SAP Managed Tags: ABAP Development. View products (1) Custom buttons in ALV grid display Application Development Discussions Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp. 9. Hi Jepoy Calix. CALL METHOD ALV_GRID->SET_TABLE_FOR_FIRST_DISPLAY CHANGING IT_OUTTAB = IALV[] IT_FIELDCATALOG In this video I show how to use the ALV Grid in ABAP to output data to SAP. 1 = hierarchcal-sequential list REUSE_ALV_HIERSEQ_LIST_DISPLAY. designing the screen layout . Changes required. It has a grid output. REUSE_ALV_GRID_DISPLAY: A new function in 4. To be clear, when I have a parameter type specified, my screen just lets me display that one field into which the user is asked to enter a value but I want to display the table as well as the user input SAP Managed Tags: ABAP Development. Regards, bhavana types : begin of itab, a type p decimals 2, b type p decimals 2, c type c LENGTH 5, end of itab. data: zta_print type slis_t_fieldcat_alv with header line. The first step is to define the structure of Please check below links. Display two or more ALVs on one screen using Splitter Control - ABAP Development - SCN Wiki. I want to know how to populate the the fieldcatalog and the layout Thanks a lot! 2008 Apr 12 3:10 PM. ** CONCATENATE IT_FINAL-NAME1 'Reconcilliation Statement From' DATE1 'TO' DATE2 INTO TITLE ABAP List. ALV Report: ALV stands for ABAP List Viewer. See the source code, screen painter layout and output of an example ABAP program that lists sales order items between In this blog, we learned how to manually create a field catalog and display a simple ALV report using the REUSE_ALV_GRID_DISPLAY function module. The looks of this report is different from classic view. (Example in What is SAP ALV?) Manually in ABAP program. data: repid type sy-repid. 6 version, to display the results in grid rather than a preview. endif. Hello Experts, I have created an ALV report, which have two custom buttons to select and de-select the values in the ALV display. User case: In some situations, user may want to see only few fields in his output of the ALV or he may want to see different version of layout from the one being displayed. Click here to watch ABAP New Feature For Statement with Where Clause. Either using REUSE_ALV function modules or C L_GUI_ALV_GRID class. ** WRITE BUDAT-LOW DD/MM/YYYY TO DATE1. This post shows how to make edit few columns editable and change the field values and updating the data base and refreshing the grid display after change and save. Here in the Function ModuleREUSE_ALV_GRID_DISPLAY we have to pass program name, field catalog table and output table. I am getting the output in ALV List instead of Grid f 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. The ALV grid provides a powerful and There are many way's to display ALV. b) Alv grid (using oo concept) requires. In a PBO module of screen 0100, the subroutine present_grid is also performed. DATA : container1 TYPE REF TO cl_gui_custom_container, grid TYPE REF TO cl_gui_alv_grid, it_fldcat type LVC_T_FCAT WITH HEADER LINE, it_outtab type TABLE OF itab WITH HEADER LINE. DATA. 2 = simple block list REUSE_ALV_BLOCK_LIST_APPEND. Manually building the field catalog gives you flexibility in controlling CL_SALV_TABLE is a class in SAP ABAP (Object-Oriented ABAP) that is used to create and display ALV (ABAP List Viewer) grids. Now how can i get the rows the user has selected - i'vew done that several time using the OOPS variant, but never with the FM. I don't have a solution for muy problema with internal tables. Step 1: Define the Data Structure and Internal Table. Hence, in one screen, we can show more. SAP Managed Tags: ABAP Development. My requirement is if I click on SALES Document no it should take me into VA03(sales orde display) transaction so that I can see all the data related for that document no. Programming Tool. *FORM TITLE. below the select statement check the sy-subrc value if it's zero then display the alv report else display the message using the following code. So to switch to ALV Grid display on the target SAP system for displaying table data, on SAP GUI menu follow the below options: Settings > User Parameters Switch to Data Browser user settings tab. We can pass layout for design purpose. how can i do it ? plz suggest me. data: lo_layout type slis_layout_alv. there u can create u'r own PF Status or copy standard ALV toolbar into u'r own PF Status and add new fuctionality thru menu painter(SE41). The custom container should Hi All, I'm using "REUSE_ALV_GRID_DISPLAY" I want to refresh ALV grid after a SUBMIT statement. The logic will only display ALV in foreground and it won’t be reflected in the spool. Create a form named like so: Code: ***** * Form Set_pf_status * Notes: Called by FM REUSE_ALV_GRID_DISPLAY It's a small requirement that asks to provide multiple selections for one customized field at editable ALV grid of one customized screen: All selected entries of the popup list from F4 should be concatenated into one string separated by a comma. Hi Experts, I want to display the below said in top-of-page (alv) as TITLE can include only 72 characters. The first step in creating the ALV report is to define a simple program. e. Display the ALV header by passing the ALV header table built in step one to function module ‘REUSE_ALV_COMMENTARY_WRITE’ The sample ABAP code used to display data in SAP SAPLANE table using ALV grid by function calls to REUSE_ALV_FIELDCATALOG_MERGE and REUSE_ALV_GRID_DISPLAY functions. 6 version, to display the results in grid rather than as a preview. Please let me know how to achieve this by using fieldcatalogs. SELECT * FROM sflights INTO TABLE gt_tab. if sy-subrc = '0'. * Populate Field Catalog PERFORM get_fieldcatalog. class ZCL_ALV_POPUP definition public final create private . 4 = Fullscreen REUSE_ALV_GRID_DISPLAY. 1). With REUSE_ALV_GRID_DISPLAY it is not possible to show 2 grids one below the other. The set_table_for_first_display method will be invoked in the routine present_grid, however, due to the job being executed in the background, the ALV list output will be written as spool output for the background job. My BA told me to do subtotal of all the currencies, its not a big issue. ALV gives us a Hi Guys, I've created one ALV report displaying SALES ORDER created. When I filter the ALV with any fields and then select all button in ALV, then it is selecting all the rows in Explore the SAP Help Portal for detailed information on ALV output display and related settings. With REUSE_ALV_GRID_DISPLAY becoming a ‘thing in a past’, we now use either CL_SALV_TABLE or CL_GUI_ALV_GRID. But now I want add one standard toolbar, and this toolbar isnot display after I call method 'SET_TABLE_FOR_FIRST_DISPLAY'. DATA:i_t001 TYPE t001 OCCURS 0, SAP Managed Tags: ABAP Development. Types: begin of zstruct, name type lfa1-name1, ktokk typ Solved: Hi Experts, I am using REUSE_ALV_GRID_DISPLAY FM in my program for my ALV output . 2). Try this code, First add a handler method in your handler class definition as: e. wa_display-color_cell[] = gt_color[]. Hi, you must work with a mask for your field like this: repid = sy-repid. My requirement is data of 1 field/column in ALV had to be displayed by grouping. For example, if the user ticks the checkbox for 01& Editable GRID ALV with save and refresh The previous post REUSE_ALV_GRID_DISPLAY- 02 shows how to make use of field catalog in grid alv. The numbers 5 ,1 , 1 can be changed according to the colour required. Include SLIS type pool – SLIS type pool contains all the data types required by ALV Hello Experts, Here I am facing problem in simple ALV grid. * data-statements that are necessary for the use of the alv-grid data: gt_xevents type slis_t_event. public section. Reuse_alv_list_display is the required function module which displays the proper output. Just copy and paste it and try it. The question title REUSE_ALV_GRID_DISPLAY is misleading. I need to select multiple rows and will click a custom button on the appln. CALL METHOD alv_grid->set_table_for_first_display EXPORTING. How can I Hi, I am using ALV GRID with the help of the function module REUSE_ALV_GRID_DISPLAY, and would like a custom drop down for one colunm with values Yes and No. The different steps used for getting the above function Build the logic to display ALV Grid in this program. Hi Experts, My Requirement Is : Has To *Edit one cell using alv grid *, for ex: If Netpr > 100(value). Note: Grid cannot handle high volumes. But the grid values are not getting refreshed. that should be in editable mode,rest of the cells in non-editable mode. This menu can be customized to meet individual requirements. declaration of a reference variable before the class is defined. ABAP Development. Is there any way to catch the event when the user enters the value in the grid and . * ALV Specific. The ALV Grid Control uses the SAP context menu to integrate standard functions. Hi All, I am using the 'i_callback_pf_status_set' from the FUNCTION 'REUSE_ALV_GRID_DISPLAY' and I see the output but the pf_status is not working. attribute and adding an entry to layout control table. from a basic ALV grid include adding a new field to ALV grid data table(it_ekko), Populating this field with color. Actually its not a problem, its a requirement. Just that the new field was not displayed on the screen. REUSE_ALV_POPUP_TO_SELECT. All forum topics; Previous Hi Jepoy Calix With REUSE_ALV_GRID_DISPLAY it is not possible to show 2 grids one below the other. I have been looking in the forums for ways of making a CL_GUI_ALV_GRID grid editable for the user in a way that whatever value they put in the cells gets registered in the iternal table being displayed on that ALV, but most of the content I found were solutions using the FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC', but in my case I couldn't use this function Hi i am narrating few things with pseudo code, hope you can implement the program in the similar fashion. one alv list on one screen) As a result of using ABAP Objects, lists are displayed through an ALV instance, and programmers make use of the event management of ABAP Objects. To present the data in a grid format, the fields needed to be placed at specific, static positions on the screen while processing data in a loop or a cycle. METHOD handle_print_top_of_list FOR EVENT print_top_of_list OF cl_gui_alv_grid . This blog post explains the approach to achieve the requirement using Factory Method. * Set event handler SET HANDLER lcl_event_receiver=>handle_hotspot_click FOR alv_grid. I have to color red,green and yellow according to the condition. Thanks. I m using the FM reuse_alv_grod_display to display my alv report. I need a sample alv program using REUSE_ALV_GRID_DISPLAY. View products (1) When you build your own field catalog in REUSE_ALV_GRID_DISPLAY_LVC, to indicate your own F4 help you have to fill F4_AVAILABL = 'X' and REF_TABLE is to be the data element (yes I know it seems incoherent) for which you see demo program BCALV_GRID_01. I have created normal ALV report using Fieldcatalog and REUSE_ALV_GRID_DISPLAY FM. In my report, i have several currencies like USD,SGD and JPY. Hi, I have using class CL_GUI_ALV_GRID to create ALV GRID. The partial code is below. First time I am experiencing this kind of problem in ALV grid output out of my 5 years in Exp in ABAP. I m getting the output perfectly. Functions like We will walk through the process of preparing data, creating the ALV container, setting up the field catalog, and displaying the ALV in an SAP custom screen. Code Snippet: This hi, i managed to display an internal table with this function , but now i want to select a line so i can collect more specific info, that i also want to display (also with this function) is there an internal table that will be exported to the calling program with the selected line items where i Hi, I need to create a column that will have an icon ICON_DOCUMENT displayed in the column. g. MESSAGE ' Your Message' TYPE 'S' DISPLAY LIKE 'E'. View products (1) Hi Experts, For optimizing the column width in ALV grid display, declare one variable say x_layout like below: DATA: x_layout TYPE slis_layout_alv. The final output table contains more than 99 fields, so while displaying it picks up 99 fields randomly and the remaining fields are left behind. It mentions which one in the FM's help. * Call ABAP List Viewer (ALV) call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = repid i_callback_user_command = 'HANDLE_USER_COMMAND' it_fieldcat = ifc tables t_outtab The follow program demonstrates how to change the colour of individual rows of an ALV grid. Hi All, I am using the REUSE_ALV_GRID_DISPLAY Function Module to display data in grid and make a column editable using EDIT = 'X' in the fieldcat. So I request all to pass following parameters to save layout. Step 5 : Designing the Custom GUI . Here we have Pass the TOP-OF-EVENT subroutine name and callback program name to I_CALLBACK_TOP_OF_PAGE and I_CALLBACK_PROGRAM parameters of REUSE_ALV_GRID_DISPLAY function module. The inline declaration and new syntax is used. The ALV Grid Control does not allow you to display Hi, I have craeted a report which displays the contents of the database table in ALV. I am using "Factory method" for ALV grid. inspite of this u can follow one SAP Standard program also - BALVBT01 provides an example of displying Another mandatory data is the program name (SY-REPID) is needed to pass to the ALV grid. This set of ALV functions is used to enhance the readability and functionality of any report output. Thanks, Harini SAP Managed Tags: ABAP Development. Reply. Add a column to the internal table to hold the traffic lights value(i. call method grid1-> set_table_for_first_display When you call 'REUSE_ALV_GRID_DISPLAY' make sure you pass it the new status name. 1 for RED, 2 for YELLOW and 3 Can you please help, i am using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY and CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF' I have browsed here and there are several questions on this topic but they do not address the issue of sending the file to the spool. Such output was generated by using the WRITE command to display one line of data on the screen. once colwidth_optimize is set to X u just need to pass x_layout in is_layout in RESUE_ALV_GRID_DISPLAY function. data: lo_itabname type slis_tabname. is_layout = layout. View products (1) Hi, all, Now just pass this internal table into FM REUSE_ALV_GRID_DISPLAY as:-CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_excluding = it_exclude Hope this helps you. CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SY-REPID IS_LAYOUT = WA_LAYOUT SAP Managed Tags: ABAP Development. 2. TO display alv u need to have data in internal table fetch the data in to internal table this is as follows: TYPE-POOLS: SLIS. The sample ABAP code used to display data in SAP SAPLANE table using ALV grid by function calls In ALV report we have to declare the function module “REUSE_ALV_GRID_DISPLAY” in which we just need to pass the final output table, field catalog table, event table (at the time of interactive report), layout REUSE_ALV_GRID_DISPLAY. It will help you to display two ALV,s in a single screen. Data selection. We have to display the data by using “REUSE_ALV_GRID_DISPLAY” function module and we have to pass the material data internal table and field catalog internal table and also structure. An interesting property about CL_SALV_TABLE is that even though you order or filter the grid the internal table 'it_material' reorganizes itself, so the 'double_click' event will Creating ALV is probably the most recurring phenomenon in ABAP world. Once you become familiar with the concept of alv in sap abap then you can also practice different way to display alv like display alv in custom container and even display alv in tabstrip and so on. I do not want a solution by using classes. Get your ALV up and running in no time using this collection of shorts snippets coveri Hi, I would suggest you to use the FM REUSE_ALV_HIERSEQ_LIST_DISPLAY because if you go for the normal grid the printout won't look good because of too many fields in one row. To create your own buttons just create a GUI Step 4 : Create ALV Grid Display . then one alv grid (we cannot show more than. Here, we will create an internal table to hold the data that will be displayed in the ALV grid. In form for the parameter i_callback_user_command i have a structure of type slis_selfield. when i press that button and enter the details for new record , that record gets saved in database table but its not displaying in the ALV. Hello Experts, I am using REUSE_ALV_GRID_DISPLAY to display my data. for optimizing column width. Can anyone give me some FU REUSE_ALV_GRID_DISPLAY I_CALLBACK_PF_STATUS_SET _____ Text Set EXIT routine to status Description Passing an EXIT routine indicates to the ALV that the caller wants to set a self-defined user status. here, I am using SLIS_T_FIELDCAT_ALV to create field catalog. is_variant = variant 0 = simple list REUSE_ALV_LIST_DISPLAY. SAP ABAP 4 Tutorial: Two ALV Grids in Single Screen using OOPs. Using SE80 you can copy a GUI status from one program to another. REUSE_ALV_COMMENTARY_WRITE List body comment block output. In the custom GUI, add a "Download" button. We also need to declare the ALV and container objects that will manage the display. It is only possible with an ALV LIST making use of FM REUSE_ALV_BLOCK_LIST_INIT, Hi everyone, I have an alv grid report. TYPES: BEGIN OF t_ekko, ebeln TYPE ekpo-ebeln, ebelp TYPE ekpo-ebelp, Hai Friends, I want to color the row in my ALV grid. otherwise. The ALV Grid Control (ALV = A S L P V istiewer) is a flexible tool for displaying lists. CLASS DEFINITION. Depending on the value in the Column some other column value should change. Regards, Ravi. ZPROGRAM_TWO: This program would fetch all the data and do all the processing. Following is the sample code for it: REPORT ZROUGH. perform present_grid. Is there any field any fieldcatalog which I can set so that data will be displayed as Create a event form for user_command either in the Grid Function module or using event catalog( Check for the events). Explain me the process for this. Hi Learn how to use cl_gui_alv_grid class to display data on an ALV grid control in a custom container on a dynpro screen. If you want the spool output along with ALV Grid output, then build the logic in this program to display ALV Grid. DATA: ALV Grid display looks quite different from List display. The first tool for data output in tabular format was ABAP List (see figure below). Here is a report which displays the material details with plant, storage location and description. With Object With REUSE_ALV_GRID_DISPLAY becoming a ‘thing in a past’, we now use either CL_SALV_TABLE or CL_GUI_ALV_GRID. Create the ALV Display Module. The ALV grid displays in a full screen window by default, but if you set optional I_POPUP importing parameter as 'X' then the ALV will be displayed in a pop-up window: REPORT z_very_simple_alv_popup. Hi, I am newbie to ABAP and I am trying to figure out ways to display an ALV grid along with the parameter field into which the user enters his/ her values in the same screen. CALL FUNCTION 'REUSE_ALV_GRID Introduction: I got the requirement from the Client to display three ALV's in a Report. data: xs_event type slis_alv_event. The 'display' form is going to show the data in the ALV where we define several settings that are documented in the code itself. I have used BAPI . I have worked with ALV before, but currently I'm facing the problem of adding a new field to the ALV but it was not display on the screen. on the application toolbar of that alv display, i've given a button to insert new record in that database table by calling a screen to enter new record. . the example is BCALV_GRID_02. Modify i_display FROM wa_display. Display the ALV Grid Using REUSE_ALV_GRID_DISPLAY – Use the field catalog and internal table to display the ALV grid. Im new to this forum . View products (1) How can i get the internal table output to ALV grid format. Hi, I am facing a problem regarding total and sub-total in the REUSE_ALV_GRID_DISPLAY Function module. but i cant see where i can get all rows (or better: all the indexes to The g_sort is attached to the REUSE_ALV_GRID_DISPLAY as follows; CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING. All seems to be fine at this moment. But she also If you are using "REUSE_ALV_GRID_DISPLAY" and not passing "I_CALLBACK_PROGRAM = SY-REPID", You will not be able to save layout. View products (1) when using the function module "REUSE_ALV_GRID_DISPLAY", you have a exporting parameter called "I_CALLBACK_USER_COMMAND". wa_display is the workarea of the internal table passed in the ALV. Now, when i clik on this icon it should check for the existance of any links existing for a material , if so, then display those links . CALL FUNCTION 'Z_VERY_SIMPLE_ALV' The object model for the SAP List Viewer (ALV) is an object-oriented encapsulation of SAP’s much older ALV tool. Parameters : same as reuse_alv_list_display. This is the name of a form in your report to handle all the buttons clicked. Predefine a local class for event handling to allow the. DATA gt_tab TYPE STANDARD TABLE OF sflights. Use below steps to disable icons in ABAP ALV toolbar. i_parent = alv_container. First we need to build a field catalog before displaying any output in the ALV. **-----"-* ** Program Name : ZRPT_ALV_HIER_DISP An ALV report is created using the standard function modules provided by SAP. REPORT ZTEST_SAPLANE. Once the internal table is defined, we need to set up the Solved: hello there , i want to display icon in alv grid (on each cell of a particular column) using reuse_alv_grid_display method . Add a Download Button . set x_layout-colwidth_optimize = 'X'. When I activate the program I am getting the warning like ' when you pass SY SAP Managed Tags: ABAP Development. WRITE BUDAT-HIGH DD/MM/YYYY TO DATE2. Can some one send a sample code to create a simple alv using oops. December 13, 2012 v ALV 5. I understand that you wonder why the same reference to DDIC field CAUFV-AUFNR in IW33 and in your custom program (whatever it's ALV or just PARAMETERS aufnr TYPE caufv-aufnr) opens a different F4 help: for IW33, it's the collective help ORDE, and in your custom program it's the collective Display Traffic Lights in SAP ALV. else. View products (1) HI Experts. 3 = hierarchical-sequential block list REUSE_ALV_BLOCK_LIST_HS_APPEND. Regards, Tarun. "display alv. This allows you to use the ALV Grid Control in a large range of application programs. As a result, the default status of the ALV is not set. In this way we can generate an ALV grid report which is basically more user friendly to produce large volume of data. DISPLAY Method: For displaying the popup we need to need to pass the coordinates. I can call method 'SET_TABLE_FOR_FIRST_DISPLAY' and set parameter IT_TOOLBAR_EXCLUDING to remove standard toolbar from ALV GRID. Here I am writing a blog which I tried to implement it in my Local System. When we create ALV with the class CL_GUI_ALV_GRID we usually create a custom container 4. Today class CL_SALV_TABLE remains widely used for displaying simple, two-dimensional ALV grids. I have checked the fieldcatalog table and internal table right before the call of GRID-> SET_TABLE_FOR_FIRST_DISPLAY. On the Output List section, select Someone knows if these programming lines only Works with structures and tables in the dictionary ABAP, I have tried thousand times to use it with internal tables but it doesnt work. The tool provides common list operations as generic functions and can be enhanced by self-defined options. But these methods somehow doesn't give you easy option to In this sample ABAP program we will work on listing SAP tables contents using ABAP ALV grid using reuse_alv_grid_display function. Ur help will be real The field catalog is a table which contains information on the fields to be displayed on the ALV output. An ALV report can be created using the following steps. SAP Community; Groups; Interest Groups; SAP Managed Tags: ABAP Development. I'm deleting the data in SUBMIT statement and when I come back to the screen I'm getting the deleted record also. It is only possible with an ALV LIST making use of FM REUSE_ALV_BLOCK_LIST_INIT, REUSE_ALV_BLOCK_LIST_APPEND and REUSE_ALV_BLOCK_LIST_DISPLAY. Basically this icon should dispaly the link to material drawings . Now i have to add traffic lights to that alv report. For multiple selection of data in ALV, we need to pass IV_MULTI_SELECT as abap_true else abap_false for single selection. How I've an ALV which is built by REUSE_ALV_GRID_DISPLAY. REUSE_ALV_EVENTS_GET Returns table of possible events for a list type. Automatically through a Data Dictionary structure. In the field catalog for that specific field do you have do_sum = 'X'. A new function from ABAP4. Events like • ONF4 • ONF1 • DATA_CHANGED • USER_COMMAND • TOOLBAR • HOTSPOT_CLICK Please help me in this matter and post some valid codes depicting these events. Go to Hi, This report shows you how to add a custom button to your ALV grid control. #ALV #ALVgrid # ALVdisplay My H SAP provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to beautify the output of a report. pls let me know how to do it, best answer rewarded Reagrds, Fareedas. ALV List display needs field catalog of structure slis_fieldcat_alv. I donot see the buttin I created not even basic BACK and SAvE are working. The output is of ALV List display. "select statement. REUSE_ALV_GRID_DISPLAY. I am passing the fieldcatalogue automatically. Among the left behind fields 2 fields are SAP Managed Tags: ABAP Development. When we create ALV with the class CL_GUI_ALV_GRID we usually create a custom container without really understanding its use. We have the following three ways to build a field catalog. CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = sy-repid IT_FIELDCAT = IT_FIELDCAT TABLES t_outtab = it_data EXCEPTIONS * Move the fieldsymbol data to standar internal table as REUSE_ALV_GRID_DISPLAY FM only allows standard field symbol type as OUTPUT SAP ABAP 3; SAP BAS 1; SAP BTP 2; SAP BTP Integration Suite 1; SAP Build 1; SAP Build Apps 1; SAP Build CodeJam 1; SAP Build work zone 1; SAP Build Work Zone Page Design 1; SAP Hi, I need ur urgent help on how to trigger and handle the events associated with the class CL_GUI_ALV_GRID_DISPLAY . duuep oae tqh wpnd vxbpgyk nxvkqb jzkx kkzuk xmpbf nrgk