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

Send mail

Former Member
0 Likes
804

Hi,

I have developped a report using ALVGRID & I want to send this report as an attchment.

Can anybody give me a guidance.

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
785

Hi,

Kindly go through this link below:

Hope it helps

Regrds

Mansi

6 REPLIES 6
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
785

FM : so_new_document_send_api1

Read only

Former Member
0 Likes
785
Read only

Former Member
0 Likes
785

CALL FM so_new_document_send_api1

and send mail.

Reg,

Sachin

Read only

Former Member
0 Likes
785

hi u can use this FM

call function 'SO_NEW_DOCUMENT_SEND_API1'

exporting

document_data = wa_document_data

document_type = 'RAW'

put_in_outbox = 'X'

commit_work = 'X'

tables

object_header = it_object_header

object_content = it_object_content

receivers = it_receivers

exceptions

too_many_receivers = 1

document_not_sent = 2

document_type_not_exist = 3

operation_no_authorization = 4

parameter_error = 5

x_error = 6

enqueue_error = 7

others = 8.

endif.

Read only

Former Member
0 Likes
785

Hello,

This question was asked many times and answered many times....

Did you check SDN before posting this thread,

you are violating the SDN rules.

Regards!

Read only

Former Member
0 Likes
786

Hi,

Kindly go through this link below:

Hope it helps

Regrds

Mansi