Submitting UBE without the printer selection screen

patcc

Well Known Member
Hi,

Is it possible to launch a UBE without having the printer selection screen?

I actually want to call a report from an application but I don't want to have the printer selection screen? I want it to process in the background and return any result if any. I want to avoid the user one additional click.

Is this possible? If yes, how to do it?

Thanks
 
Yes it is possible.

Use the B91300C Launch Batch Application BSFN to call the report. This will submit the UBE to the server without the printer selection screen.

For detailed parms list see the "Calling UBE Dynamically" post from jdepgmmer.

Later
Sriram Visvanathan
Independant JDE World/One World Analyst
Miami, Florida
 
You could either use business function B91300C (Which is used by Scheduler kernel) or you can write simple NER and pass required information through the Data structure. Inside the NER, just call the report interconnect call and turn on "Asynchronously" Flag. All the jobs through business functions must be submitted asynchronously from 8.9x tools release onwards
 
Back
Top