SWITCH usage with returning the object reference. This would be great to reduce lot of clutter from the design pattern implementation i.e. Factory design pattern.
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.