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

Text file creation

Former Member
0 Likes
416

Hi,

I have a report which is creating a file and that has to be sent by mail.

This file displays all the data perfectly when opened in notepad however it displays some extra characters in the form of small boxes in the last line when opened in wordpad. The user wants to work with this file in wordpad and they dont want the extra charaters to be displayed in the file.

Please let me know how can I remove those extra charaters in the SAP code.

Thanks,

Abhishek

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

when you are saving Directly save it to RTF format and then open with wordpad.

2 REPLIES 2
Read only

Former Member
0 Likes
393

when you are saving Directly save it to RTF format and then open with wordpad.

Read only

Former Member
0 Likes
392

Hi,

Can you please tell me how can we

create a text file from report.

Regards,

venkat