• Home
  • About me
  • FALV
  • ALV Grid in the nutshell
    • Basic Information
    • Field catalog
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • ALV Grid in the nutshell
    • Tips
    • How to...
    • For beginners
    • Thoughts
  • By Topic
    • ALV
    • ALV OO
    • SALV
    • GOS
    • Selection screen
    • Purchase Requisitions
    • Purchase Orders
    • Attachments
    • Others
    • Characteristics
    • Sample Programs
    • ZIP
    • OLE
    • Mails
    • Routings
    • EWB
    • Excel
  • Keywords
  • RSS
  • Download
  • Home

Total: 14 results found.

Search for:
Search Only:

1. How to handle CL_GUI_ALV_GRID events in <span class="highlight">SALV</span>
(Tricks)
If you follow my blog, then you probably noticed that I'm not keen of SALV class, as it's not editable and you cannot handle all events that you can in cl_gui_alv_grid class. With a small trick ...
Created on 09 October 2016
2. ALV Grid in the nutshell: Field catalog - ifieldname
(ALV Grid in the nutshell)
Although the SAP name of this field says: “Field name of internal table field”, then I haven’t found any usage of this field. It’s also not filled by SAP when you use SALV for creating field-catalogs. ...
Created on 24 June 2019
3. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... us. CL_GUI_ALV_GRID class cannot be used to display data without some effort, that’s why many of the beginners starts with the REUSE_ALV_GRID_DISPLAY function module or CL_SALV_TABLE class in their ...
Created on 24 June 2019
4. Create XLSX file from internal table in background v2
(Tricks)
...        field-symbols:  type standard table.       assign lt_data->* to .       try.           cl_salv_table=>factory(           exporting             list_display = abap_false           importing ...
Created on 01 June 2018
5. How to access private or protected data and methods of CL_GUI_ALV_GRID
(Tricks)
...          !io_grid type ref to cl_gui_alv_grid .     methods create_ex_result       returning         value(rv_results) type ref to cl_salv_ex_result_data_table .   protected section.   private section. ...
Created on 26 May 2016
6. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_col_opt importing value(iv_value) type char01 .     methods set_val_data importing value(iv_value) type char01 .     methods set_blob_scope importing value(iv_value) type salv_bs_blob_scope . ...
Created on 10 January 2016
7. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... FALV although SALV classes are provided by SAP? I know SALV classes although I haven't used them often. The main reason was that they don't provide edit mode. So at the end I've always worked with ...
Created on 04 January 2016
8. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
On one of my last tweets I have mentioned, that I'm working currently on some fast ALV Grid creation class. I know that we have SALV classes which does many of this what I'm trying to achieve here ...
Created on 28 December 2015
9. Create fieldcatalog from internal table
(How to...)
Many people still asks how to create field catalog for CL_GUI_ALV_GRID or REUSE_ALV_GRID_DISPLAY on a base of internal table. This is very easy since we have SALV classes, you could see it in my article Create ...
Created on 08 May 2015
10. Popup with multi-select ALV
(How to...)
...  *      ir_salv_adapter               = ir_salv_adapter     changing       it_outtab                     =        it_fieldcatalog               = gt_popup_fcat *        it_sort                       = gt_sort ...
Created on 29 April 2014
11. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  *     IR_SALV_FULLSCREEN_ADAPTER        = IR_SALV_FULLSCREEN_ADAPTER *   IMPORTING *     E_EXIT_CAUSED_BY_CALLER           = E_EXIT_CAUSED_BY_CALLER *     ES_EXIT_CAUSED_BY_USER            = ES_EXIT_CAUSED_BY_USER ...
Created on 18 April 2014
12. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
... as well as SALV. If you copy the code bellow and you'll have problems with excel export, then you'll have ot remove it or install to your SAP abap2xlsx classes which I used in this function.   ...
Created on 28 March 2014
13. Scan program for authority-check
(How to...)
...  data: gt_alv type tt_alv. data: gs_alv type t_alv. data: gt_trdir type standard table of trdir. data: gt_fcat type  slis_t_fieldcat_alv. data: gr_salv type ref to cl_salv_table. data: gr_columns type ref to cl_salv_columns_table. ...
Created on 13 July 2013
14. Create XLSX/MHTML file from internal table in background
(Tricks)
... was passed. If not then I create it on a base of internal table with usage of cl_salv_table  and cl_salv_controller_metadata=>get_lvc_fieldcatalog. After I finally have the fieldcatalog I create result ...
Created on 12 May 2013


Łukasz Pęgiel
ABAP Extensions - Automatic Logon F4IF GET SHLP DESCR ALV GRID GUI ALV GRID DARKEST DARK THEME PERIOD AND DATE CONVERT OUTPUT REJECTION ALLOWED ALV GRID IN THE NUTSHELL ABAP ELEMDESCR OUTPUTLEN SAVE DELETE USER SETTINGS FRONTEND SERVICES GTENVIRONMENT VARIABLE HEADER HANDLE EXPORT TO MEMORY ID LVC FCAT BAPI OBJCL GETDETAIL IXML DOCUMENT LEARN ABAP TechEd SALV UTIL GOS SERVICE TOOLS GTMOVE LINKED OBJECTS READ FIELDCATALOG PROGRAM INDEX The SIN of progress indicator BCS MESSAGE TOTLINE Unlock yourself on the DEV system FALV PURCHASE REQUISITION Selection-Screen Function Key in Form APPEND SAP Community Events ESDUS CALL TRANSFORMATION ZCL SET READY FOR INPUT Load variant to single subscreen selection screen HOW TO START WITH ALV CURRENT CELL ESRUO COMMIT WORK SLICENSE ALV Grid in the nutshell LOAD COMPLEX BOM Field catalog - no convext HTML VIEWER PROGRESS INDICATOR MB51 ENHANCEMENT ABAP TEST COCKPIT MM- GTGET MANAGER RSBCS EXAMPLE EMAIL Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy
Tweets by abapblog

Eclipse Plugins for ABAP

ABAP Favorites

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP ADT Extensions

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

ABAP Quick Fixes

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

 

Latest Articles

  • ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
  • ALV Grid in the nutshell: Field catalog - col_id - ALV control: Column ID
  • ALV Grid in the nutshell: Field catalog - dfieldname – Fieldname for column group
  • ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
  • ALV Grid in the nutshell: Field catalog - sp_group - Group key
  • ALV Grid in the nutshell: Field catalog - domname - Domain name
  • ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
  • ALV Grid in the nutshell: Field catalog - reptext – Heading
  • ALV Grid in the nutshell: Field catalog - lowercase - Lowercase letters allowed/not allowed
  • ALV Grid in the nutshell: Field catalog - intlen - Internal Length in Bytes
  • Downloading Exchange Rates from NBP (National Bank of Poland)
  • Downloading Exchange Rates from Central Bank of Turkey
  • ABAP Extensions - Automatic Logon
  • ALV Grid in the nutshell: Field catalog - inttype - ABAP data type (C,D,N,...)
  • ALV Grid in the nutshell: Field catalog - datatype

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Create XLSX file from internal table in background v2
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Subtotal lines of ALV GRID OO as content separator
  • Popup with multi-select ALV

Latest Comments

ABAP code and articles provided on http://abapblog.com, if it is not statet otherwise, were created by Łukasz Pęgiel. You can use the code in your SAP instance for commercial and non-commercial use without any warranty from side of the author. You cannot sell the code as a full program or a part of it.
Replicating of the articles and code is prohibited unless the agreement of the author is given to you. 

Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.