2009 Jul 09 11:21 AM
Hi Experts,
How can i read the data from spool?
I need to read the data from the spool and should display on the screen?
Is there any FM to read the data from spool?
Sruthi.
Hi Experts,
How can i read the data from spool?
I need to read the data from the spool and should display on the screen?
Is there any FM to read the data from spool?
Sruthi.
2009 Jul 09 11:27 AM
2009 Jul 09 11:42 AM
hi please use this..
CALL FUNCTION 'RSPO_RETURN_ABAP_SPOOLJOB'
EXPORTING
rqident = v_spool
TABLES
buffer = it_spool
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |