‎2007 Sep 19 10:28 AM
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.
‎2007 Sep 20 7:49 AM
HI,
just goto SE37 and enter print u may get lot of FM.choose the best what u want.
Senthil kumar
‎2007 Sep 20 8:00 AM
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
‎2007 Sep 24 3:22 AM
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