• 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

Search

Total: 8 results found.

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - <span class="highlight">Hotspot</span> - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
Hotspot fields are very widely used in ALV, such fields have the behaviour and style of hyperlinks, which means they are triggering the single-click event of ALV called HOTSPOT_CLICK. It is commonly used ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  type lvc_spgrp Group key hotspot type lvc_hotspt ALV control: SingleClick-sensitive ...
Created on 24 June 2019
3. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...        importing         value(iv_value) type domname .     methods set_sp_group       importing         value(iv_value) type lvc_spgrp .     methods set_hotspot       importing         value(iv_value) type lvc_hotspt . ...
Created on 10 January 2016
4. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  SET_CELL_BUTTON SET_CELL_HOTSPOT SET_ROW_COLOR SET_CELL_COLOR MASS_REPLACE EVT_BUTTON_CLICK_FALV EVT_USER_COMMAND EVT_HOTSPOT_CLICK EVT_DATA_CHANGED EVT_DATA_CHANGED_FINISHED ...
Created on 09 January 2016
5. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
... methods. In following example, cell settings are set at hotspot click. "! This is demo for FALV with cell settings "! done by Lukasz Pegiel for http://abapblog.com report zdemo_falv09. types: begin of t_sflight. ...
Created on 06 January 2016
6. ZDEMO_FALV07 - Columns (field catalog) settings
(FALV (Fast ALV Grid))
...    falv->column( 'SEATSMAX' )->set_hotspot( abap_true ).   falv->column( 'SEATSMAX' )->set_color( 'C700' ).   falv->column( 'PLANETYPE' )->set_color( 'C300' ).   falv->column( 'PLANETYPE' )->set_no_merging( abap_true ). ...
Created on 06 January 2016
7. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
... how to use FALV when you want to use event handlers by your own.  "All" events are handled so you just need to redefine proper method starting from evt_*   "! This is demo for FALV with redefinition of hotspot event handler ...
Created on 05 January 2016
8. How to teach ABAP ???
(Thoughts)
... Then maybe use zebra in layout. Then to make some conditions and use cell styling also. Then go to events handling and use some hotspots, data_changed event and so on, step by step. At the end they should ...
Created on 24 November 2015


Łukasz Pęgiel
Selection-Screen Function Key in Form FALV PSEUDO COMMENTS ALV Grid in the nutshell Field catalog - qfieldname ALV GRID SET SELECTED ROWS IXML OSTREAM SELECT FILL MDLB FROM EBAN RSBCS EXAMPLE EMAIL SIMPLE REUSE ALV GRID DISPLAY GUI Field catalog - reprep - ALV control Value is selection criterion for rep rep intf ALV GRID IN THE NUTSHELL MD07 SCMS BINARY XSTRING CELLS FIORI not allowed RECEIVE RESULTS FROM FUNCTION ABAP HTML SAP CONVERT CSV FORMAT IDENTITY GUI STATUS FIELDCATALOG Downloading Exchange Rates from NBP National Bank of Poland ZDEMO FALV11 - Editable Grid settings Classifications - Part 4 - example of use ABAP STRUCTDESCR SAVE LOAD COMPLEX BOM LOOP ADT GOS SERVICE TOOLS LVC TRANSFER SLIS F4 Help for external date OPR PROVIDE MTK FCAT PARAMETERS Field catalog - seltext Basic Information USER OBJECTS TOTEXP Reset rejection of Purchase Requisition APPEND SETTINGS Field catalog - datatype cookies RELATION CREATE COMMIT OLE2 OBJECT RELEASABLE RSFUNC TXT Create a nice looking chart with CL CHART ENGINE - Part 1 - Chart Designer Field catalog - lzero FALV Fast ALV Grid CMD API EXTRACT ENGINE - Part 2 - Customization Save message with attachment in Outlook's Drafts
  • 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.