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

Search for:
Search Only:

1. ALV Grid in the nutshell: Field catalog - <span class="highlight">tool</span>tip
(ALV Grid in the nutshell)
TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
Created on 12 September 2019
2. ZDEMO_FALV05 - Adding/Removing/Disabling grid <span class="highlight">tool</span>bar
(FALV (Fast ALV Grid))
... add / remove / disable / enable grid toolbar buttons. As you can notice on video with the demo program, all this functions works also during runtime of program. "! This is demo for FALV grid button adding, deleting, enabling, disabling ...
Created on 06 January 2016
3. 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
4. ALV Grid in the nutshell: Field catalog - reptext – Heading
(ALV Grid in the nutshell)
... then if you explicitly don’t set the SELTEXT and TOOLTIP fields, ALV will automatically copy the content of REPTEXT into those fields. Figure 98 Field catalog with automatic and manual REPTEXT ...
Created on 13 April 2020
5. ALV Grid in the nutshell: Field catalog - rollname
(ALV Grid in the nutshell)
... then the column description, tooltip and column short and long texts are taken from the data element. Figure 86 ZDEMO_AIN_CL35 Results with ROLLNAME Figure 87 ZDEMO_AIN_CL35 ...
Created on 12 September 2019
6. ALV Grid in the nutshell: Field catalog - seltext
(ALV Grid in the nutshell)
...  Figure 79 ZDEMO_AIN_CL33 Column description in the layout popup   In case the TOOLTIP field is empty, the value from SELTEXT will be also used as tooltip and will appear when you ...
Created on 12 September 2019
7. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  Conversion Routine seltext type lvc_txt ALV control: Column identifier for dialog functions tooltip ...
Created on 24 June 2019
8. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
... on it. It’s very handy to use in that situation, but also it has a limitation that you don’t have GUI toolbar available in here. To display the container I used the same approach as for docking container. ...
Created on 24 June 2019
9. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... Information  Field catalog  Layout  Events  Drag & Drop  Aggregation  Sorting  User-commands  Toolbar  Built-in ...
Created on 24 June 2019
10. Speed-up your Eclipse installation
(How to...)
... I was cleaning the installations each time I was installing new version of IDE by removing not needed plug-ins, especially that I'm working in Eclipse mainly with ABAP and ADT tools. But even if the installation ...
Created on 15 November 2018
11. ABAP Favorites Eclipse plugin
(How to...)
... favorites When you open the views for the first time, you have only one possibility, to press “Add folder” button from the view toolbar. Depending on the view type you can get one of the two screens: ...
Created on 29 June 2017
12. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
... like now? You'll spot the change directly on logon screen, where there is no white/grey background places anymore. The toolbar looks much more better and clearer. The same with breadcrumbs ...
Created on 27 February 2017
13. Why I like to code in ABAP in Eclipse
(Thoughts)
... I was sure that this is the correct way of working, although there were still some improvements to do.   3.       AiE Support and development Before I will write about the tool itself, I’d like to mention ...
Created on 27 May 2016
14. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...  Optional - button icon IV_QINFO Optional - tooltip for button IV_ALLOWED Optional - Button is enabled (in default abap_true)     methods: add_button importing  value(iv_button)  type sy-ucomm ...
Created on 10 January 2016
15. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...      methods set_no_toolbar importing value(iv_value) type lvc_toolb .     methods set_grid_title importing value(iv_value) type lvc_title .     methods set_sel_mode importing value(iv_value) type lvc_libox . ...
Created on 10 January 2016
16. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
...        importing         value(iv_value) type lvc_txt .     methods set_tooltip       importing         value(iv_value) type lvc_tip .     methods set_rollname       importing         value(iv_value) type lvc_roll . ...
Created on 10 January 2016
17. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  EVT_DOUBLE_CLICK EVT_ONF1 EVT_ONF4 EVT_SUBTOTAL_TEXT EVT_BEFORE_USER_COMMAND EVT_AFTER_USER_COMMAND EVT_MENU_BUTTON EVT_TOOLBAR EVT_AFTER_REFRESH EVT_AT_SET_PF_STATUS EVT_AT_SET_TITLE ...
Created on 09 January 2016
18. 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
19. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Easy switch and copy between popup, full screen and container version Easy toolbar ...
Created on 04 January 2016
20. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... screen and container version Easy toolbar handling (in grid and in full screen/popup using Dynamic GUI STATUS & TITLE with ABAP code ) One place to handle user commands of full screen/popup call -> event ...
Created on 28 December 2015
21. The SIN of progress indicator
(Tricks)
In my article about cl_progress_indicator I've mentioned that sometimes progress showing is more time consuming than the action which is described by it, so you must be careful when using progress ...
Created on 19 August 2015
22. AiE (ADT) dark theme settings
(How to...)
Today I've got a question from Custodio de Oliveira (hope you don't mind mentioning) about Dark Eclipse settings which I'm using. As I know that settings colors in Eclipse for ADT is a pain, ...
Created on 16 July 2015
23. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
... and GUI TITLE.  Lets create GUI STATUS firstly and call it DYNAMIC_STATUS. Items on application toolbar will have the same naming pattern Fxx, so F01, F02 etc. Each of this function code should have dynamic ...
Created on 11 July 2015
24. Popup with multi-select ALV
(How to...)
...      others                      = 6     .   if sy-subrc eq 0.   endif.   gs_popup_variant-report         = sy-repid.   gs_popup_layout-zebra           = abap_true.   gs_popup_layout-no_toolbar      = abap_true. ...
Created on 29 April 2014
25. GOS - How to add business documents at creation of object
(Tricks)
... from temporary object to final one. Let's start with attachments, I will move them using cl_gos_service_tools=>move_linked_objects. Importing: I_TEMP_OBJECT TYPE BORIDENT-OBJKEY -> temporary key for ...
Created on 25 April 2014
26. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... works in two steps, firstly it displays reading log, if it is ok you have to press first button on the toolbar  to create allocation. report  zab_comp_allocation. type-pools: cpsc,cmcl, slis. tables: mapl. ...
Created on 18 April 2014
27. Create a nice looking chart with CL_GUI_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
28. Creating editor for dynamic code (SE38 like)
(How to...)
... not be a problem as you already seen in the code how to get the table with the code to local table. You can also add more functions for example: 'Where used list' (FM 'RS_TOOL_ACCESS') ...
Created on 17 April 2013
Łukasz Pęgiel
ABAP in Eclipse ZDEMO FALV12 - Error log KEY SEL QUANTITY FIELDCATALOG Battleships game two players PROGRESS INDICATOR VS direct call of SAPGUI INDICATOR CMD API GUI ALV GRID LVC FCAT ECLIPSE PLUGIN OUTLOOK APPLICATION JSON2ABAPtype BCS CONVERT Downloading Exchange Rates from NBP National Bank of Poland ALV Grid in the nutshell Field catalog - no sum ALV GRID IN THE NUTSHELL TEACH ABAP BOM IXML DOCUMENT ALV GRID DELETE USER SETTINGS FALV05 - Adding Removing Disabling grid toolbar ABAP EXTENSIONS VRM SET VALUES MMIM REP CUST MEPO Popup with multi-select ALV ESDUS Field catalog - fix column TVCPLAP ABAP in Eclipse - Install BAPI CLASS READ ALINK CONNECTION GTFIND PROGRAM INDEX GET SELECTED ROWS MB51 NOLIST PURCHASE ORDER CURRENT CELL API deletes contact persons ABAP TABLEDESCR RESET REL ALLOWED FALV COMPONENTS REFRESH REUSE DISPLAY F4 Help for external date CVAPI DOC GETDETAIL CALL TRANSFORMATION How to select proper configuration entry Secure call of starting new task using RM FREE SESSION CHECK APPEND Unlock yourself on the DEV system REQ FACTORY
  • 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

  • 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
  • FALV (Fast ALV Grid)
  • Call standard F4 search help with customized parameters
  • Create XLSX file from internal table in background v2
  • Dynamic GUI STATUS & TITLE with ABAP code
  • ATC Pseudo Comments list
  • Create fieldcatalog from internal table
  • 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
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.