cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Transaction SP01 (Display spool requests) with parameters via URL

Former Member
0 Kudos

Hi,

I would like to be able to list all spool requests of a certain title via a URL.

Unfortunately ITS does not seem to work. A URL constructed like this

http://host:port/sap/bc/gui/sap/its/webgui/!?sap-system-login-basic_auth=X&sap-client=500&sap-langua...

causes a short dump that SP01 (Program RSOSP01NR) is a Module Pool.

I am therefore considering the following options:

1. BSP Program

2. Java WebDynpro

3. ABAP WebDynpro

Ideally, I want to be able to enter in my browser something like

http://host:port/<BSP_or_WebDynPro_stuff>&~title=Testing123

and for this to show in the browser a list of all spool requests that are named "Testing123".

Can someone advise whether any of the above options are preferable?

Also, whether such a program should call transaction SP01 with parameters (skipping first screen) or look to using the associated function modules.

Many thanks for any assistance.

Regards

Adrian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved myself. Thanks