I was lately trying to find an HTML WYSIWYG editor for ABAP, but I failed. I though or this was not needed so far, or the solution was not posted anywhere. So I've tried several times and thanks to ...
... MHTML excel (like in ALV->Export to Spreadsheet). In newest version we're able save the file directly to XLSX also. In a method shown bellow you can see that to create Excel file you need to only pass internal ...
... a table or even DIV in HTML where you can put your content. You can create multilevel splitters, so if you want you can split the area into two rows with one column, then create a splitter on the top row ...
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 >= 7.50) ...
... your methods and magic Ctrl+1 allows you to adjust quickly all parameters .You can use some basic HTML there also.
vii. ABAP Keywords colors – since few versions of AiE you can color as ...
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 not ...
... 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 ...
... On the top of the screen there is an HTML container builded with CL_GUI_HTML_VIEWER. This container will tell you if it's your turn or if you have won the battle.
As this is the first version, ...
In part one for this tutorial I quickly shown you how to create a chart customizing using Chart Designer, in this part I will show how I store and use such customizing. For the beginning I'll tell ...
...
* exporting
* #1 = '0'.
* set body of an email
set property of fo_appitem 'Htmlbody' = 'This is bodyUse HTML'.
* set recipients, can be separated with ; if ...