‎2007 Jul 11 7:46 AM
hi,
If i have saved the output list in a spool using submit to sap-spool and a particular variant
how do i retrieve the saved list for that same variant?
Nidhi
‎2007 Jul 11 7:49 AM
‎2007 Jul 11 7:51 AM
Hi,
call function 'RSPO_RETURN_ABAP_SPOOLJOB_RAW'
exporting
rqident = ws_spool
tables
buffer = i_rdidata
exceptions
no_such_job = 1
not_abap_list = 2
job_contains_no_data = 3
selection_empty = 4
no_permission = 5
can_not_access = 6
read_error = 7
others = 8.
Krishna