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

Printer settings for user

Former Member
0 Likes
7,880

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

3 REPLIES 3
Read only

Former Member
0 Likes
2,665

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

Read only

Former Member
0 Likes
2,665

Hi,

Using SPAD tcode u can find the printer names which are configured in sap.

Read only

awin_prabhu
Active Contributor
0 Likes
2,665

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