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: 

Tab scape secuence

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

See this thread:

Svetlin

3 REPLIES 3

Former Member
0 Kudos

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.

0 Kudos

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

Eddy

Former Member
0 Kudos

Hi,

See this thread:

Svetlin