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

Adding Carriage Return Symbol to Smartforms

pawadee_k
Participant
0 Likes
1,114
I need to add Carriage Return symbol to as a seperator of string in Smartforms.

I have tried

  • cr_mark type c value cl_abap_char_utilities=>CR_LF.
  • cr_mark = cl_abap_conv_in_ce=>uccp( '000D' ).

But both gives me # instead of carrige return symbol.
How can I get carriage return symbol printed?

2 REPLIES 2
Read only

matt
Active Contributor
743

I suspect you don't want a CR symbol in your string. Your actual business requirement is to display the data on more than one line on the Smartform, and putting a CR symbol is your suggested solution.

Read only

pawadee_k
Participant
0 Likes
743

Actually I need to have a barcode representing a set of values and have carrige return symbol as seperator.
The requirement as state as below: