Hi all,
I'm trying to print a form from a BSP page, this page calls a function which launch a report with a form in an immediately way. The fuction works fine, but when the BSP calls it, no SAPLPD window appear. But in debug mode it woeks. There are any incompatibility between WAS and SAPLPD?
Regards.
The function you are calling is a GUI function (debug you use GUI) and therefore you can't access it without debug mode.
You might want to check out this weblog for printing alternatives.
/people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp
Add a comment