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

selecting spool buffer

Former Member
0 Likes
868

Hi,

is there any function module, to select only few pages of the spool output?

for example: if total spool output contains 100 pages, I want to select only 15 pages at a time.

Please help me

thanks in advance

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
661

hi,

goto sp01 transaction execute by giving your spool number.then in menu goto- display requests - settings .there you can mention the number of pages you required.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
662

hi,

goto sp01 transaction execute by giving your spool number.then in menu goto- display requests - settings .there you can mention the number of pages you required.

Read only

Former Member
0 Likes
661

Thanks,

But I can retrieve total number of pages with the help of the function moduleRSPO_ISELECT_TSP01.

but I need to select few number of pages of output buffer using a function module or select stmt.

please help me

Read only

vikasrao21
Explorer
0 Likes
661

Hi

go to SP01 - > press SHIFT + F1 (print with change parameter) - > enter from to pages

thanks

Vikas

Read only

Former Member
0 Likes
661

thanks