‎2008 Feb 26 1:47 PM
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.
‎2008 Feb 29 2:16 PM
Use FM SX_TABLE_LINE_WIDTH_CHANGE to expand the table without truncated.
Hope This will help you
‎2008 Feb 26 1:49 PM
‎2008 Feb 29 2:16 PM
Use FM SX_TABLE_LINE_WIDTH_CHANGE to expand the table without truncated.
Hope This will help you
‎2008 Feb 29 8:00 PM
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