‎2009 Apr 01 4:58 AM
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 ?
‎2009 Apr 01 5:00 AM
‎2009 Apr 01 5:19 AM
‎2009 Apr 01 5:20 AM
se24 > CL_ABAP_CHAR_UTILITIES and in the attributes tab you should find this tab..
‎2009 Apr 01 5:26 AM
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.
‎2009 Apr 01 6:09 AM
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
‎2009 Apr 02 8:21 AM
‎2009 Apr 02 12:49 PM
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
‎2009 Apr 02 3:53 PM
‎2009 Apr 01 7:33 AM
‎2009 Apr 06 2:20 PM
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.
‎2009 Jul 01 10:36 AM
I do have the same problem..the Class CL_ABAP_CHAR_UTILITIES doesn't exist in 4.6C