2008 Apr 04 8:06 AM
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.
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.
2008 Apr 04 8:08 AM
2008 Apr 04 8:10 AM
2008 Apr 04 9:13 AM
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?
2008 Apr 04 8:10 AM
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