Print Immediate
Print Immediate
(OP)
We are running Xe and are looking for solutions to have UBE's run in batch printed immediately to a FormScape print queue. Unfortunately, JD Edwards does not have this capability in Xe (it does in ERP 9) and I am looking for solutions to allow for this functionality. Any help would be appreciated.
I have been offered solutions using table triggers (which I am not familiar with) and using the Send Print Request business function.
I have been offered solutions using table triggers (which I am not familiar with) and using the Send Print Request business function.
RE: Print Immediate
Thanks
Stephanie
RE: Print Immediate
I have been trying to get a solution to this problem too - did you have any luck?
RE: Print Immediate
RE: Print Immediate
RE: Print Immediate
runube JDE JDE DV7333 R0006P XJDE0001 QB7333 Batch Print Save printer1
Good luck!
Dan
RE: Print Immediate
I have tried to use the RUNUBE but I'm having some problems with the PRINT paramater. I don't see it as a part of the RUNUBE command. Is there something I'm missing? The RUNUBE command stream if you use F4 gives the following:
Label
User Profile
User Password
Environment
Report
Version
Generate Spool file
Save after Printing
OneWorld Printer Name
This is all I get from the F4.
Is there somethign special with the print immediate to work? We did submit the job without the PRINT and it worked but we had to do a print again so it goes through Create Form.
In dire need here.
Looking forward to hearing from you
Cheers,
Ray
RE: Print Immediate
Just to qualify "print again so it goes through CF"... we had to go through One World and reprint.
Ray
RE: Print Immediate
We created a business function. This business function is designed to be called by a trigger on the F986110 (job control master) table. It will extract the name of the report and verify it against F986167 (default printer) table for matching entries having the status set to PI (Print Immediate). If a record is found, it will send a print request to the host, thus simulating a "Print Immediate" job. Note that the PI status must be set up in UDC H98/ST.
We have not had any issues with this method of the print immediate. We are able to distinguish between users where documents are to be printed, but not yet for versions of reports - that's the next phase when we can get to it.
RE: Print Immediate
What you are talking about sounds an a lot like a third party tool called AutoPrint. Which is made by Alex Pastuhov. You may want to talk to him about that product. It already has the functionality you are looking for.
RE: Print Immediate
We have implemented a different solution though which proved working. This solution is using a different server where the INI has been set to print immediate for any report that runs under this server.
We are still in our testing phase and I want to consider the solutions you have provided.
With respect to RUNUBE, we are still on Xe but the higher versions have a separate parameter for PRINT IMMEDIATE now. I have seen some SARS/white papers on this in the Knowledge Garden.
Again, thanks.
RE: Print Immediate
We have already implemented something similar to Alex's solution. I spoke to the original developer, who guided me in implementing the solution on our own as opposed to purchasing it.