‎2013 Mar 22 5:04 AM
Dear Experts,
I have been exploring to have SBWP icon on the application toolbar of my custom report program selection screen, but with little success.
Please guide.
kind regards
Jogeswara Rao
‎2013 Mar 22 6:38 AM
Hi,
The report RSTXICON lists all the icons and their respective code values. Take the code value of an icon and use it in the text element to display the icon on the selection screen. make sure to include the icon code between two '@' symbols.
Here is an example of writing the text element and using it in the selection screen.
Text-000 : Here is an icon @0D@
SELECTION-SCREEN BEGIN OF b1.
SELECTION-SCREEN COMMENT 1(25) text-000.
SELECTION-SCREEN END OF BLOCK b1.
Hope this helps,
~Athreya
‎2013 Mar 22 6:38 AM
Hi,
The report RSTXICON lists all the icons and their respective code values. Take the code value of an icon and use it in the text element to display the icon on the selection screen. make sure to include the icon code between two '@' symbols.
Here is an example of writing the text element and using it in the selection screen.
Text-000 : Here is an icon @0D@
SELECTION-SCREEN BEGIN OF b1.
SELECTION-SCREEN COMMENT 1(25) text-000.
SELECTION-SCREEN END OF BLOCK b1.
Hope this helps,
~Athreya