Code Snippet of Various different options to copy entries from Internal table to another internal table
Many times you need to transpose the data from row based to column based and vice versa. This simple utility classes would help to do exactly the same.
Conversion Exit to Format the Amount with using the respective currency in ALV created by SALV Model.
Conversion exit is very powerful. It helps to represent data in a different format other than its basic format.
ICONs are great ways to enhance the report output. Let me show you how you can sweeten the deal by adding the tooltip on the ICON.
Code Snippet to validate the Email ID using the ABAP RegEx utility classes CL_ABAP_REGEX and CL_ABAP_MATCHER.