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

spool to internal table

Former Member
0 Likes
410

kindly tel me the ways to populate or bring the spool which is created on running the prog in background to internal table.

let me know if there is any function module present.

thank you.

kindly tel me the ways to populate or bring the spool which is created on running the prog in background to internal table.

let me know if there is any function module present.

thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi Vincent,

You can use

RSPO_RETURN_ABAP_SPOOLJOB

pass the spool number and internal table name.

Also Check this Function

RSPO_DOWNLOAD_SPOOLJOB

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Read only

Former Member
0 Likes
385

RSPO_DOWNLOAD_SPOOLJOB – Downloads program spool to a file .

Do reward if helpful