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

Tab scape secuence

Former Member
0 Likes
673

Hi All,

I need to include tab characters in a character string. Anyone knows if there's a scape sequence for this character?

Thanks in advance,

David

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
642

Hi,

See this thread:

Svetlin

3 REPLIES 3
Read only

Former Member
0 Likes
642

Hi David,

The escape sequence is '09' in hex.

constants:

zzc_tab_delimiter type X value '09'.

But I'm not sure if this is what you mean....

Regards,

John.

Read only

0 Likes
642

Hi, Working with hex isn't unicode compliant. You should use cl_abap_char_utilities=>horizontal_tab

Eddy

Read only

Former Member
0 Likes
643

Hi,

See this thread:

Svetlin