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: 

TYPE X.

Former Member
0 Kudos

Hi,

In 4.6c TYPE X value '09' - for tab space and

TYPE X value '0D' - for line break. But it wont work with ECC6.0 or 4.7.

what is the corresponding procedure to attain this requirement.

Thanks in adv.

1 REPLY 1

Former Member
0 Kudos

Hi,

Use

CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB

Just go to the class CL_ABAP_CHAR_UTILITIES and you will get all the replacements.

Regards,

Atish

Message was edited by:

Atish Sarda