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

Enter Key character

Former Member
0 Likes
1,877

Hi

Can anyone please tell me what is the character or unicode for ENTER key in ABAP which can be used in an ABAP Program.

4 REPLIES 4
Read only

Former Member
1,375

Use the symbol: CL_ABAP_CHAR_UTILITIES=>CR_LF

Read only

0 Likes
1,375

Hi,

I used this symbol by concatinating it to the string and then inserted that in the internal table. But along with the carraige return its also giving the character U+2028 in the next line of the internal table. Is there any way to over come it?

Read only

gopi_narendra
Active Contributor
0 Likes
1,375

Are you talking of Function Code.

If so its SPACE for Enter Key.

But before that check the GUI Status in the program, if it has any Function Code for Enter Key.

Regards

Gopi

Edited by: Gopi Narendra on Apr 4, 2008 3:12 PM