on ‎2011 May 31 10:34 AM
Hello,
I'm writing a program which creates a nice sapscript form with some data on it. For each form I want to start a new spool request with a new number . So I'm filling the following parameters:
ITCPO-TDCOPIES
ITCPO-TDDEST
ITCPO-TDPREVIEW
ITCPO-TDNEWID
ITCPO-TDIMMED
ITCPO-TDGETOTF
in function OPEN_FORM. The result is passed back accordingly. Now I'm wondering, when will I receive the SPOOLID which should have been created because of parameter ITCPO-TDNEWID = X? What is missing or when will the SPOOLID be created?
Could somebody help?
Kind regards,
Thomas
Request clarification before answering.
The SpoolID is passed back, function CLOSE_FORM, in structure ITCPP. This happens only is when print out is not started in preview mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Pass the same ITCPO structureinto the RESULT parameter of "CLOSE_FORM". it should work.
Edited by: Lokesh Tarey on May 31, 2011 12:49 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.