2006 Sep 06 11:56 AM
i am trying to load text into the BASIC TEXT of the material. The input file has matnr and the text. The file we loaded is fine. But in the text editor the # for new line character appears and this is causing problem while writing the text in a sapscript.
so i am trying to remove the # for the new line character while we load the file. i am using
data: c_tab like CL_ABAP_CHAR_UTILITIES=>CR_LF. to split the file and it is not being recognized. The input file is a tab delimited text file from excel. and it has " at the begining and ending.
thanks in advance
2006 Sep 06 12:07 PM
that is problem with Xls , If u have text with any Delimitors then u will get this kind of Stuff.
prabhu,peram then i will get in text file as "prabhu,peram".
Regards
Prabhu
2006 Sep 06 12:25 PM