‎2005 Sep 14 9:48 AM
Hi all,
I have desgined a letter in SAPSCRIPT and it's working fine .
I don't want to display the Printer dialog . if i execute the pgm , it should directly go to the spool .
How to set the default printer properties in the fn module OPEN_FORM .
Advance thanks
J
‎2005 Sep 14 9:52 AM
in the open form set the dialog param to space.
if you dont use the parma, the system will set the default value which is 'X' meaning show dialog.
Regards
Raja
Message was edited by: Durairaj Athavan Raja
‎2005 Sep 14 9:55 AM
Hi
You should set parameter DIALOG = SPACE: function OPEN_FORM won't open dialog
If you want the system get default print parameter of user, you do anything: but you have to be sure all user has defualt printer.
If you want to transfer print parameter you've just choosen, set parameter OPTIONS as structure ITCPO.
Max
Message was edited by: max bianchi
‎2005 Sep 14 10:03 AM
I want to decide the printer programmatically .
As am going to use this in ESS ,pgm has to decide the group in which the employee belong to .and whtevr print he triggers shd go to his gp head's printer .
‎2005 Sep 14 10:09 AM
Hi
I don't understand what group is for you, anyway the most data of user are in table USR01.
Max
Message was edited by: max bianchi
‎2005 Sep 14 10:26 AM
Max,
I meant organization structure (group).
For ex : Manufacturing assitants are not allowed to fire printouts to all printers .If they trigger print, it shd go to his/her corresponding Supervisors printer .
i hope u understood.