• 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. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
... to prepare 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 ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... toolbar button “Call Up Report” once you select a line or cell in the grid. Figure 105 Calling up RRI   Once used, the second program (ZDEMO_AIN_CL41R) is called without selection-screen ...
Created on 13 April 2020
3. 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
4. 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
5. 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
6. 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 ...
Created on 24 June 2019
7. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...      data(selections) = salv->get_selections( ).     selections->set_selection_mode(   if_salv_c_selection_mode=>cell  ). "Single row selection ...
Created on 09 October 2016
8. 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
9. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... opy->set_editable( ).   falv_redef_copy->layout->set_stylefname( 'STYLE' ).   falv_redef_copy->set_cell_disabled(     exporting       iv_ ...
Created on 06 January 2016
10. ZDEMO_FALV12 - Error log
(FALV (Fast ALV Grid))
... ALV when you 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 appea ...
Created on 06 January 2016
11. ZDEMO_FALV11 - Editable Grid settings
(FALV (Fast ALV Grid))
... 3 ways to make 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
12. ZDEMO_FALV10 - Color Settings
(FALV (Fast ALV Grid))
... shows how to 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 ...
Created on 06 January 2016
13. ZDEMO_FALV09 - Cell 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 ...
Created on 06 January 2016
14. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
...  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
15. How to teach ABAP ???
(Thoughts)
... 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 look at their work and be proud of ...
Created on 24 November 2015
16. Mass replace popup for ALV grid
(Tips)
...                      "do not change that cell as it's not editable. ...
Created on 27 April 2014
17. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...              output = fs_assign-stlst.         "collect data it's the last cell so we append row to table ...
Created on 18 April 2014
18. Refresh ALV GRID and keep position and current cell
(Tricks)
... 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 - gets current scroll information get_current_cell         ...
Created on 22 April 2013
Łukasz Pęgiel
SUM LVC FCAT COL CTMS DDB SET VALUE INTERNAL RELEASABLE GUI ALV GRID ITM PROVIDE BINARY RELATION CREATE COMMIT OPR ALLOCATION GTREAD LINKS BINRELS ALV GRID IN THE NUTSHELL READ USER OBJECTS JUST ALV Grid in the nutshell Field catalog - no zero GET CURRENT CELL BAPI OUTB DELIVERY CREATENOREF FIELDCATALOG ZDEMO FALV12 - Error log SALV TABLE GOS - Link Business Documents from PR to PO FRONTEND JSON2ABAPtype sum How to copy BOM using CEWB Function Modules FALV MEREQ FACTORY TechEd FALV01 - Standard full screen FALV ABAP Extensions - Automatic Logon COMPONENTS UPDATE PREPARE EXTEND PROGRAM RUNTIME CMD API Field catalog - reprep - ALV control Value is selection criterion for rep rep intf ALINK CONNECTION Field catalog - ifieldname COM DELETE HTML VIEWER ALV GRID REFRESH DISPLAY Field catalog - key GROUP GAME GTDELETE ABAP FAVORITES GOS MANAGER APPEND SETTINGS SEARCH ECLIPSE LOAD COMPLEX TSK MESSAGE HANDLER SELECT Field catalog - do How to teach ABAP FIELDNAME HEADER HANDLE SERVICE TOOLS GTMOVE
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe 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

  • 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
  • ALV Grid in the nutshell: Field catalog - rollname

Most Read

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