‎2010 Feb 18 6:46 AM
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.
‎2010 Feb 18 8:03 AM