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

SPOOL REQUEST

Former Member
0 Likes
352

HI,

I am having trouble with the spool request, i have this code,

SUBMIT z_spool

AND RETURN

USER sy-uname " User for runtime authorizations

VIA JOB jobdata-jobname " Job name and job number

NUMBER jobdata-jobcount " from JOB_OPEN

TO SAP-SPOOL " Print and archiving options from

" GET_PRINT_PARAMETERS

" Both sets of options come from

" GET_PRINT_PARAMETERS

SPOOL PARAMETERS print_params

ARCHIVE PARAMETERS arc_params

WITH p_vbeln = v_vbeln

WITHOUT SPOOL DYNPRO.

this should create a new spool request, but it not, if i comment out the

VIA JOB jobdata-jobname " Job name and job number

NUMBER jobdata-jobcount " from JOB_OPEN

it will create a spool request but the spool id was not saved in the table tbtcp

please tell me if i am doing something wrong

thanks.

1 REPLY 1
Read only

Former Member
0 Likes
304

thanks for no one!