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

Reading spools

Former Member
0 Likes
502

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.

2 REPLIES 2
Read only

Former Member
0 Likes
440

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 it’ll 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

Read only

Former Member
0 Likes
440

Hi Vinod,

I think its not possible to read specific data from spool.

Thanks,

Vinay