2008 Dec 23 4:41 PM
hi experts,
I have a string like this "a<tab character>b<tab character>c<tab character>d". for my processing i want the output like "abcd". How can i replace all occurances of this tab character from my string.
tab character = a hexa decimal character. I dont know the hex value for this.
regards
Raghav
2008 Dec 23 5:16 PM
tabulator is 09
if you are in ECC there is a class to mantain Unicode, I think it's called cl_abap_char_utilities and it has the tabulator inside
tabulator is 09
if you are in ECC there is a class to mantain Unicode, I think it's called cl_abap_char_utilities and it has the tabulator inside
2008 Dec 23 5:16 PM
tabulator is 09
if you are in ECC there is a class to mantain Unicode, I think it's called cl_abap_char_utilities and it has the tabulator inside
2008 Dec 23 5:41 PM
2008 Dec 23 7:19 PM
you got to declate tab :
*tab decleration
datA: lv_tab type c value CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB.
2008 Dec 23 7:22 PM
2008 Dec 23 7:26 PM
hi you joined SCN in 2007 its a way long time to say.. ur new.. any ways.
after declaring the lv_tab as I said...
REPLACE ALL OCCURRENCES OF lv_tab in <string> with space.
2008 Dec 23 8:55 PM
You shouldn't consider anybody's expertise based on the joining date.
Regards,
Naimesh Patel
2008 Dec 23 9:08 PM
2008 Dec 24 3:24 AM
thanks J@Y. I am actually posting this question on behalf of our developers.
I am new ABAP and not to SAP. I am SA for CRM and BI
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |