Find the last date of month and year
There are standard ways to determine the last date of a given month and year in ABAP, such as: Class […]
Find the last date of month and year Read Post »
There are standard ways to determine the last date of a given month and year in ABAP, such as: Class […]
Find the last date of month and year Read Post »
RFC_READ_TABLE is a function module to read the content of a table from a remote system via RFC. The classic
Enhancement for RFC_READ_TABLE to read tables wider than 512 characters 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 »