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 name

Former Member
0 Likes
1,527

Hi Experts,

I'm using f150 (Dunning). There is an option to schedule sample printeout. I want to change the name of the spool request which I can see in sp01. I dont know which program is writing the name into the spool, I tried to debug, but it was unsuccessful. Could anyone help me?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
870

Hi,

Spool request data is generally sent in the structure itcpo.

The name of the spool request has three parts (TSP01-RQ0NAME = ITCPO-TDDATASET, TSP01-RQ1NAME = ITCPO-TDSUFFIX1, TSP01-RQ2NAME = ITCPO-TDSUFFIX2) making up the Title or name of spool request value in Own Spool Requests.

You may be able to solve your problem by calling PRINT_DUNNING_NOTICE with suitable itcpo.

John

2 REPLIES 2
Read only

Former Member
0 Likes
871

Hi,

Spool request data is generally sent in the structure itcpo.

The name of the spool request has three parts (TSP01-RQ0NAME = ITCPO-TDDATASET, TSP01-RQ1NAME = ITCPO-TDSUFFIX1, TSP01-RQ2NAME = ITCPO-TDSUFFIX2) making up the Title or name of spool request value in Own Spool Requests.

You may be able to solve your problem by calling PRINT_DUNNING_NOTICE with suitable itcpo.

John

Read only

Former Member
0 Likes
870

Thanks