Poll results for the poll Commenting your Code. Quite a few people cast their vote for the poll.
RTTS is around for years in ABAP now. Code Snippet to generate Dynamic Internal Table using RTTS which was previously developed using Field Catalog.
With ABAP release 731, you have && which can be used instead of CONCATENATE. You also have & which seems to be doing the same job. So what is the difference?
String Templates are introduced in SAP with ABAP release 731.
ABAP Database Connectivity also known as ADBC provides Object Oriented approach to access the database. You can also access the DB dynamically using the ADBC.
Since ABAP release 7.0, you can create ABAP Unit Test Global Class. Lets see what to do and what not to when using the ABAP Unit Global Test Class.