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: 

Back gound scheduling problem,

Former Member
0 Kudos

Hello,

Am wrking with one standard transaction IP24 when selection screen values are given and executed it displays a report with values and it should be send via mail to his higher authority

2 REPLIES 2

Former Member
0 Kudos

Hi,

Refer to the follwoing link:

http://sapdev.co.uk/reporting/rep_spooltopdf.htm

Hope this helps.

<REMOVED BY MODERATOR>

Regards,

Sipra

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 4:37 PM

Former Member
0 Kudos

Hi,

You need to code for it. Use SO_OBJECT_SEND fm for sending email. Check if sy-batch = 'X', which is to check if the report is run background.

Schedule using SM36,SM37 and check in SOST transaction if the email is sent.

Hope this helps.

Regards,

Ramya