Twitter

Twitter timeline

Tweets by @abapblog
  • Home
  • About me
  • FALV
  • Articles
    • Tricks
    • FALV (Fast ALV Grid)
    • 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: 50 results found.

Search for:
Search Only:

Page 1 of 2

1. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
... rer. The same with breadcrumbs and tabs of editor.   Project explorer is more fancy too.      Search history:   Transport organizer: & ...
Created on 27 February 2017
2. 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
3. SAP TechEd Developer Hero 2016
(Thoughts)
... hero is a banner with 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 ...
Created on 09 October 2016
4. How to handle CL_GUI_ALV_GRID events in SALV
(Tricks)
...  *                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     endif.     sender->set_ready_for_input( ...
Created on 09 October 2016
5. Why I like to code in ABAP in Eclipse
(Thoughts)
... When I’ve read about it, I said – “Finally, a proper development environment for ABAP”. But the reality at least for me was not that bright at the moment. Eclipse was working quite ...
Created on 27 May 2016
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 ...
Created on 20 January 2016
7. ZCL_FALV_DYNAMIC_STATUS - for full screen or popup
(FALV (Fast ALV Grid))
... p_bool default abap_true                         exceptions                                 &nbs ...
Created on 10 January 2016
8. ZCL_FALV_LAYOUT - layout settings
(FALV (Fast ALV Grid))
...        data: mark_field type lvc_fname read-only.        methods set_zebra importing value(iv_value) type lvc_zebra  ...
Created on 10 January 2016
9. ZCL_FALV_COLUMN - column (fcat) settings
(FALV (Fast ALV Grid))
... to the field type. Additionally there are two methods set_editable and set_readonly which calls set_edit function with proper value. Example of usage you can find in ZDEMO_FALV07.   If you'll ...
Created on 10 January 2016
10. ZCL_FALV - explanation of main methods and attributes
(FALV (Fast ALV Grid))
...  DISPLAY EXCLUDE_FUNCTION COLUMN SOFT_REFRESH SET_MARK_FIELD SET_EDITABLE SET_READONLY ADD_BUTTON DISABLE_BUTTON ENABLE_BUTTON DELETE_BUTTON SET_CELL_DISABLED SET_CELL_ENABLED ...
Created on 09 January 2016
11. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... _true     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    =& ...
Created on 06 January 2016
12. ZDEMO_FALV05 - Adding/Removing/Disabling grid toolbar
(FALV (Fast ALV Grid))
... AP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty     ...
Created on 06 January 2016
13. ZDEMO_FALV04 - Full Screen with fully dynamic GUI Status
(FALV (Fast ALV Grid))
... fully dynamic GUI 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 alread ...
Created on 06 January 2016
14. ZDEMO_FALV03 - Full Screen with GUI Status Partly Dynamic
(FALV (Fast ALV Grid))
... nbsp;ABAP_TRUE     exceptions       button_already_filled  = 1       button_does_not_exists = 2       icon_and_text_empty    ...
Created on 06 January 2016
15. 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
16. FALV (Fast ALV Grid) - First blood
(FALV (Fast ALV Grid))
... but it has 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 ...
Created on 28 December 2015
17. How to teach ABAP ???
(Thoughts)
This question seems to be funny as usually you rather read "How can I learn ABAP?". But how to teach? Should we follow any rules ? Should we keep to some path of teaching, special sequences or ...
Created on 24 November 2015
18. How to copy BOM using CEWB Function Modules
(How to...)
...        no_valid_usage         = 7       alternative_overflow   = 8       ident_already_exists   = 9 ...
Created on 28 October 2015
19. Dynamic GUI STATUS & TITLE with ABAP code
(Tricks)
...                                exceptions                                          button_already_filled ...
Created on 11 July 2015
20. Create fieldcatalog from internal table
(How to...)
... my article Create 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 ...
Created on 08 May 2015
21. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
...      i_processed          = sy-index    " Number of Objects Already Processed ...
Created on 28 April 2015
22. Battleships game (two players)
(How to...)
... other player did any hits 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 ...
Created on 10 January 2015
23. Popup with multi-select ALV
(How to...)
...        with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.     else.       call method go_popup_grid->set_ready_for_input ...
Created on 29 April 2014
24. Mass replace popup for ALV grid
(Tips)
...      read table ft_mass_sel_columns[] with key fieldname = <fcat>-fieldname transporting no fields." binary search. ...
Created on 27 April 2014
25. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... which is using EWB, in future I will post an example of doing this by BDC.     This program reads data from Excel file with proper structure (you can find Excel template in attachment). After ...
Created on 18 April 2014
26. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
...    read table ft_esruo index 1 into fs_esruo.   concatenate fs_esruo-object_id 'A' into f_active. call function 'ES_READ_USER_SETTINGS' ...
Created on 14 April 2014
27. ESDUS, ESRUO - MM settings table - Part 2/3
(Tricks)
ESRUO table and FM which takes care about reading/adding/deleting entries there was described in previous part ( ESDUS, ESRUO - MM settings table - Part 1/3 ), so now is the turn for ESDUS table and ...
Created on 09 April 2014
28. ESDUS, ESRUO - MM settings table - Part 1/3
(Tricks)
... in this tables:  ES_READ_USER_OBJECTS ES_APPEND_USER_OBJECTS ES_DELETE_USER_OBJECTS ES_SAVE_USER_OBJECTS ES_READ_USER_SETTINGS ES_APPEND_USER_SETTINGS ES_SAVE_USER_SETTINGS ES_DELETE_USER_SETTINGS ...
Created on 31 March 2014
29. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
...      move 1 to gs_alv-rows.     read table gt_blpp into gs_blpp                             with key belnr = <mb51>-mblnr binary search. ...
Created on 28 March 2014
30. Enhanced MB51 Part 5 - Export from MB51
(Tricks)
I can already call MB51 from previously created method but still I need to add an implicit enhancement into RM07DOCS so I'll be able to export results from MB51 and leave the program without displaying ...
Created on 28 March 2014
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
GUI FRONTEND SERVICES GTFILE EXIST EDITOR TABLE WITH STATUS LOWER CASE IXML DOCUMENT CVAPI DOC CHECKOUTVIEW PERIOD AND DATE CONVERT OUTPUT LOOP ABAP DEVELOPMENTS TOOLS ABAP HTML RESET REJ
Follow @abapblog

 


abapblog.com
  • Laserowe usuwanie blizn Tychy
  • Laserowe usuwanie zmarszczek Tychy
  • Paznokcie hybrydowe Tychy
  • Paznokcie tytanowe Tychy
  • Salon Kosmetyczny Tychy
  • Trycholog Tychy
  • Wypadanie włosów Tychy

ABAP Favorites Eclipse plugin

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Latest Articles

  • CMD_EI_API deletes contact persons?
  • ABAP Favorites Eclipse plugin
  • SAP Script error with percentages using decimal field
  • Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
  • A new hope for dark side with Darkest Dark Theme for Eclipse
  • Copying is not poss.because an entry is missing in Table TVCPL VL473
  • Re-explode or delete purchase order line subcontracting BOM
  • Deletion of subcontracting BOM in Purchase Requisition
  • Re-explosion of subcontracting BOM in Purchase Requisition
  • #SAPTechEd 2016 Barcelona
  • SAP TechEd Developer Hero 2016
  • How to handle CL_GUI_ALV_GRID events in SALV
  • Why I like to code in ABAP in Eclipse
  • How to access private or protected data and methods of CL_GUI_ALV_GRID
  • Send mail in BADI or User-Exit without commiting

Most Read

  • Create XLSX/MHTML file from internal table in background
  • Refresh ALV GRID and keep position and current cell
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 3 - Chart Data and render
  • Call standard F4 search help with customized parameters
  • Link Attachments of Purchase Requisition to Purchase Order
  • Subtotal lines of ALV GRID OO as content separator
  • FALV (Fast ALV Grid)
  • Dynamic GUI STATUS & TITLE with ABAP code
  • EWB Components allocation to routing operation (multilevel BOM)
  • GOS - How to add business documents at creation of object
  • Endless loop in BADI ME_PROCESS_PO_CUST
  • Popup with multi-select ALV
  • Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
  • Secure call of "starting new task" using RM_FREE_SESSION_CHECK
  • Create fieldcatalog from internal table

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.