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

Search for:
Search Only:

Page 1 of 2

1. ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT
(Thoughts)
If you follow me on social media, you probably already know that I have written a book about ABAP in Eclipse. The full title is: ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT and it is ...
Created on 11 June 2021
2. ABAP Extensions - Automatic Logon
(How to...)
... and if you want to logon automatically only to the systems, for which you have stored the password already. These are also default settings for the plugin. The logon happens in the background job. So if ...
Created on 04 January 2020
3. ALV Grid in the nutshell: Field catalog - convexit
(ALV Grid in the nutshell)
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
Created on 29 July 2019
4. ALV Grid in the nutshell: Field catalog
(ALV Grid in the nutshell)
... control: Determine DDIC text reference edit type lvc_edit ALV control: Ready for input tech_col type ...
Created on 24 June 2019
5. ALV Grid in the nutshell
(ALV Grid in the nutshell)
... easily add via drag & drop in screen editor. But probably this will not happen soon, maybe even never. That’s why it’s really important to get an idea what you can do with the controls that are already ...
Created on 24 June 2019
6. ABAP Code Retreat Tychy 2019 - Organizer Recap
(Thoughts)
... Setup of the one system takes around 7 minutes + waiting time for the activation of the servers. Really an easy job to do, but need.  After that I was ready to go.     ABAP Code Retreat ...
Created on 02 April 2019
7. 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
8. Creating ABAP type definition from JSON structure (JSON2ABAPtype)
(How to...)
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results. There is already a nice class /UI2/CL_JSON available which ...
Created on 20 August 2018
9. How to extend the time between SAP license installations on NPL
(Tricks)
... and run the machine again. You will be already able to see the time differences.​​​​​​​   Please remember that if you shot down your machine without saving it state, then virtual ...
Created on 03 August 2018
10. Re-explode or delete purchase order line subcontracting BOM
(Tricks)
... 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 was peanuts and I could get rid ...
Created on 04 February 2017
11. SAP TechEd Developer Hero 2016
(Thoughts)
... your name which is placed on the hallways in TechEd events in Las Vegas, Bangalore and Barcelona. This year we already had TechEd in Las Vegas and Bangalore, from which I received this photos of banners ...
Created on 09 October 2016
12. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...  *     message id sy-msgid type sy-msgty number sy-msgno *                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     endif.     sender->set_ready_for_input(         i_ready_for_input = 1 ...
Created on 09 October 2016
13. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
...                                     value(iv_allowed) type abap_bool default abap_true                         exceptions                                    button_already_filled                                    button_does_not_exists ...
Created on 10 January 2016
14. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
... field can be found in ZDEMO_FALV06.     methods set_mark_field       importing         value(iv_fieldname) type lvc_s_fcat-fieldname . SET_EDITABLE Set's grid is ready for input and registers ...
Created on 09 January 2016
15. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
...        iv_qinfo               = 'Test d'       iv_allowed             = abap_true     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3 ...
Created on 06 January 2016
16. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
...      exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3       others                 = 4   ).   if sy-subrc  0.   endif.   "Add button into GUI status at for function F02 ...
Created on 06 January 2016
17. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(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
18. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
...  *      iv_allowed             = ABAP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    = 3       others                 = 4 ...
Created on 06 January 2016
19. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
...    Fast CL_GUI_ALV_GRID creation Replacement of REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC for a simple editable reports to omit screen creation All events are already handled ...
Created on 04 January 2016
20. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... already some basic functions available, that's why I'm presenting you just short demo and some screen-shots of the code. I will of course put a nugget here as fast as I'll finish more than ...
Created on 28 December 2015
21. How to teach ABAP ???
(Thoughts)
... and should be familiar with really basics of the ABAP.   Just as remark, as long as you don't have really trusted and up to date source, don't use ready documents of someone else in here, as this ...
Created on 24 November 2015
22. How to copy BOM using CEWB Function Modules
(How to...)
...        bom_not_locked         = 4       no_valid_material      = 5       no_valid_plant         = 6       no_valid_usage         = 7       alternative_overflow   = 8       ident_already_exists   = 9 ...
Created on 28 October 2015
23. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...                                           value(iv_allowed) type abap_bool default abap_true                               exceptions                                          button_already_filled ...
Created on 11 July 2015
24. Create fieldcatalog from internal table
(How to...)
... XLSX/MHTML file from internal table in background and probably also somewhere in the net. To make it easier here are ready methods to create LVC and SLIS field catalogs from internal table using CL_SALV_CONTROLLER_METADATA ...
Created on 08 May 2015
25. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...      i_processed          = sy-index    " Number of Objects Already Processed     i_total              = p_times1    " Total Number of Objects to Be Processed     i_output_immediately = abap_true    " X = Display Progress Immediately ...
Created on 28 April 2015
26. Battleships game (two players)
(How to...)
... already. You'll notice that if opponent hits the ship on the left map (which is yours) a cancel icon will appear on a place of your ship. If opponent hits water then you'll see water icon also. ...
Created on 10 January 2015
27. Popup with multi-select ALV
(How to...)
...        ).     if sy-subrc  0.       message id sy-msgid type sy-msgty number sy-msgno       with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     else.       call method go_popup_grid->set_ready_for_input ...
Created on 29 April 2014
28. Mass replace popup for ALV grid
(Tips)
...    if io_grid->is_ready_for_input( ) eq 0.     message s001(00) display like 'W' with 'Grid should be in edit mode in order to use this function!'.     return.   endif.  ...
Created on 27 April 2014
29. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
...              no_authority                    = 1             no_valid_operation              = 2             no_valid_item                   = 3             operation_already_locked        = 4             item_already_locked             = 5 ...
Created on 18 April 2014
30. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... table of FG are filled already so you don't need to call ES_READ_USER_SETTINGS before. Like here for Purchase order number call function 'ES_DELETE_USER_SETTINGS'  exporting   iaction        = 'MEPO' ...
Created on 14 April 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End


