Java – JList items with icon

JavaIn this article I’ll present a code snippet how to implement a JList in Java where items will be displayed like [icon] [item text] . Continue reading

ABAP – List of all available icons

SAPTo display all available icons in SAP ABAP just enter TCode SE38 and execute either program SHOWICON or RSTXICON. In the output report you can see their image representation together with corresponding code interpretation Continue reading

ALV tutorial 03 – ICON column

SAPIn this example I’ll show how to add a column which will hold a user defined icon to the ALV grid. Continue reading