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

Function Module

Former Member
0 Likes
442

Can any body tell me , is there any function module for known the no of printer connected to the system and known the status of printer, can any body tell me that function module name with code, it's urgent , help me out plz .

Regards,

Nihar.

3 REPLIES 3
Read only

Former Member
0 Likes
398

HI,

just goto SE37 and enter print u may get lot of FM.choose the best what u want.

Senthil kumar

Read only

Former Member
0 Likes
398

Hi,

check these FM

WWI_GET_PRINTERS

EFG_GET_PRINTER

ADS_GET_PRINTER_LIST

HRHAP_C_PRINTER_DEVICE_GET

FTR_CORR_CHECK_DEFAULT_PRINTER

PRINTER_CHECK

To check the code, goto the where used list button, and watch the code for various programs.

Regards,

Pritha.

Message was edited by:

Pritha Agrawal

Read only

Former Member
0 Likes
398

Whilst it's easy enough to read a list of printers / desitinations configured in your SAP system (table TSP03 is a place to start), I'm not sure you'll be able to check the "status" of each as they will often be connected in a large variety of ways - for example "local printing" uses a printer connected via the front-end so you won't be able to communicate to that from your ABAP code.

Jonathan