‎2009 Jan 12 7:16 AM
Dear All,
I have developed a smartform and print program and assigned to a output type for VA02. when i use VA02 and issue output type , when i select print preview a popup will appearing ( output device screen).
But i dont want that screen. how to avoid it.
please help me.
regards,
kumar
‎2009 Jan 12 7:23 AM
control_param-no_dialog = 'X'.
control_param-preview = ' '.
composer_param-tdnoprev = 'X'.
‎2009 Jan 12 7:23 AM
control_param-no_dialog = 'X'.
control_param-preview = ' '.
composer_param-tdnoprev = 'X'.
‎2009 Jan 12 7:26 AM
There could be 2 reasons for this .
1.No default printer maintained against your userid.Check in system->Userprofile->owndata->Select defaults tab.Check if u have provided the output device.
If there is no problem with the point 1 then
2.Check out the control pararamerts in the interface of the smartform,there will be a variable for printer check that also for a printer name.
Cheers
‎2009 Jan 12 8:59 AM
‎2009 Jan 12 7:36 AM
hi,
you mean to say the print options screen? if yes, in your program, print options check the nodialog option as 'X'.
this should solve your query.
thanks,
anupama.