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

Sap Script spool

Former Member
0 Likes
471

Hi All

I am executing a a program which genereates sapscript. I want to run this program as back ground job. To do this i have to supress the print screen. What parameters i need to pass to supress the screen & create a new spool request.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

Hi,

Use FM 'GET_PRINT_PARAMETERS' in your program.

Best regards,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
433

Hi,

Use FM 'GET_PRINT_PARAMETERS' in your program.

Best regards,

Prashant

Read only

Former Member
0 Likes
432

Answered