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.
Utility class to generate the Legend ALV using SALV Popup and attach it onto ALV Grid generated by SALV Model
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.
Many times, we would need to upload data from the Excel File. FM ALSM_EXCEL_TO_INTERNAL_TABLE is useful but has few limitation.
Text Pools are great for creating language independent program. But, it create a very peculiar problem when used in ABAP objects
Introducing a small utility class to build HTML code within ABAP. This utility wraps the logic for build HTML Tags and string manipulation within itself for simple client access. Motivation Recently, I needed to generate an email notification using HTML. The email notification would contain the data in Table format. I don’t like to concatenate…