I have this requirement that asks me to print several copies of a form.
From what I understand this should do it:
fp_outputparams-copies = nast-anzal. (where fp_outputparams TYPE sfpoutputparams.)
When I debug the number of copies is copied correctly to the variable, however, at print time, there is only one copy printed.
Now I understand that some things are not supported, such as grouped printing of copies, Note 1009567, but in my case I just want to print several copies one after the other.
Anyone has any ideas what the problem might be?
Cheers,