Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Check output device

Former Member
0 Likes
4,075

Hi,

i need to check output device is enable or not in different environment.

Any idea ?

Cheers

5 REPLIES 5
Read only

Former Member
0 Likes
2,252

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

Read only

Former Member
0 Likes
2,252

Hi,

Check printer related settings with transaction SPAD.

Hope this helps.

Read only

0 Likes
2,252

Ok thanks for answer but can i do that in ABAP with function module ?

Cheers

Read only

0 Likes
2,252

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

Read only

0 Likes
2,252

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