Two ways to pretty print XML output from ABAP
Sometimes it is convenient to print out the XML with simple WRITES as readable output or save the XML as […]
Two ways to pretty print XML output from ABAP Read Post »
Sometimes it is convenient to print out the XML with simple WRITES as readable output or save the XML as […]
Two ways to pretty print XML output from ABAP Read Post »
I would like to present three very different types of transformations to generate XML from ABAP. 1) the standard transformation
Three types of transformation to generate XML from ABAP Read Post »
If you need something like variant and want to control it, the push button on the selection screen can be
Selection Screen with Push Button Read Post »
Pattern how to realise the SQL outer join with the loops over the internal tables. The sample program below generates
SQL outer join vs. join of internal tables Read Post »
Simple ABAP snippet how to read a binary file from an application server. See other related notes on my website:
Read binary file from application server Read Post »
SAP Fiori is a great modern UI HTML5 environment, which perfectly combines with HANA in memory database. The SAP Fiori
SAP Fiori Launchpad – call classic transactions with WebGUI Read Post »
The ABAP statement AUTHORITY-CHECK OBJECT has quite static syntax and doesn’t accept an internal table with authorization fields. There are
Dynamic check of authorization object Read Post »
It is sometimes very useful to change the selection of an ABAP program dynamically. In such way you can start
Dynamic variant of a ABAP Program Read Post »
Here a solution to process big table in case when you can’t use an index (for example you are looking
Package processing of mass data with COMMIT WORK and SELECT statement Read Post »
The easiest way to save internal table as CSV file with columns separated by Tab as delimiter-character is to make
Save internal table as CSV file delimited by Tab Read Post »