Posted by [IP Address: 194.18.224.226] 'SK' on August 09, 2001 at 05:13:06 EST:
In Reply to: Formscape Help posted by [IP Address: 194.18.224.226] 'Greg' on August 07, 2001 at 10:58:22 EST:
Hi Greg!
There is diffrent solutions on how to solve this problem.
The problem is that the object that counts the total amount of pages thinks that all the different invoices in the spool is only one Invoice.
You have to either send one invoice per spool, or reset the counter ( total amount of pages ) every time there is a new invoice ( you have to set at trigger for every new invoice ).
The third solution is to index the "pagebank" / Container ( the spool data from SAP ), for each new invoice ( you divide every unique invoice to a own unique pagebank / Container ).
Every invoice ( inside FormScape ) then becomes as a unique invoice ( Note that this solution could affect the performance ), in the same way if you send one invoice per spool.
Hope this will help.
Bets regards
SK
: Hi,
: we have implemented formscape with SAP.
: We use the RDI support.Actually we have problem with the number of pages in one spool.
: We use to print the invoice the sap standard RSNAST00, there is several documents in output in the same spool.
: Example : 3 invoices in a spool
: Invoice 1 : 2 pages
: Invoice 2 : 3 pages
: Invoice 3 : 1 pages
: Formscape produce the following result
: Invoice 1 : 1/6 ; 2/6
: Invoice 2 : 3/6 ; 4/6 ; 5/6
: Invoice 3 : 6/6
: The good result must be :
: Invoice 1 : 1/2 ; 2/2
: Invoice 2 : 1/3 ; 2/3 ; 3/3
: Invoice 3 : 1/1
: Thanks for your help.
: Greg