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

Search for:
Search Only:

1. ZCL_FALV_<span class="highlight">DYNAMIC</span>_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
2. ZDEMO_FALV04 - Full Screen with fully <span class="highlight">dynamic</span> GUI 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 GUI Status Partly <span class="highlight">Dynamic</span>
(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. <span class="highlight">Dynamic</span> GUI STATUS & 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
5. Creating editor for <span class="highlight">dynamic</span> code (SE38 like)
(How to...)
...  data: g_okcode type sy-ucomm. data: f_changed type c. start-of-selection. fs_code = 'PROGRAM DYNAMIC_FORMS.'. append fs_code to ft_code. fs_code = 'form test changing f_string type string.'. ...
Created on 17 April 2013
6. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's already ...
Created on 21 November 2018
7. ATC Pseudo Comments list
(Tips)
...  8 W Use of Database Hint: &1 CI_HINTS   CL_CI_TEST_CRITICAL_STATEMENTS 9 N Dynamic Programming with GENERATE &1 CI_GENERATE   CL_CI_TEST_CRITICAL_STATEMENTS ...
Created on 26 September 2018
8. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
... can deserialize JSON and also it can generate a dynamic structure from JSON file but at the end to make programming easier you need to create local or global structure that will be matching the structure ...
Created on 20 August 2018
9. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... at creation of grid LVC_LAYOUT  Read-Only Layout variable for grid LAYOUT  ZCL_FALV_LAYOUT object for FALV layout GUI_STATUS  ZCL_FALV_DYNAMIC_STATUS object ...
Created on 09 January 2016
10. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...    set pf-status 'DYNAMIC_STATUS_PART' of program 'SAPLZFALV'.   if falv_screen is initial.     falv_screen ?= lcl_test=>create( exporting       i_parent = new cl_gui_custom_container( container_name = 'CC_MAIN' ) ...
Created on 06 January 2016
11. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...      case e_ucomm.       when zcl_falv_dynamic_status=>b_01.         me->enable_button( me->mc_fc_print_back ).       when zcl_falv_dynamic_status=>b_02.         me->disable_button( me->mc_fc_print_back ). ...
Created on 06 January 2016
12. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... 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 user_command  Prerequisites ...
Created on 04 January 2016
13. 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
14. Mass replace popup for ALV grid
(Tips)
... or selection-screen with all possible fields which can be used in the function (not good when you have a lot of editable fields), you can create dynamic program and submit it (not good as then you switch ...
Created on 27 April 2014
15. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... cases you'll want to look at tables: ESRUO (MM: Recently Used Objects) ESDUS (MM: Dynamic User Settings)  and to function group MLSO which provides you few nice FM to handle entries in this tables:  ...
Created on 31 March 2014
16. Characteristic's own input screen - Part 1 - Convert Values To Floa
(How to...)
... needed fields to fieldcatalog and call FM to update characteristics when save button was pressed. I realized I need dynamic structure for ALV which will call standard screen for characteristic update. ...
Created on 31 August 2013
17. Selection Screen - Part1 - Parameters
(For beginners)
...  parameters: p_name3 radiobutton group rb1 default 'X'. *"parameter with ditctionary type parameters: p_carrid type scarr-carrid. **"parameter with dynamic type data: g_paramname(60) type c. ...
Created on 08 June 2013
18. How to select proper configuration entry
(Tips)
... be used in all programing languages. I will show you two ways - static and dynamic. In static one I will hard code key field names in the code which makes that you have to rewrite the code each time you ...
Created on 31 May 2013
19. Classifications - Part 4 - example of use
(How to...)
...  endif. The result of such code is, but the most important things you can find while debugging.   This is the list of components of our dynamic structure from cl_abap_structdescr.     Here is the result ...
Created on 26 May 2013
20. Classifications - Part 3 - get all objects assigned to class
(How to...)
In previous article ( Classifications - Part 2 - Get Object Details ) I've created a method to get characteristics values for an object to our dynamic structure, in this part I will show how to use ...
Created on 18 May 2013
21. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
(How to...)
... able to easily replace it to dynamic texts during creation of chart in ABAP. I'll set up 1 series and 3 categories for our demo.     Step 3) Here we can customize the colors for our categories and ...
Created on 03 May 2013


Łukasz Pęgiel
LVC FCAT GET CURRENT CELL ALV Grid in the nutshell Field catalog - no zero acrTYC Convert date to and from external date type REUSE ALV GRID DISPLAY GUI FIELDCATALOG PROGRAM INDEX CMD API deletes contact persons FALV Zipping in IZArc with ABAP directly on PC PROCESS CUST JSON2ABAPtype CVIC MAP CONTACT ALV GRID SET SCROLL INFO VIA TOTEXP ALV GRID IN THE NUTSHELL PERIOD AND DATE CONVERT OUTPUT FRONTEND SERVICES GTFILE EXIST BCS JUST SUM RESET REJ ALLOWED How to teach ABAP ESRUO - MM settings table - Part 2 IXML OSTREAM SELECTED ROWS F4 Help for external date Retro ASCII symbols in ALV Grid table Create fieldcatalog from internal table Range to search in lower case fields HEADER HANDLE TABNAME Field catalog - convexit SALV UTIL convext API EXTRACT AT SELECTION-SCREEN OUTPUT DELETE TSK GOS - Link Business Documents from PR to PO Create a nice looking chart with CL CHART ENGINE - Part 3 - Chart Data and render COMPONENTS MAINTAIN SEARCH BAPI OBJCL GETDETAIL CTMS DDB HAS VALUES INTERNAL ATC Pseudo Comments list ZDEMO FALV02 - Full screen with redefinitions ABAP DEVELOPMENT TOOLS IN ECLIPSE SELECTION-SCREEN FUNCTION KEY ISOLATE SELSCREEN and Enhance Your ADT GOS SERVICE TOOLS Use READ
  • 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.