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: 

very-urgent----ALV as email

Former Member
0 Kudos

Hai Gurus ,

What is the short key to run a program in background .. ?

I want to run a program (ALV report)in background to get a spool number .after this I want to send this report in email as PDF format ..

very urgent .. can any one help ...

2 REPLIES 2

Former Member
0 Kudos

Hi,

BackGround : "CTRL" + "F9".

For Spool to PDF and Email, check the following ABAP code : RSTXPDFT4.

( For spool 2 PDF : FM : <b>'CONVERT_ABAPSPOOLJOB_2_PDF'</b>

For email with PDF attached : FM : <b>'SO_DOCUMENT_SEND_API1'</b> )

Hope this helps,

Erwan

Former Member
0 Kudos

HI

short cut is CNTRL+F9

see this

/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job

<b>Rewar dif usefull</b>