‎2007 Nov 02 12:31 PM
Hi All,
As per following link instructions I'm converting SAP script to PDF... it's working fine... But there is small problem... before getting 'Save to local Directory' pop up..
I'm getting 'Print' pop up as well....I don't want to this print popup...
is there anyway we can restrict this by passing any extra parameter to
OPEN_FORM function module...
Thanks in advance...
‎2007 Nov 02 12:48 PM
Hi ,
try like this,,
call function 'OPEN_FORM'
exporting
dialog = space "Add this line
form = 'ZFORM'
‎2007 Nov 02 12:48 PM
Hi ,
try like this,,
call function 'OPEN_FORM'
exporting
dialog = space "Add this line
form = 'ZFORM'
‎2007 Nov 02 12:51 PM
Hi Sapsudha rao,
U need to pass the following fields in the importing parameter <b>OPTIONS</b>:
TDDEST " Output device = LOCL
TDPRINTER " Printer name
TDIMMED " =X
And in the importing parameter DIALOG : MAke it X.
Thank you.
Reward points if found useful.