• 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: 18 results found.

Search for:
Search Only:

1. ZDEMO_FALV09 - <span class="highlight">Cell</span> settings
(FALV (Fast ALV Grid))
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.    Cell settings are possible ...
Created on 06 January 2016
2. Refresh ALV GRID and keep position and current <span class="highlight">cell</span>
(Tricks)
... than oryginal one. I must have had mind eclipse at the time :-) . Excuse me for that. So to keep scroll position and current cell we will need to use  following methods of CL_GUI_ALV_GRID: get_scroll_info_via_id ...
Created on 22 April 2013
3. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... implementation of the method. In my example I simply read the clicked cell content and I display a message on the screen. The index of row of clicked cell you’ll find in structure E_ROW_ID in the field ...
Created on 27 April 2020
4. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard toolbar button “Call Up Report” once you select a line or cell in ...
Created on 13 April 2020
5. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
The main functionality of the ROLLNAME is to provide a data element that will be responsible for showing F1 help on the grid cell. If in data element the documentation is available, then it will be shown. ...
Created on 12 September 2019
6. ALV Grid in the nutshell: Field catalog - cfieldname
(ALV Grid in the nutshell)
... should place its name here. The output of the cell will be then based on a currency key kept in the same row of the internal table, in the corresponding field.  In the sample program ZDEMO_AIN_CL09 ...
Created on 24 June 2019
7. ALV Grid in the nutshell: Field catalog - icon
(ALV Grid in the nutshell)
If you want to display an icon inside the cell, then you need to setup a value of this field to ‘X’ and additionally you need to put an icon from type-pool ICON into the corresponding field of your internal ...
Created on 24 June 2019
8. ALV Grid in the nutshell: Field catalog - checkbox
(ALV Grid in the nutshell)
... or any other CHAR(1) type. If you use editable grid then once the checkbox is checked, the cell of the table behind it will be filled with value ‘X’.   Figure 41 ZDEMO_AIN_CL18 Checkbox ...
Created on 24 June 2019
9. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      set handler evh_after_refresh for all instances.     "just to triger handler     salv->refresh( ).     data(selections) = salv->get_selections( ).     selections->set_selection_mode(   if_salv_c_selection_mode=>cell  ). "Single row selection ...
Created on 09 October 2016
10. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  DISPLAY EXCLUDE_FUNCTION COLUMN SOFT_REFRESH SET_MARK_FIELD SET_EDITABLE SET_READONLY ADD_BUTTON DISABLE_BUTTON ENABLE_BUTTON DELETE_BUTTON SET_CELL_DISABLED SET_CELL_ENABLED ...
Created on 09 January 2016
11. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    falv_redef_copy->layout->set_edit( abap_true ).   falv_redef_copy->set_editable( ).   falv_redef_copy->layout->set_stylefname( 'STYLE' ).   falv_redef_copy->set_cell_disabled(     exporting ...
Created on 06 January 2016
12. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
... don't pass a container for a log then a popup with errors appears when you enter wrong data to cell. FALV allows you to use built-in split container which will show errors only when they appear and directly ...
Created on 06 January 2016
13. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
... your grid editable, you can set whole grid editable in layout, some columns in field catalog and some cells in cells style table. This demo shows it all. "! This is demo for FALV with edit settings ...
Created on 06 January 2016
14. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
... set colors for cells, rows and columns using FALV "! This is demo for FALV full screen with color settings "! done by Lukasz Pegiel for http://abapblog.com report zdemo_falv10. types: begin of t_sflight. ...
Created on 06 January 2016
15. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... Full Screen Layout ZDEMO_FALV07 - FALV: Demo Full Screen Columns ZDEMO_FALV08 - FALV: Demo Mass Replace Function ZDEMO_FALV09 - FALV: Demo Cell Settings ZDEMO_FALV10 - FALV: Demo Colors ...
Created on 04 January 2016
16. 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
17. Mass replace popup for ALV grid
(Tips)
...                  if sy-subrc eq 0.                   read table  with key fieldname = -fieldname assigning .                   if sy-subrc eq 0 and -style eq cl_gui_alv_grid=>mc_style_disabled.                     "do not change that cell as it's not editable. ...
Created on 27 April 2014
18. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...              input  = -value           importing             output = fs_assign-stlst.         "collect data it's the last cell so we append row to table         collect fs_plan into gt_plan. ...
Created on 18 April 2014


Łukasz Pęgiel
FALV GUI ALV GRID SAPGUI PROGRESS INDICATOR SET SELECTED ROWS FILENAME BAPI EXCHANGERATE CREATE CMD API ALV Grid in the nutshell Field catalog - convexit ABAP4 CALL TRANSACTION ALV GRID Delete Routing - piece of cake SCMS STRING XSTRING PARAMETERS Field catalog - emphasize PURCHASE REQUISITION FIELDCATALOG SAP TechEd Field catalog - lzero cookies ABAP TYPEDESCR LVC FCAT HEADER HANDLE BINARY RELATION COMMIT ALV GRID IN THE NUTSHELL SALV TABLE IXML PARSER Enhanced MB51 Part 5 - Export from MB51 QUANTITY OSTREAM MEPO DOCUMENT Field catalog - dfieldname Fieldname for column group Extend allowed runtime of a program OUTPUTLEN CTMS DDB VALUE ONLINE TIMER KKEK CONVERT FLOAT CURR LEX CONTROLLER METADATA Field catalog - fieldname Field catalog - quantity FILL MDLB FROM EBAN ZDEMO FALV02 - Full screen with redefinitions LOWER CASE TOTLINE INTERNAL Save message with attachment in Outlook's Drafts CALL TRANSFORMATION Create fieldcatalog from internal table Configure COMPONENTS MAINTAIN Field catalog - no out Field catalog - round TRANSFER SLIS RM07DOCS Field catalog - currency MB51 ENHANCEMENT ESDUS CVAPI DOC GETDETAIL APPEND USER
  • 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)
  • ATC Pseudo Comments list
  • Call standard F4 search help with customized parameters
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create fieldcatalog from internal table
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV

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.