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. CMD_EI_API deletes contact persons?
(Tips)
... as curious about the SPRO path).        After activating assignment of contact persons, the issue with deleting contact persons disappeared!      &nb ...
Created on 13 August 2017
2. ABAP Favorites Eclipse plugin
(How to...)
1.Why I’ve created the plug-in?   I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction ...
Created on 29 June 2017
3. SAP Script error with percentages using decimal field
(Tips)
If you would ask me if I would write something about SAP Script then I would definitely answer "Hell no!". I hate SAP Script to be honest, it has for me only one advantage - speed of printou ...
Created on 03 June 2017
4. Speed up your coding with ABAP in Eclipse (SITWRO 2017 session)
(How to...)
Bellow you can find the record of my session "Speed up your coding with ABAP in Eclipse"  at SAP Inside Track Wrocław 2017, which took place on 27th of May. During the session I was not able t ...
Created on 28 May 2017
5. A new hope for dark side with Darkest Dark Theme for Eclipse
(How to...)
Dark theme is available in Eclipse since a long time, but there were many problems with easy setting of all colors in editors, windows and popups. Sometimes you had to even adjust your system ...
Created on 27 February 2017
6. Copying is not poss.because an entry is missing in Table TVCPL VL473
(How to...)
... experience I know that if SAP table had K at the end of the name that this must be configuration of header (Kopf). I've inserted my new delivery type as target delivery type and I've filled da ...
Created on 15 February 2017
7. #SAPTechEd 2016 Barcelona
(Thoughts)
Hola! although I'm still in Barcelona and the event just finished, I'd like to share with you some first thoughts I have about SAP TechEd 2016 event.       You can't imagine ...
Created on 10 November 2016
8. SAP TechEd Developer Hero 2016
(Thoughts)
This year in July I received an email from SAP Developer Relation team that I was nominate for one of thirty SAP TechEd Developer Heroes 2016.   This was quite unsuspected but at the same time ...
Created on 09 October 2016
9. Why I like to code in ABAP in Eclipse
(Thoughts)
... ix.      High resolution can be used – in SE80 or even in whole SAP screens which have resolution 2560x1440 are too big for GUI, you can make the screen wider but all elements, ...
Created on 27 May 2016
10. How to access private or protected data and methods of CL_GUI_ALV_GRID
(Tricks)
... needed to use also outside the class and then you have to look for a work around. And while SAP is doing the same then I don't feel guilty :-)   So what have to be done? You need to add interface ...
Created on 26 May 2016
11. Send mail in BADI or User-Exit without commiting
(Tricks)
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and ...
Created on 22 February 2016
12. 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
13. ZDEMO_FALV13 - Mix demo + own screen and container
(FALV (Fast ALV Grid))
... sp;    text *----------------------------------------------------------------------* module pbo output.   set pf-status 'DYNAMIC_STATUS_PART'  ...
Created on 06 January 2016
14. FALV (Fast ALV Grid)
(FALV (Fast ALV Grid))
... ve created FALV although SALV classes are provided by SAP? I know SALV classes although I haven't used them often. The main reason was that they don't provide edit mode. So at the end I've  ...
Created on 04 January 2016
15. How to copy BOM using CEWB Function Modules
(How to...)
...        i_work_area                    = 'SAP_BOM'       i_classes_in_workarea          = value classes_in_workarea( bom_inarea = abap_true  ...
Created on 28 October 2015
16. Direct access quality notification attachments from action box
(How to...)
...  *"  EXCEPTIONS *"      ACTION_STOPPED *"----------------------------------------------------------------------   constants: gos_path type string value '(SAPLSWUG)GO_GOS_MANAGER'. ...
Created on 22 October 2015
17. The SIN of progress indicator
(Tricks)
... indicator in ABAP. I've said also that it's better to cl_progress_indicator instead of FM SAPGUI_PROGRESS_INDICATOR because of built-in function to show progress only once per 10 seconds. But sometimes ...
Created on 19 August 2015
18. AiE (ADT) dark theme settings
(How to...)
Today I've got a question from Custodio de Oliveira (hope you don't mind mentioning) about Dark Eclipse settings which I'm using. As I know that settings colors in Eclipse for ADT is a ...
Created on 16 July 2015
19. Dynamic 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
20. CL_PROGRESS_INDICATOR VS direct call of SAPGUI_PROGRESS_INDICATOR
(Tips)
... I remember I was always using SAPGUI_PROGRESS_INDICATOR FM to display such messages on the screen. When used inside loops I often was manually dividing current tabix by selected variable (for ...
Created on 28 April 2015
21. Mass replace popup for ALV grid
(Tips)
... the change of "variable". The way to omit it is to call this selection-screen in new task. This will force SAP to regenerate selection-screen each time. Bellow I'll explain how to create ...
Created on 27 April 2014
22. GOS - How to add business documents at creation of object
(Tricks)
... TYPE EBAN-BANFN -> Purchase Requisition Number I_TEMP_OBJECT TYPE TOA02-OBJECT_ID -> SAP ArchiveLink: Object ID (object identifier) Implementation: method gos_alink_move_link_tpr_to_pr. ...
Created on 25 April 2014
23. GOS - Link Business Documents from PR to PO
(Tricks)
...    m_object = i_purchase_requisition.   cl_alink_connection=>find(   exporting     sap_object         = 'BUS2105' ...
Created on 25 April 2014
24. EWB Components allocation to routing operation (multilevel BOM)
(How to...)
... to do it in two ways :  1) with BDC (yeah I know, creepy but possible) 2) using EWB FM's basing on the SAP note 488765 - "Do it yourself EWB programming". Today I will present program ...
Created on 18 April 2014
25. ESDUS, ESRUO - MM settings table - Part 3/3
(Tricks)
... MEPO SAPLMEGUI/0000      Tree-On   ME22N/ME23N: Document overview X = display , empty = hidden MEPO SAPLMEGUI/0000      Tree-Width 374 ME22N/ME23N: ...
Created on 14 April 2014
26. Enhanced MB51 Part 6 - ZMB51 program
(Tricks)
... ALV OO can be used as well as SALV. If you copy the code bellow and you'll have problems with excel export, then you'll have ot remove it or install to your SAP abap2xlsx classes which I used in ...
Created on 28 March 2014
27. Enhanced MB51 Part 2 - Structure for data
(Tricks)
...           vornr type  vornr,          longnum type  /sappspro/longnum,          matnr_ext type  matnr_ext, ...
Created on 27 March 2014
28. Characteristic's own input screen - Part 8 - example of use
(How to...)
...  * This program was prepared by Łukasz Pęgiel for presentation purpose * at http://abapblog.com . * You can use it in your SAP instance without any warranty ...
Created on 17 November 2013
29. Characteristic's own input screen - Part 2 - Clear Initial Line
(How to...)
...      data: mt_api_vali type  tt_api_vali.     data: f_name type string value '(SAPLCTMS)WS[]'.     call function 'CTMS_DDB_HAS_VALUES_INTERNAL' ...
Created on 31 August 2013
30. Characteristic's own input screen - Part 1 - Convert Values To Float
(How to...)
... If this could be done then I could omit carrying about type of characteristics (date, number, char ) and if it is single o multiple type. So I started to dig in SAP, debug standard functions and I was ...
Created on 31 August 2013
  • Start
  • Prev
  • 1
  • 2
  • Next
  • End
BAPI OBJCL GETDETAIL PROGRESS INDICATOR VS direct call of SAPGUI INDICATOR REUSE ALV GRID DISPLAY LVC KKEK CONVERT FLOAT CURR TVCPLAP COMPONENTS REFRESH SAP SCRIPT CREATE COM How to handle CL GUI GRID events in SALV CHAR
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.