Łukasz Pęgiel
ZDEMO FALV14 - Popup calls ALV GRID FIELDCATALOG COMPONENTS REFRESH ALV GRID IN THE NUTSHELL MEREQS EBAN LOOKUP JSON IXML ELEMENT Enhanced MB51 Part 5 - Export from MB51 BAPI CHARACT GETDETAIL SAPGUI SET FUNCTIONCODE HOW TO START WITH ALV SELECT COL GET OBJECTS CLASS LVC FCAT ZCL FALV DYNAMIC STATUS - for full screen or popup CMD API EXTRACT CREATE VARIANT ALV Grid in the nutshell Field catalog - no out CTMS DDB VAL FROM OBJECT #SAPTechEd 2016 Barcelona GUI ALV GRID DELETE USER FALV07 - Columns field catalog settings ABAP DEVELOPMENTS TOOLS FALV12 - Error log CALL TRANSFORMATION SCMS XSTRING BINARY PRETTY PRINTER CUSTOMER - Wrapper for CMD API classes FILL MDPA Use SALV TABLE Download CV01N 3N documents to PC ZERO FALV11 - Editable Grid settings ABAP STRUCTDESCR Get filename and extension from full path Field catalog - datatype PSEUDO COMMENTS EWB Components allocation to routing operation multilevel BOM Field catalog - icon MEREQ FACTORY MEPO DOCUMENT HAS VALUES INTERNAL COPY TSK STARTING NEW TASK MAINTAIN ESRUO - MM settings table - Part 3 CVAPI DOC GUI HTML EDITOR RELEASABLE BOM COPY Field catalog - inttype - ABAP data type
  • 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
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • GOS - How to add business documents at creation of object
  • 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
  • How to handle CL_GUI_ALV_GRID events in SALV

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.