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

Search for:
Search Only:

Page 1 of 2

1. ALV Grid in the nutshell: Field catalog - Hotspot - ALV control: SingleClick-sensitive
(ALV Grid in the nutshell)
...  Once done, you should create handler for the event and notify ALV grid about it. To do so, you need to declare a method (named hotspot_click in my example) with the addition FOR EVENT HOTSPOT_CLICK ...
Created on 27 April 2020
2. ALV Grid in the nutshell: Field catalog - reprep - ALV control: Value is selection criterion for rep./rep.intf.
(ALV Grid in the nutshell)
... If you’re familiar with REUSE_ALV_GRID_DISPLAY, then this mechanism of callback is know for you, if not, then in simply words it’s an kind of event handler. When RRI finish to fill the internal tables ...
Created on 13 April 2020
3. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
...  lvc_ddid ALV control: Drag&Drop handle for DragDrop object mac type char01 Character Field Length ...
Created on 24 June 2019
4. ZCL_CMD_CUSTOMER -> Wrapper for CMD_EI_API classes
(How to...)
... t perfect) class to handle the creation or update of customer master data with CMD_EI_API=>MAINTAIN_BAPI method. The whole source code is available as current version on Github, from where you c ...
Created on 06 June 2019
5. Selection-Screen Function Key in Form, Function Module or Method
(Tricks)
... 've decided to check again if there is no really possibility to show or hide the function key on the selection-screen dynamically from method call.    I knew already that whenever you handle sele ...
Created on 21 November 2018
6. ATC Pseudo Comments list
(Tips)
...    CL_CI_TEST_EXTENDED_CHECK 208 W Exception handling is empty NO_HANDLER   CL_CI_TEST_EXTENDED_CHECK 209 E STOP statement in MODUL  ...
Created on 26 September 2018
7. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... needed here. So I had to use CL_PO_HEADER_HANDLE_MM and IF_PURCHASE_ORDER_MM to fetch all data from purchase order and to move them to MDPA and MDLB structures. Once it was ready the rest ...
Created on 04 February 2017
8. Deletion of subcontracting BOM in Purchase Requisition
(Tricks)
... fpo       i_show_messages = abap_true  ). class lcl_subcontracting implementation.   method: delete_pr_bom.     cl_message_handler_mm=>get_handler(  impor ...
Created on 03 February 2017
9. Re-explosion of subcontracting BOM in Purchase Requisition
(Tricks)
... I have figure out how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. ...
Created on 02 February 2017
10. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
If you follow my blog, then you probably noticed that I'm not keen of SALV class, as it's not editable and you cannot handle all events that you can in cl_gui_alv_grid class. With a small trick ...
Created on 09 October 2016
11. WYSIWYG HTML Editor in ABAP
(Tricks)
... back to SAP. ZCL_HTML_EDITOR class, which is attached to this post, raises an event whenever someone click on save button in the editor, so you can easily handle it and then use new HTML for your purposes. ...
Created on 20 January 2016
12. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... MASS_REPLACE grid or GUI toolbar of FALV and it will be handled automatically. Demo can be found in ZDEMO_FALV08. methods mass_replace.   EVT_BUTTON_CLICK_FALV, EVT_USER_COMMAND, EVT_H ...
Created on 09 January 2016
13. ZDEMO_FALV09 - Cell settings
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event ;handler     methods evt_hotspot_click redefinition ...
Created on 06 January 2016
14. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event ;handler     methods evt_user_command redefinition ...
Created on 06 January 2016
15. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event ;handler     methods evt_user_command redefinitio ...
Created on 06 January 2016
16. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...    public section.   protected section.     "redefinition of event ;handler     methods evt_user_command redefinition ...
Created on 06 January 2016
17. ZDEMO_FALV02 - Full screen with redefinitions
(FALV (Fast ALV Grid))
... program shows how to use FALV when you want to use event handlers by your own.  "All" events are handled so you just need to redefine proper method starting from evt_*   "! This is demo for FALV with redefinition of hotspot event handle ...
Created on 05 January 2016
18. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... le editable reports to omit screen creation All events are already handled and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Eas ...
Created on 04 January 2016
19. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... editable reports to omit screen creation All events should be already handled and with redefinition of method I can faster use it Faster setting of layout and field catalog attributes  Easy switch ...
Created on 28 December 2015
20. How to teach ABAP ???
(Thoughts)
... one is really important. Newcomers cannot handle unclear specifications, they cannot work with the end-users directly from the beginning as they don't understand what end-users are doing, and what ...
Created on 24 November 2015
21. Popup with multi-select ALV
(How to...)
... creation of custom container and ALV object will take place and user command will be handled.     PBO / PAI code belllow: module pbo_0501 output.   set pf-status 'STATUS_0501'. ...
Created on 29 April 2014
22. GOS - Link Business Documents from PR to PO
(Tricks)
... comments of Attachments article you can connect to GOS from class CL_PO_HEADER_HANDLE_MM which contains method GET_GOS_MANAGER. You can do it for example in PROCESS_ITEM method of ME_PROCESS_PO_CUST . You'll ...
Created on 25 April 2014
23. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...  *     I_MESSAGE_HANDLER                    = 'X' *     I_SAVE_PROTOCOLL                     = ' ' ...
Created on 18 April 2014
24. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...  * TABLES *   IESDUS         = IESDUS   .   3. You have created your own transaction to handle standard process, ...
Created on 14 April 2014
25. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... this document then your document appears on the screen (of course if in the meantime user haven't created anything new) You have created your own transaction to handle standard process, like creation ...
Created on 31 March 2014
26. Characteristic's own input screen - Part 5 - show characteristic's own update screen
(How to...)
...            endif.         endif.         try.             create data c_data type handle mo_structure. ...
Created on 14 November 2013
27. Extend allowed runtime of a program
(Tricks)
When you create a report or transaction that handles a lot of data with multiple selects and functions that are doing some manipulation of the data, or you have to call in this report a function module ...
Created on 25 June 2013
28. Endless loop in BADI ME_PROCESS_PO_CUST
(Tips)
...          endif.       else.         data: fo_order   type ref to cl_po_header_handle_mm. ...
Created on 06 June 2013
29. How to select proper configuration entry
(Tips)
... for all entries then you have to do some little coding to handle it as you just cannot check only if key fields are same as in your checked structure. There is a way to do it and the method described can ...
Created on 31 May 2013
30. Copy routing (create on a base of existing one)
(Tricks)
...  *     E_PLANT_TARGET                 = E_PLANT_TARGET *     E_HANDLE_TARGET                = E_HANDLE_TARGET ...
Created on 26 May 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
Łukasz Pęgiel
LVC FCAT OLE2 OBJECT ZDEMO FALV02 - Full screen with redefinitions GUI ALV GRID DARK THEME ESRUO ALV GRID FIELDCATALOG SAPGUI PROGRESS INDICATOR SAVE USER OBJECTS ALV Grid in the nutshell Field catalog - no sum PERIOD AND DATE CONVERT OUTPUT GUI TITLE ROLLNAME ABAP Favorites Eclipse plugin CHAR VALUE CHANGE2 SCMS STRING XSTRING FREE SESSION CHECK HEADER HANDLE SALV TABLE FALV Free global data of a program at once ALV GRID IN THE NUTSHELL ECLIPSE PURCHASE ORDER ITEM SET CONDITIONS REUSE DISPLAY REDISPATCH CMD API EXTRACT COMP REQUIREMENT Downloading Exchange Rates from NBP National Bank of Poland KKB SELECTIONS READ IDENTITY UTIL JSON FIORI CURRENCY ABAP STRUCTDESCR TABLEDESCR ALINK CONNECTION GTFIND RESET REJ ALLOWED CTMS DDB INTERNAL Field catalog MSC7 LEARN ABAP COMMIT WORK COMPONENTS REFRESH Field catalog - col id - ALV control Column ID APPEND SETTINGS CALL TRANSFORMATION DYNAMIC GUI STATUS chart designer BINARY FILL MDLB FROM
  • 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
  • Dynamic GUI STATUS & TITLE with ABAP code
  • Create XLSX file from internal table in background v2
  • 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
  • GOS - How to add business documents at creation of object
  • Link Attachments of Purchase Requisition to Purchase Order
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • 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.