Application Development 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: 

Printing to SAP Inbox

Former Member
0 Kudos

Hi Experts,

I am on 4.7

I have a batch job (ABAP), that currently runs everyday. I would like to know how I would send the output of this batch electronically via the SAP Inbox or outside email? Is possible? If so, what would I need to do?

Any help will be appreciated and points.

Thank you for your time!

P.S. If this is the not correct place for this post, could you please redirect it to the proper place, thanks!

Best regards,

WC

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

You are at right place

Now, you can use the FM SO_NEW_DOCUMENT_SEND_API1 for sending the mail to SAP inbox or external mail.

Search this forum for this SO_NEW_DOCUMENT_SEND_API1 FM you will find so many posts which can help you.

Next, you need to implement this FM into your exsiting program so this FM can send the data or list using the SPOOL number.

Regards,

Naimesh Patel