Rehan Zaidi

Using CASE expressions and Substring function in SELECT statements- A Short Guide for ABAP and ABAP on HANA Developers

Using CASE expressions and Substring function in SELECT statements- A Short Guide for ABAP and ABAP on HANA Developers

Within newer versions of Open SQL, you can now add both simple and complex conditions using the CASE.. ENDCASE expression. In addition, you may use the SUBSTRING function in order to extract part of a character field. In this article, we will see the two topics, along with coding examples and output illustrations.