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

regarding reading the data from spool

Former Member
0 Likes
411

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.

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
370

HI,

Check the FM RSPO_RETURN_ABAP_SPOOLJOB

Regards,

Nagaraj

Read only

Former Member
0 Likes
370

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