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

convert alv out to html format

Former Member
0 Likes
1,077

hi,

my requiermant is iam converting ALV out to html format and sending that html attachment to sap users.

my progrems is iam not able to save that attachment.

Is there any option in functional module

LVC_ALV_CONVERT_TO_HTML.

Kindly some one help me on this .

Regards,

Swathi

6 REPLIES 6
Read only

Former Member
0 Likes
929

Check this thread..

Read only

Former Member
0 Likes
929

use

SO_OBJECT_SEND function module to send as attachment.

Read only

0 Likes
929

HI,

Iam using the function module

SO_NEW_DOCUMENT_ATT_SEND_API1.

it is havening because of mail function modure or function module which is using for converting in html format?

Thanks in advance

Swathi

Read only

0 Likes
929

One way to do it is to use the FM: CONVERT_OTFSPOOLJOB_2_PDF.

this module can convert Your print to a PDF file.

Then use the FM: SO_NEW_DOCUMENT_SEND_API1 to send a e-mail with the PDF attached!

Read only

0 Likes
929

hi,

iam converting into html format not pdf

Read only

Former Member