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

Search for:
Search Only:

1. Dynamic <span class="highlight">GUI</span> STATUS & <span class="highlight">TITLE</span> 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
2. ZDEMO_FALV04 - Full Screen with fully dynamic <span class="highlight">GUI</span> Status
(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
3. ZDEMO_FALV03 - Full Screen with <span class="highlight">GUI</span> Status 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
4. 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
5. Create a nice looking chart with CL_<span class="highlight">GUI</span>_CHART_ENGINE - Part 2 - Customization
(How to...)
In part one for this tutorial I quickly shown you how to create a chart customizing using Chart Designer, in this part I will show how I store and use such customizing. For the beginning I'll tell ...
Created on 04 May 2013
6. Create a nice looking chart with CL_<span class="highlight">GUI</span>_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... then it's no longer a problem as we can use CL_GUI_CHART_ENGINE together with chart designer provided by SAP. Chart designer is a tool which allows you to create a customizing for your chart and save ...
Created on 03 May 2013
7. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
Field catalog is one of most important tables that is used in ALV Grid. In most cases you’ll create it manually or at least after automatic creation, you’ll update its content, as most of the columns settings ...
Created on 24 June 2019
8. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... it will help you in your daily job.  From all available grids as the one to describe I’ve selected CL_GUI_ALV_GRID, which was, or maybe still is, called by many persons ALV OO. I’m doing this of ...
Created on 24 June 2019
9. 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
10. 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
11. 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
12. ZCL_FALV_DYNAMIC_STATUS - 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
13. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_graphics importing value(iv_value) type guid_32 .     methods set_smalltitle importing value(iv_value) type lvc_titsz .     methods set_no_hgridln importing value(iv_value) type lvc_hgrid . ...
Created on 10 January 2016
14. 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
15. 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
16. 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
17. 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
18. 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
19. 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
20. 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
21. 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
22. 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
23. 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
24. Create XLSX/MHTML file from internal table in background
(Tricks)
...          gui_type      = if_salv_bs_xml=>c_gui_type_gui       importing         xml           = e_xstring.   endif. endmethod. Example of use: report  zab_mhtml_xls. *This is the code from http://abapblog.com. ...
Created on 12 May 2013
25. 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
26. Download CV01N/2N/3N documents to PC
(How to...)
...              endif.             if i_zip_separately is not initial or i_zip_files is initial.               clear m_exists.               cl_gui_frontend_services=>directory_exist(               exporting ...
Created on 14 April 2013
27. About me
(Static pages)
... to the community as well.   Personally I'm proud husband and father of three boys, who likes to pretend that he can sing and play guitar and that he's a football star. I have lot's of ideas in my ...
Created on 08 April 2013


Łukasz Pęgiel
DELETE TSK LVC FCAT BATTLESHIPS BAPI OUTB DELIVERY CREATENOREF TOTEXP COMPONENTS REFRESH REPREP SBCS SEND FILL MDPA FROM EBAN TVCPL SET SELECTED ROWS Enhanced MB51 Part 2 - Structure for data Create fieldcatalog from internal table SAPGUI FUNCTIONCODE GUI ALV GRID Download ALV GRID JSON2ABAPtype JSON ALV Grid in the nutshell Field catalog - fix column Delete Routing - piece of cake PROGRESS INDICATOR AUTOMATIC LOGON PURCHASE REQUISITION ZDEMO FALV11 - Editable Grid settings MEPO151 IXML PARSER COC1 FEATURE CHECK REQ FACTORY GET SCROLL INFO VIA ZCL FALV COLUMN - column fcat settings QUANTITY RSFUNC TXT LOAD COMPLEX ITM RESET REL ALLOWED RELEASABLE ALV GRID IN THE NUTSHELL GOS MANAGER MAINTAIN FIELDCATALOG Secure call of starting new task using RM FREE SESSION CHECK By Topic SALV CONTROLLER METADATA GTGET Field catalog - rollname MEPO DOCUMENT HEADER HANDLE MM- COM SELSCREEN STATUS RECEIVE RESULTS FROM FUNCTION TVCPLAK Field catalog - tech
  • 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.