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: 

Carriage return in central text

Former Member
0 Kudos

Hi,

I'd like to know how to add a carriage return character in a central text of an order document.

I use SAVE_TEXT BAPI to add central text in an order.

Thank you for your help.

1 ACCEPTED SOLUTION

franois_henrotte
Active Contributor
0 Kudos

carriage return is available in class CL_ABAP_CHAR_UTILITIES

you just have to concatenate existing text with

CL_ABAP_CHAR_UTILITIES=>CR_LF

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

carriage return is available in class CL_ABAP_CHAR_UTILITIES

you just have to concatenate existing text with

CL_ABAP_CHAR_UTILITIES=>CR_LF