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

Issue with REPLACE Command

Former Member
0 Likes
1,062

Recently i got to work in 4.6C and came across an issue with the statement

REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB IN WA2 WITH SPACE. . I came to know that the class CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB does not exist.

So how can i remove these tabs ?

11 REPLIES 11
Read only

former_member156446
Active Contributor
0 Likes
1,022

it very much exist still...

Read only

0 Likes
1,022

I have chked. It doesnt exist

Read only

0 Likes
1,022

se24 > CL_ABAP_CHAR_UTILITIES and in the attributes tab you should find this tab..

Read only

0 Likes
1,022

hi Jay,

I saw in that manner only. there is no such classs. I already used that class in ECC 6. I am familiar with thtat type of coding.

Read only

former_member222860
Active Contributor
0 Likes
1,022
REPLACE ALL OCCURRENCES OF 'CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB' IN WA2 WITH SPACE.

Pl. check if this 'CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB' taken as string

Read only

0 Likes
1,022

NO. I have written Correctly

Read only

0 Likes
1,022

Hi,

Please check the following:

In SAP 4.6C, REPLACE ALL OCCURENCES OF...

As per my knowledge there is no statement called REPLACE ALL OCCURENCES OF in SAP 4.6C.

Only REPLACE statement is available.

Best Regards,

Suresh

Read only

0 Likes
1,022

true

Read only

Former Member
0 Likes
1,022

Hi,

Follow up with the above answer.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,022

The REPLACE ALL OCCURANCES & the class that i specified, both doesnt exist in 4.6C. My doubt ( How to handle the tabs while uploading the file) remains unanswered.

Thanks guys ..... For all your answers.

Read only

0 Likes
1,022

I do have the same problem..the Class CL_ABAP_CHAR_UTILITIES doesn't exist in 4.6C