Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Special character - Bullet point

Former Member
0 Kudos

I have a string l_str type STRING value 'abc'

I want to concatenate the special character bullet (like in MS word) in front of the string. How do I represent the bullet character? Any sample code?

3 REPLIES 3

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

You can try printing the ICON ICON_COLUMN_RIGH/ICON_PAGE_RIGHT just before your text. Execute table ICON and see to find the appropriate symbol.

Thanks,

Vinod.

former_member125931
Active Participant
0 Kudos

Hi,

I dont think bullets which are in MS Word available in SAP (ICON Table) but for representing you can choose any symbole from the table and concatenate with your string.

Thanks and regards,

Sree.

Former Member
0 Kudos

Hi,

You can concatenate the special characters in Bullet form.

For this purpose goto se11Table -ICONExecute it and you can see all the icons .

From there you can take the icon name and goto SE11- Type Pools ICON, there you can also see the Symbols defination for the Icons.

You can take the symbols and concatenate it with the string.

Hope it helps you.

Thanks

Arbind