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.
Transaction Variants are very good for hiding the Screen Elements. Simple code snippet to get the Transaction code variant name.
Recently, I have been working on introducing various tools on Zevolving.com. Just want to capture them here.
Check Point Group would be very helpful in troubleshooting for the any application. Lets see what is Check Point Group and How to use them.
Use method CLIPBOARD_EXPORT of class CL_GUI_FRONTEND_SERVICES to put data into your clipboard which can be copied anywhere like Notepad, Excel, etc.