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

Search for:
Search Only:

1. ZDEMO_FALV04 - Full Screen with fully dynamic <span class="highlight">GUI</span> <span class="highlight">Status</span>
(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.    Demo for fully dynamic GUI ...
Created on 06 January 2016
2. ZDEMO_FALV03 - Full Screen with <span class="highlight">GUI</span> <span class="highlight">Status</span> Partly Dynamic
(FALV (Fast ALV Grid))
... to GUI status (in case of full screen display). Screen contains default grid buttons + 19 empty slots for custom buttons.   "! This is demo for FALV full screen with partly dynamic GUI STATUS "! done by Lukasz Pegiel for http://abapblog.com ...
Created on 06 January 2016
3. Dynamic <span class="highlight">GUI</span> <span class="highlight">STATUS</span> & TITLE with ABAP code
(Tricks)
When you're used to create buttons in ALV Grid dynamically then you think why SAP doesn't allow create dynamically buttons on GUI STATUS. You can change icon or text if you defined that function ...
Created on 11 July 2015
4. ZCL_FALV_DYNAMIC_<span class="highlight">STATUS</span> - for full screen or popup
(FALV (Fast ALV Grid))
... about Dynamic GUI Status & Tittle but was included directly into FALV and updated to keep the logic of it. in ZDEMO_FALV03 and ZDEMO_FALV04 you can find example of usage of fully and partly dynamic GUI. ...
Created on 10 January 2016
5. Create a nice looking chart with CL_<span class="highlight">GUI</span>_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... table. In the method provided bellow I firstly create custom container object (cl_gui_custom_container) to place the chart in it, then I create chart engine (cl_gui_chart_engine), then using if_xml I ...
Created on 06 May 2013
6. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... can be used: Custom container Splitter container Docking container Dialogbox container   1. Custom container Custom container can be created with a class CL_GUI_CUSTOM_CONTAINER, ...
Created on 24 June 2019
7. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... is manipulating the output of the selection screen and also the GUI status.  After some debugging I found interesting global variables there: CURRENT_SCREEN and CURRENT_SCR.  CURRENT_SCREEN contained ...
Created on 21 November 2018
8. ATC Pseudo Comments list
(Tips)
... T100 message MG_MIS_ATT   CL_CI_TEST_EXTENDED_CHECK 700 W GUI status not defined STAT_UNDEF   CL_CI_TEST_EXTENDED_CHECK 701 W TITLE ...
Created on 26 September 2018
9. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... here, especially that the screen and GUI status is included into Git repository. Also whole refactoring is not yet done but as an alpha version it doesn't look that bad :-)   report zjson2abaptype. ...
Created on 20 August 2018
10. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  FCAT SORT FILTER LVC_LAYOUT LAYOUT GUI_STATUS SCREEN OUTTAB TITLE_V1 TITLE_V2 TITLE_V3 TITLE_V4 TITLE_V5 TOOLBAR_ADDED TOOLBAR_DELETED TOOLBAR_DISABLED COLUMNS ...
Created on 09 January 2016
11. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    falv_stand->gui_status->add_button(     exporting       iv_button              = falv_stand->gui_status->b_15       iv_text                = 'F15'       iv_icon                = icon_refresh ...
Created on 06 January 2016
12. ZDEMO_FALV08 - 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
13. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...                                changing ct_table = sflight    ) .   "Add title variable   falv->title_v1 = 'ZDEMO_FALV05'.   "Set Gui status to fully dynamic (no standard buttons of ALV Grid) ...
Created on 06 January 2016
14. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... cl_gui_alv_grid class so then whenever users decided that they need one of the field to be editable then I can do it in few seconds/minutes.   But there is a way to make SALV editable! Yes, ...
Created on 04 January 2016
15. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... but, many doesn't mean everything. Especially that I really like CL_GUI_ALV_GRID class and this that without any tricks I can make it editable in easy way.    My class in not yet finished but it has ...
Created on 28 December 2015
16. 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
17. Popup with multi-select ALV
(How to...)
...  data: go_popup_custom_cont      type ref to cl_gui_custom_container. data: go_popup_grid             type ref to cl_gui_alv_grid. data: gs_popup_layout           type lvc_s_layo. data: gs_popup_variant          type disvariant. ...
Created on 29 April 2014
18. Mass replace popup for ALV grid
(Tips)
... in fact Function Group which will allow you to call mass replace function from any program using cl_gui_alv_gird.  Result of the work will be like that:   1) You'll have to create or use existing ...
Created on 27 April 2014
19. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...    cl_gui_frontend_services=>file_open_dialog(   exporting *      window_title            = window_title     default_extension       = 'XLS' *      default_filename        = default_filename ...
Created on 18 April 2014
20. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... ME52N/ME53N/ME54N: Defualt document to open and it's display mode MEPO SAPLMEGUI/0000      Tree-On   ME22N/ME23N: Document overview X = display , empty = hidden MEPO SAPLMEGUI/0000      Tree-Width ...
Created on 14 April 2014
21. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...    mblnr type mkpf-mblnr,   mjahr type mkpf-mjahr,   bktxt type mkpf-bktxt,   xabln type mkpf-xabln,   bldat type mkpf-bldat, end of t_mkpf. data: go_grid type ref to cl_gui_alv_grid.  ...
Created on 28 March 2014
22. Creating editor for dynamic code (SE38 like)
(How to...)
... need, so today I will explain briefly how to do this. I will use FM 'EDITOR_TABLE_WITH_STATUS' to display an editor which you know from SE38/SE80 , 'SAPGUI_SET_FUNCTIONCODE' for setting ...
Created on 17 April 2013


Łukasz Pęgiel
GUI ALV GRID PURCHASE REQUISITION ALV GRID IN THE NUTSHELL REUSE DISPLAY EXTENSION ALV Grid in the nutshell Basic Information ABAP ZIP SLIN Create fieldcatalog from internal table FALV REQ FACTORY CALL TRANSFORMATION MESSAGE HANDLER CLAF OBJECTS CLASS SBCS SEND ROWMARK SAPGUI PROGRESS INDICATOR Field catalog - no sum VARIANT CONTENTS ABAP FAVORITES FRONTEND SERVICES GTFILE EXIST BINARY RELATION CREATE ALV GRID BCS CONVERT RESET REJ ALLOWED Custom selection-screen fields for MD07 MS07 ALINK CONNECTION GTUPDATE TYPEDESCR Create XLSX MHTML file from internal table in background SYMBOL Use COMPONENTS MAINTAIN APPEND USER TVCPLAP ECLIPSE KEY PERIOD AND DATE INPUT QM ATTACHMENTS TVCPLAK RECEIVE RESULTS FROM FUNCTION SYNTAX-CHECK ADT ATC Pseudo Comments list FILENAME LVC FCAT SIGN PROGRAM INDEX SALV AGGREGATIONS Field catalog - dfieldname Fieldname for column group UI2 JSON ZDEMO VIDEO FIELDCATALOG DELETE MTK Download Field catalog - cfieldname LOAD COMPLEX BOM COM GET SELECTED
  • 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.