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: 

Adding Carriage Return Symbol to Smartforms

pawadee_k
Participant
0 Kudos
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

matt
Active Contributor

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.

pawadee_k
Participant
0 Kudos

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: