‎2006 Sep 27 9:54 AM
Hi,
i need to check output device is enable or not in different environment.
Any idea ?
Cheers
‎2006 Sep 27 9:56 AM
Hi,
There is a transaction called as SPAD, where you can check the settings related to output device.
P.S. mark points for all helpful answers.
JLN
‎2006 Sep 27 9:57 AM
Hi,
Check printer related settings with transaction SPAD.
Hope this helps.
‎2006 Sep 27 12:35 PM
Ok thanks for answer but can i do that in ABAP with function module ?
Cheers
‎2006 Sep 27 12:39 PM
hi,
You can check the table TSP03 for printers or you can use function module <b>/LUMINATE/PRINTER_LIST</b> to display the printers available in the system.
Please reward points for helpful answers.
Message was edited by: Imtiaz Ahmed
‎2006 Sep 27 2:07 PM
The problem is the following : in table TSP03, the printer is available ; if i use it i have a error message : "The output device is deactivate in R/3 system" (this not the true message).
Thanks