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

Search for:
Search Only:

1. ZDEMO_FALV13 - Mix demo + own screen and <span class="highlight">container</span>
(FALV (Fast ALV Grid))
... demo examples + at the end it calls screen 0100 which has container CC_MAIN and they are used to create last FALV. So you have choice, you can use full screen FALV or you can place it in any container ...
Created on 06 January 2016
2. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
​​​​​​ I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
Created on 24 June 2019
3. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
...    method constructor.     converter = new #( ).   endmethod.   method create_results_editor.     if results_editor is initial.       results_editor = new #( parent = new cl_gui_custom_container( container_name = 'CC_OUTPUT' ) ) . ...
Created on 20 August 2018
4. Retro ASCII symbols in ALV Grid table
(How to...)
... all that I have found on 7.50 SP2 NW system.    report zab_alv_symbols. parameters: dummy as checkbox. initialization. data(grid) = new cl_gui_alv_grid( i_parent =  new cl_gui_docking_container( ...
Created on 03 June 2018
5. ABAP Favorites Eclipse plugin
(How to...)
...      Folders are containers for your favorites. Beside name and description you can setup a folder to be project independent. This will make that doesn’t matter on which SAP system you have currently ...
Created on 29 June 2017
6. WYSIWYG HTML Editor in ABAP
(Tricks)
... NICEdit and this tread on SCN I found the way to make HTML WYSIWYG editor for ABAP.   My editor use CL_GUI_HTML_VIEWER to display NICEdit in container, and then thanks to POST method I put changes back ...
Created on 20 January 2016
7. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  BUTTON_NORMAL BUTTON_MENU_DEFAULT BUTTON_MENU BUTTON_SEPARATOR BUTTON_RADIOBUTTON BUTTON_CHECKBOX BUTTON_MENU_ENTRY MAIN_CONTAINER SPLIT_CONTAINER VARIANT LAYOUT_SAVE EXCLUDE_FUNCTIONS ...
Created on 09 January 2016
8. ZDEMO_FALV12 - 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
9. 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
10. 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
11. Battleships game (two players)
(How to...)
... On the top of the screen there is an HTML container builded with CL_GUI_HTML_VIEWER.  This container will tell you if it's your turn or if you have won the battle.   As this is the first version, ...
Created on 10 January 2015
12. 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
13. Mass replace popup for ALV grid
(Tips)
... container called 'CC_0100', add gui status with at least function 'MASS_REPLA' ) report  zab_mass_replace_demo. data: ok_code type sy-ucomm. data: begin of gs_spfli.         include structure spfli. ...
Created on 27 April 2014
14. GOS - How to add business documents at creation of object
(Tricks)
... object   create object go_gos_manager   exporting "    io_container         = g_cc_att     is_object            = g_gos_ident     it_service_selection =  *    IO_CALLBACK         =  ...
Created on 25 April 2014
15. Classifications - Part 2 - Get Object Details
(How to...)
...      else.       "if yes then we'll use it       mo_str = i_structure.     endif.     "create data container     create data ms_data type handle mo_str.     assign ms_data->* to . ...
Created on 18 May 2013
16. Create a nice looking chart with CL_GUI_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
17. Download CV01N/2N/3N documents to PC
(How to...)
... zip all files into zip container Exporting: ET_FILES TYPE CVAPI_TBL_DOC_FILES -> Table with all files found in document  ET_XSTRING TYPE TT_XSTRING -> TT_XSTRING -> Table of xstrings (each file in separated ...
Created on 14 April 2013
18. ZIP a file using ABAP
(How to...)
... to be zipped I_FILENAME TYPE STRING -> filename used as name of file inside the zip container I_SOLIX TYPE SOLIX_TAB OPTIONAL -> SOLIX_TAB to be zipped I_SOLI TYPE SOLI_TAB OPTIONAL -> SOLI_TAB to ...
Created on 13 April 2013
19. Free global data of a program at once
(Tricks)
...  types: t_scompo_name type line of tt_ra_scompo_name .       type-pools abap . constants cname_cl_gui_custom_container type abap_abstypename value '\CLASS=CL_GUI_CUSTOM_CONTAINER'.  constants cname_cl_gui_textedit type abap_abstypename value '\CLASS=CL_GUI_TEXTEDIT'.  ...
Created on 10 April 2013


Łukasz Pęgiel
ESRUO AT SELECTION-SCREEN OUTPUT FIELDNAME ZCL CMD CUSTOMER - Wrapper for CMD API classes ALV GRID Customer BAPI ABAP IN ECLIPSE TSK UNLOCK #EC SCMS XSTRING BINARY USER INFO SYM ALV GRID IN THE NUTSHELL ZDEMO FALV05 - Adding Removing Disabling grid toolbar Enhanced MB51 Part 2 - Structure for data ESDUS LVC FCAT STRING EDIT MASK GUI ALV GRID TOOLTIP SALV CONTROLLER METADATA GTGET SLIS FIELDCATALOG BAPI ROUTING DELETE ALV Grid in the nutshell Other checks on purchase requisition state VARIANT CONTENTS TECH DARK THEME SCAN ABAP-SOURCE REFRESH FROM SELECTOPTIONS CONVEXIT ROLLNAME COMPONENTS UPDATE PREPARE FALV09 - Cell settings TABLE FALV02 - Full screen with redefinitions Field catalog - currency UPPER CASE PURCHASE REQ FACTORY VIDEO RSDBRUNT Field catalog - sp group - Group key SAP TechEd 2016 DATA READ SETTINGS cookies ABAP Favorites Eclipse plugin COM RSBCS EXAMPLE EMAIL SET SELECTED ROWS Retro ASCII symbols in ALV Grid table REUSE DISPLAY PLUGIN DATE SAPGUI PROGRESS INDICATOR Field catalog - seltext GET DDIC FIELD LIST FALV How to select proper configuration entry
  • 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)
  • Call standard F4 search help with customized parameters
  • ATC Pseudo Comments list
  • 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.