Application Development 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: 

fixed length file sending to user.

Former Member
0 Kudos

My output filxed length file contains records of length 750 chars.

My problem is I need to emailed such file to user...so the user can download the file & if error is there then, user can correct the values in this file and then rerun the program with this corrected fixed length file.

I can send this fixed lenth file as an attachment also.

How can I send, this fixed length file to the user mail id ?

Could you please help me with the code?

THANKS IN ADV.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

it is possible in case of binary files not text files just read Thomas comments in the Blog.

2 REPLIES 2

Former Member
0 Kudos

Hello Sam,

Try using this FM:

SO_NEW_DOCUMENT_SEND_API

Regards,

C

former_member188685
Active Contributor
0 Kudos

it is possible in case of binary files not text files just read Thomas comments in the Blog.