‎2009 Nov 05 11:51 AM
Hello.
Requirement is : We need to find out the dafault window printer name for the SAP user id....Using Get_print_parameter function module, I could find out the device name LOCL (if this is what maintained through user profile). But it doesnot give the exact printer name which this LOCL directs the print to. Also in SAP i need to find out the list of printers with their server name.
Thanks
Hemant
‎2009 Nov 05 11:57 AM
Hi,
For list of printers, use function module ADS_GET_PRINTER_LIST
For dafault window printer name for SAP user id use function module BAPI_USER_GET_DETAIL. Export parameter DEFAULTS will give the printer details
Regards
Rajvansh
‎2009 Nov 05 11:58 AM
Hi,
Using SPAD tcode u can find the printer names which are configured in sap.
‎2009 Nov 05 12:09 PM
Hi Hemant,
Check table USR01 for User id(Bname) and Printer name(SPLD).
Check table TSP03D for Printer name(NAME or PADEST) and Server name(PAMSSERVER).
Thanks,
Edited by: Sap Fan on Nov 5, 2009 1:11 PM