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

Alternative for SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Likes
969

Hi,

Is there any other function module that has same functionality as that of above mentioned i.e. I want to send report output as excell sheet in an email. The problem I am facing right now, is that this function module sends the data to excell sheet in Binary format. And my data is of 255 characters. Hence, data gets cut at 133 characters therby losing second half of 256 bytes. I am facing this problem in version 4.7 (Unicode compliant). This code was working perfectly fine in 4.6c.

Kindly advise.

Debs

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
730

Try out with the function module:

SO_DOCUMENT_SEND_API1

Its works fine I belive.

Regds,

Rajeev.N

Try out with the function module:

SO_DOCUMENT_SEND_API1

Its works fine I belive.

Regds,

Rajeev.N

2 REPLIES 2
Read only

Former Member
0 Likes
731

Try out with the function module:

SO_DOCUMENT_SEND_API1

Its works fine I belive.

Regds,

Rajeev.N

Read only

Former Member
0 Likes
730

Try out the different possible parameters to the function module. hope it will work,

amit