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

File Conversion From XLS format to TEXT format

Former Member
0 Likes
2,365

Dear All,

Could You please let me know if there is any standard program that can be used to convert XLS format input file to TEXT format..Other wise could you provide me a code for that .

Thanks & Regards

Avik.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,610

Hi...

use TEXT_CONVERT_XLS_TO_SAP as suggested by nitin..that from that internal table

use GUI_download to convert that into text..

regards

vivek

Dear All,

Could You please let me know if there is any standard program that can be used to convert XLS format input file to TEXT format..Other wise could you provide me a code for that .

Thanks & Regards

Avik.

8 REPLIES 8
Read only

Former Member
0 Likes
1,610

Hi Avik,

Try FM TEXT_CONVERT_XLS_TO_SAP

Regards,

Nitin.

Read only

Former Member
0 Likes
1,611

Hi...

use TEXT_CONVERT_XLS_TO_SAP as suggested by nitin..that from that internal table

use GUI_download to convert that into text..

regards

vivek

Read only

Former Member
0 Likes
1,610

Hi,

try these below Funtion Modules,

TEXT_CONVERT_CSV_TO_SAP

TEXT_CONVERT_TEX_TO_SAP

TEXT_CONVERT_TXT_TO_SAP

TEXT_CONVERT_XLS_TO_SAP

TEXT_CONVERT_XML_TO_SAP

Regards,

Anki Reddy

Read only

Former Member
0 Likes
1,610

hi

just open the file in excel and save as "text tab delimited file" and give the file extention as .txt.

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
1,610

thank you

Read only

Former Member
0 Likes
1,610

Hi,

Upload Excel file and download GUI_DOWNLOAD as txt file.

Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
1,610

Avik,

If your query has been resolved, please close the thread.

Regards,

Nitin.

Read only

Former Member
0 Likes
1,610

Thanks all for the inputs .

Actually my req is to covert XLS to SWIFT MT940 format in text file does any body has a sample pgm that does it

It will be a real help.