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

SO_DOCUMENT_SEND_API1

Former Member
0 Likes
628

Hi Everyone,

I'm trying to send an e-mail with an XL attachment which needs to be

wider than the standard 255 characters. I'm using the function module

SO_DOCUMENT_SEND_API1 and am passing it a tab delimited table in it's

objbin parameter. Objbin is only 255 characters wide!

Can anyone show me how to send a wider attachment.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Use FM SX_TABLE_LINE_WIDTH_CHANGE to expand the table without truncated.

Hope This will help you

3 REPLIES 3
Read only

Former Member
0 Likes
542

Hi

it is not possible to pass more then 255 char.

Regards,

Read only

Former Member
0 Likes
543

Use FM SX_TABLE_LINE_WIDTH_CHANGE to expand the table without truncated.

Hope This will help you

Read only

Former Member
0 Likes
542

An option is to send the attachment as an html table.

Embed the in an internal table or in a concatenated string.

The user can open the html attachment right mouse and export the data to excel.

You will not be constrained by the 255 character limitation.

Enjoy.

TC

Edited by: tooCann on Feb 29, 2008 3:00 PM