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

Search for:
Search Only:

1. 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
2. ZDEMO_FALV04 - Full Screen with fully dynamic GUI <span class="highlight">Status</span>
(FALV (Fast ALV Grid))
... Status in case of full screen FALV. When you use full dynamic GUI status then you're allowed to use up to 35 button slots. Default buttons like SAVE, BACK, UP, EXIT, PRINT,... are already set. If they are ...
Created on 06 January 2016
3. ZDEMO_FALV03 - Full Screen with GUI <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
4. Dynamic GUI <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
5. ALV Grid in the nutshell: Basic Information
(ALV Grid in the nutshell)
...  Don’t try to find anything in this program, that was not needed just to quickly display the data on the grid. There is no GUI Status, there is no PBO and PAI handling. I did it on purpose just to create ...
Created on 24 June 2019
6. 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
7. 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
8. 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
9. 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
10. 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
11. 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
12. 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
13. 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
14. 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
15. Battleships game (two players)
(How to...)
... carrier. Map is created with CL_GUI_ALV_GRID. Once you click on status button to add one of the ships, map will show you in which place you can start ship. When you'll select position of the start ...
Created on 10 January 2015
16. Popup with multi-select ALV
(How to...)
...  data: gt_popup_fcat             type lvc_t_fcat. data: g_popup_question          type char70. field-symbols:  type standard table. 2) Then you need to create GUI status with Cancel and Enter Buttons ...
Created on 29 April 2014
17. Mass replace popup for ALV grid
(Tips)
...    if sy-dynnr eq 1001.     perform set_ss_status.     loop at screen.       if screen-name cp '*P_*01*' and g_par01_type is initial.         clear: p_parf01, p_part01.         screen-active = 0. ...
Created on 27 April 2014
18. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...        i_callback_pf_status_set          = 'SET_PF_STATUS'       i_callback_user_command           = 'USER_COMMAND' *     I_CALLBACK_TOP_OF_PAGE            = ' ' *     I_CALLBACK_HTML_TOP_OF_PAGE       = ' ' ...
Created on 18 April 2014
19. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed.     This is an example of setting header data of Purchase order expanded or ...
Created on 14 April 2014
20. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... for the user (or set them) for standard t-code. This could be default value for some fields or toggle status of the section (for example header always expanded, items always collapsed.  In all of this ...
Created on 31 March 2014
21. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...    gs_variant-variant = p_layout.   call function 'REUSE_ALV_GRID_DISPLAY'     exporting       i_callback_program       = sy-repid       i_callback_pf_status_set = 'SET_PF_STATUS' ...
Created on 28 March 2014
22. Reset rejection of Purchase Requisition
(How to...)
...      raise header_couldnt_be_created.   endif. * creation of header fails   if fo_req is initial.     raise header_couldnt_be_created.   endif. * Header status data   fo_req->get_transaction_state( importing ex_document = f_document   ). ...
Created on 24 March 2014
23. Characteristic's own input screen - Part 7 - save characteristic value to databas
(How to...)
...  *   UNVALUATED_CHARS       = ' ' *   LANGUAGE               = SY-LANGU * IMPORTING *   STATUS                 = STATUS *   STANDARDCLASS          = STANDARDCLASS       tables         allocvaluesnum         = ft_allocvaluesnum ...
Created on 17 November 2013
24. Classifications - Part 2 - Get Object Details
(How to...)
...  *     UNVALUATED_CHARS       = ' ' *     LANGUAGE               = SY-LANGU *   IMPORTING *     STATUS                 = STATUS *     STANDARDCLASS          = STANDARDCLASS     tables ...
Created on 18 May 2013
25. Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
(How to...)
... and PAI modules, PBO I will use to render chart and PAI to exit from the screen.   At the end we would need also GUI Status, to simplify it I will only fill few buttons with END command.   Example ...
Created on 06 May 2013
26. 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
CALL TRANSFORMATION ABAP ZIP LVC FCAT COMPONENTS REFRESH ZCL FALV LAYOUT - layout settings VARIANT CATALOG TRANSFER SLIS CMD CUSTOMER - Wrapper for CMD API classes Create a nice looking chart with CL GUI CHART ENGINE - Part 2 - Customization MB51 ENHANCEMENT SAP Community Events ALV Grid in the nutshell Field catalog - key sel ALV GRID IN THE NUTSHELL ALV GRID SAVE ABAP HTML BAPI OBJCL CHANGE VL473 COPY TSK OUTPUTLEN ENGINE - Part 3 - Chart Data and render Field catalog - dfieldname Fieldname for column group DELETE USER SETTINGS STARTING NEW TASK HTML VIEWER Unlock yourself on the DEV system FIELDCATALOG SE41 SCMS XSTRING BINARY PROGRESS INDICATOR SELECT Field catalog - domname - Domain name Customer BAPI ZDEMO MEREQ GET FACTORY OPR ALLOCATION PROVIDE FRONTEND SERVICES EXECUTE MESSAGE HANDLER SCAN ABAP-SOURCE MB51 ABAP Code Retreat Tychy 2019 - Organizer Recap FALV09 - Cell settings INDICATOR VS direct call of SAPGUI Get filename and extension from full path FILL MDPA FROM EBAN CHAR VALUE CHANGE2 ALV GRID SAPGUI SET FUNCTIONCODE TABLE FOR FIRST DISPLAY OBJECTS The SIN of progress indicator Reset rejection of Purchase Requisition IXML ENCODING DFIELDNANE LZERO ENGINE
  • 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.