‎2007 Aug 10 7:47 PM
Hi,
How can we read the data in the spool using ABAP program? I am already aware of the function module "RSPO_RETURN_ABAP_SPOOLJOB" using which we can get the data in the spool into an internal table. But here we can't read the internal table for specific records.
Please let me know if there is any other way for reading the spool for specific data.
Regards,
Vinod.
‎2007 Aug 10 7:52 PM
Hi Vinod,
TSP01 is the table which stores all the spool numbers.
Use the spool no to get the spool data using FM RSPO_DOWNLOAD_SPOOLJOB itll download the spool to PC using the spool number.
To display the spool you can use...
RSPO_DISPLAY_ABAP_SPOOLJOB
RSPO_DISPLAY_SPOOLJOB
Regards,
KK
‎2007 Aug 10 8:08 PM
Hi Vinod,
I think its not possible to read specific data from spool.
Thanks,
Vinay