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

Search for:
Search Only:

1. <span class="highlight">How</span> to handle CL_GUI_<span class="highlight">ALV</span>_GRID events in SALV
(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. ZDEMO_F<span class="highlight">ALV</span>04 - Full Screen <span class="highlight">with</span> fully dynamic GUI Status
(FALV (Fast ALV Grid))
... disabled you need to enable them with show method of dynamic gui status.   "! This is demo for FALV full screen with fully dynamic GUI STATUS "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
3. ZDEMO_F<span class="highlight">ALV</span>02 - Full screen <span class="highlight">with</span> redefinitions
(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.    Second demo program shows ...
Created on 05 January 2016
4. <span class="highlight">ALV</span> Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... deep dive into topic, to understand how we can use this interface and for which purpose.   Seems that, using this interface, you can call from ALV grid an BW Query, SAP Query, ABAP Report Program or ...
Created on 13 April 2020
5. <span class="highlight">ALV</span> Grid in the nutshell: Field catalog - edit_mask
(ALV Grid in the nutshell)
... for example mask ‘V__,__’ for number -1234 will be shown as ‘-12,34’.   Any other characters will remain unchanged, means you can also build some extraordinary outputs, for example mask ‘Flight ...
Created on 28 June 2019
6. <span class="highlight">ALV</span> Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... needs a custom container as a parent in order to work. It is used to divide the screen area into several containers. To simplify, you decide how many rows and columns the splitter will have. So it’s like ...
Created on 24 June 2019
7. <span class="highlight">ALV</span> Grid in the nutshell
(ALV Grid in the nutshell)
... the ERP systems using the good old ALV Grid, I’ve decided to finally do it. Personally I don’t see how expert users could easily switch to Fiori or UI5 apps, especially that I haven’t seen so far an editable ...
Created on 24 June 2019
8. ZCL_F<span class="highlight">ALV</span> - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  If you pass 'X' here then grid will be displayed in split container with two rows, bottom row will be used to show error log if error will appear I_POPUP If you want FALV to show ...
Created on 09 January 2016
9. ZDEMO_F<span class="highlight">ALV</span>14 - Popup calls
(FALV (Fast ALV Grid))
... popup. When you mark FALV as popup version then you can use default size or you can customize size. This demo shows how. "! This is demo for FALV standard fast call of pppup "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
10. ZDEMO_F<span class="highlight">ALV</span>12 - 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
11. ZDEMO_F<span class="highlight">ALV</span>11 - 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
12. ZDEMO_F<span class="highlight">ALV</span>10 - Color 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.    This example shows how to ...
Created on 06 January 2016
13. ZDEMO_F<span class="highlight">ALV</span>08 - Mass replace function
(FALV (Fast ALV Grid))
...    falv->layout->set_edit( abap_true ).   falv->set_editable( iv_modify = abap_true ).   "show default grid toolbar   falv->layout->set_no_toolbar( abap_false ).   "Add mass replace function to grid toolbar (can be also added to GUI STATUS as well ) ...
Created on 06 January 2016
14. ZDEMO_F<span class="highlight">ALV</span>07 - Columns (field catalog) settings
(FALV (Fast ALV Grid))
... can set all fieldcatalog settings. We can do it in two ways which shows this demo program. "! This is demo for FALV full screen with fieldcatalog update "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
15. ZDEMO_F<span class="highlight">ALV</span>05 - Adding/Removing/Disabling grid toolbar
(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.    This demos shows how to ...
Created on 06 January 2016
16. ZDEMO_F<span class="highlight">ALV</span>01 - Standard full screen FALV
(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.    First demo shows how fast ...
Created on 05 January 2016
17. <span class="highlight">How</span> to teach ABAP ???
(Thoughts)
This question seems to be funny as usually you rather read "How can I learn ABAP?". But how to teach? Should we follow any rules ? Should we keep to some path of teaching, special sequences or ...
Created on 24 November 2015
18. Mass replace popup for <span class="highlight">ALV</span> grid
(Tips)
... of "variable". The way to omit it is to call this selection-screen in new task. This will force SAP to regenerate selection-screen each time. Bellow I'll explain how to create such FM or ...
Created on 27 April 2014
19. Battleships game (two players)
(How to...)
I was playing a bit with CL_GUI_TIMER some time ago and I thought that this would be good to use it somewhere to have idea how it works. So I've created then a small game Battleships, which you for ...
Created on 10 January 2015
20. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
This topic was raised many times, I always found it's not possible to (or at least to hard to try) to update components allocation for routing operations. Fortunately I had to do it somehow and I manage ...
Created on 18 April 2014
21. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...  *          wk1_n_format              = SPACE *          wk1_n_size                = SPACE *          wk1_t_format              = SPACE *          wk1_t_size                = SPACE *          show_transfer_status      = 'X' ...
Created on 28 March 2014
22. Enhanced MB51 Part 1 - Goal and prerequisites
(Tricks)
... In the next parts I will describe how exactly I've done this but to be able to use MB51 optimized I recommend firstly to apply following OSS Notes: 1516684 MKPF fields added to MSEG - Performance optimization ...
Created on 24 March 2014
23. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
Welcome back :-)  Some time ago I presented how I get data from classifications to reference data variable ( or table). If you feel comfortable with my method then we can go further. I had a task to ...
Created on 31 August 2013
24. Scan program for authority-check
(How to...)
... and will collect the parameters of the call of AUTHORITY-CHECK. But one thing you have to have in mind, if developer used separate FM or class to check authorization then this report will not show any ...
Created on 13 July 2013
25. Create XLSX/MHTML file from internal table in background
(Tricks)
... MHTML excel (like in ALV->Export to Spreadsheet). In newest version we're able save the file directly to XLSX also. In a method shown bellow you can see that to create Excel file you need to only pass internal ...
Created on 12 May 2013
26. Free global data of a program at once
(Tricks)
... create a report which just show some figures and you don't need anymore all the internal tables or objects that you used to prepare output table. So to free memory then just before calling ALV I was ...
Created on 10 April 2013


Łukasz Pęgiel
ALV GRID ESDUS SAP Community Events GET SELECTED ROWS ALV GRID IN THE NUTSHELL OUTPUTLEN FIELDCATALOG CSRF Token ABAP ELEMDESCR Classifications - Part 2 - Get Object Details MESSAGE HANDLER GUI ALV GRID CUSTOM CONTAINER FRONTEND SERVICES GTENVIRONMENT VARIABLE Create XLSX MHTML file from internal table in background SET TABLE FOR FIRST DISPLAY RM07DOCS SAVE DARK THEME FALV APPEND USER SETTINGS ABAP in Eclipse - Install RECEIVE RESULTS FROM FUNCTION BOM PROVIDE MBM COM DELETE SAP DEVELOPMENT TOOLS FOR ECLIPSE and Enhance Your ADT BAPI EXCHANGERATE CREATE SCMS XSTRING BINARY MB51 ENHANCEMENT LVC FCAT CTMS DDB HAS VALUES INTERNAL SELECTION-SCREEN FUNCTION KEY ALV Grid in the nutshell not allowed ADT SAPGUI PROGRESS INDICATOR Field catalog - col id - ALV control Column ID ABAP EXTENSIONS GUI HTML EDITOR AiE ALINK CONNECTION GTINSERT KEY SEL OUTLOOK APPLICATION COMPONENTS UPDATE PREPARE Enhanced MB51 Part 4 - Call MB51 SEARCH ZIP a file using ABAP CLASS READ RESET REL ALLOWED MDC7 Field catalog - reprep - ALV control Value is selection criterion for rep rep intf RSBCS EXAMPLE EMAIL
  • 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
  • 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.