Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NEW LINE CHARACTER

Former Member
0 Kudos
990

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

2 REPLIES 2
Read only

Former Member
0 Kudos
139

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

Read only

Former Member
0 Kudos
139

i removed the ". but the # is not recognized.