Dear All,
Can you help me about the problem stated in this thread.
Basically, I have program that Get data from the SAP Server AL11.
The problem is i cannot strip the CR/LF from the file: The file looks like this - " BE10#A#L1211000#ZZZZZZZZ#WD-5#9:00 " .
Ive used the following method but none of them worked.
- lc_hash TYPE char1 VALUE cl_abap_char_utilities=>cr_lf
- FM: SF_SPECIALCHAR_DELETE'
- REPLACE ALL OCCURRENCES OF '#' IN lv_char WITH space.
Note: the file if rom a EXCEL -> then i copy it to a NOTEPAD -> then upload it using CG3Z.
You response is highly appreciated.