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

Changing the spool request type in SP01

Former Member
0 Likes
1,384

Hi All,

I 'm generating the spool request number from my report. For some of users its generating with Spool request type " ABAP list with Structure information ".

How to get the spool request type with ABAP list in SP01?

Kindly help me out.

Thanks in advance.

By,

Thangamani.

Hi All,

I 'm generating the spool request number from my report. For some of users its generating with Spool request type " ABAP list with Structure information ".

How to get the spool request type with ABAP list in SP01?

Kindly help me out.

Thanks in advance.

By,

Thangamani.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
880

To generate a (ACC or RTL output) spool with structure -> GET_PRINT_PARAMETERS parameter WITH_STRUCTURE = 'X',  so get simple ABAP LIST set it to space. Check table TSP01 via SE11.

Regards,
Raymond

Read only

0 Likes
880

Hi Reymond,

I want to set "ABAP list" as default spool request type.

Thanks & Regards,

Thangamani.

Read only

Former Member
0 Likes
880

Hi,

Try FM

SET_PRINT_PARAMETERS, GET_PRINT_PARAMETERS

Regards,

Arun.