Application Development and Automation 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: 
Read only

Concatenate using 'bold'

Former Member
0 Likes
830

Hi All,

I want to concatenate fewstrings into one; where one string is bold and others are not. For eg:

Strings are : I, want, to, concatenate.

End result - Iwanttoconcatenate

Is this possible using Concatenate statement in abap? Thanks in advance!! Liz

1 REPLY 1
Read only

kerem_kayacan
Active Participant
0 Likes
521

Formatting depends on output type. ABAP variables do not include formatting. What type of output do you want to display? (Smartforms, ALV, etc.)