‎2008 Jan 31 9:52 AM
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?
‎2008 Feb 05 5:02 PM
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
‎2008 Feb 05 5:02 PM
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
‎2008 Apr 02 9:00 AM