SWITCH is a conditional operator introduced in ABAP 740 similar to CASE but powerful and with much less coding. Who doesn’t like that? Lets check it out.
Code snippet to show the usage of the ABAP Call Transformation to transform the data easily into the excel format by XML and download it.
DELETE on ITAB is widely used when you need to filter out the entries. Lets see the performance for different Delete statements.
ABAP SALV model has some cool features. Getting the data table from the model, is one of them. Let’s explore the solution.
Lets talk about the Links in the Message Long text. This is also applicable to any documentation as well. There are few limitations, I will show you how to overcome them.
Selection criteria object for the reports where you can implement the MVC for decoupling. This approach is using the FM RS_REFRESH_FROM_SELECTOPTIONS.