Skip to Content
0
Former Member
May 12, 2008 at 01:01 PM

Hi All..

18 Views

Hi All

I developed Web Dynpro application and trying to call adobe form and send it to Printer directly which is default on Desktop when I click on the Print Button on the Web Dynpro UI.

Actually I developed ADOBE form in SDF -

Interface type is - ABAP Dictioanry based interface.

Layout type is - Standard Layout.

Then I am calling the above ADOBE form using CALL FUNCTION 'FP_FUNCTION_MODULE_NAME',

CALL FUNCTION 'FP_JOB_OPEN', CALL FUNCTION 'ADOBE Generated FM' and CALL FUNCTION 'FP_JOB_CLOSE'.

In this case it is going to Spool and showing as a pending status but when I created report in SE38 and called same FM's which I used in Web Dynpro application then It is going to the printer directly also It is opening printer log, showing the log status of Print also it is showing status as Completed in the Spool.

Please help to me how can I send it to Printer directly from the Web Dynpro UI?