2009 Mar 12 12:30 PM
Hi All,
i want to replace a line feed which is shown as ## in debug mode with space..
Though i have tried replacing it by giving hexadecimal value of # but still its not gettign replaced.
So how do i replace these occurences of line feed in the string which i am using..
Regards,
Syed
2009 Mar 12 12:43 PM
Hi try this way :
data: value type string....
data: lv_feed type c value CL_ABAP_CHAR_UTILITIES=>CR_LF.
replace all occurrences of lv_feed in value with space.
Hi All,
i want to replace a line feed which is shown as ## in debug mode with space..
Though i have tried replacing it by giving hexadecimal value of # but still its not gettign replaced.
So how do i replace these occurences of line feed in the string which i am using..
Regards,
Syed
2009 Mar 12 12:42 PM
2009 Mar 12 12:43 PM
Hi try this way :
data: value type string....
data: lv_feed type c value CL_ABAP_CHAR_UTILITIES=>CR_LF.
replace all occurrences of lv_feed in value with space.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |