... in SAP. So I was asking always Basis team to unlock me, but as I do it often, then I said to myself, that there need to be an option to unlock myself without bothering my Basis colleagues.
And there ...
I was many times disappointed about the time Eclipse needs to start, but I thought that's the way it should be, especially that my previous PCs were not the fastest one and with small amount of RAM-memory ...
... nt two SAPNotes (2526405 ,2629179) in order to get correct results from the mentioned method. Once done the rest was quite easy.
Always the latest code for this program yo ...
... h SAP* user and update the license in SLICENSE transaction. This sometimes makes me a bit nervous. That's why I've setup my installation this way, that the time between OpenSuse and Windows host is ...
You may saw before the article Create XLSX/MHTML file from internal table in background and you may have use it without any issues before, but it seems that in newer releases of SAP (definitelly ...
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 ...
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 ...
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 ...
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 ...
... 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 ...
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 ...
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 ...
... 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, ...
... 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 ...
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 ...
... 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. ...
... 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 ...
... 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 ...
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 ...
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 ...
... 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 ...
... 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 ...
... 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. ...
... 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 ...