... deep dive into topic, to understand how we can use this interface and for which purpose.
Seems that, using this interface, you can call from ALV grid an BW Query, SAP Query, ABAP Report Program ...
... n I've choosen the XSLT transformation, the code of it (Z_NBP_TRANSFORMATION) you can find bellow.
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sa ...
One of the standard requests that comes with every SAP implementation is automatic download of exchange rates to your system. Today I will show you on an example of Central Bank Of Turkey, how to transform ...
Yesterday I've announced that I'm working on automatic logon to SAP systems on Eclipse. Today the changes in the plugin ABAP Extensions for Eclipse are published and you can use the first version of t ...
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
... users will only see selected fields and nothing more.
When you’ll run the ZDEMO_AIN_CL26 program, you can see the behaviour of the FIX_COLUMN field. If you have wide screen, please resize the SAP GUI ...
The name of this field suggest to put here an internal table name, but it seems that it has no function at all. When SAP fills field catalog automatically, then value of this field is set to ‘1’. You can ...
Although the SAP name of this field says: “Field name of internal table field”, then I haven’t found any usage of this field. It’s also not filled by SAP when you use SALV for creating field-catalogs. ...
... to SE16 or SE16N and display the content of a table ICON. You’ll see then how icons looks in your current SAP GUI theme.
Figure 38 Content of ICON table
...
I was thinking about writing a book about ALV Grid for a long time, but there was always an excuse to not to do it. One of the biggest was that SAP is now strongly advertising Fiori and UI5 as the ...
... ->save( ).
catch zcx_cmd_customer.
endtry.
Extension of ZCL_CMD_CUSTOMER
Every (almost) company which is using SAP has some custom fields in the customer master data. As t ...
I've started some time ago a journey with SAP Fiori and first Fiori apps. It was not that smooth as I've expected, but now with experience received during that period I feel more and more comfortable wi ...
... use the Fiori app from SAP Mentors for that, but this time I've decided that it will be easier and better to use Eventbrite, which is free for free of charge event. You can setup there the maximum of par ...
... 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 ...