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

Getting LOCL printer information

Former Member
0 Likes
1,032

How do I determine what printer is the LOCL printer for an SAP user - Is there a function module or SAP table with this info ?

How do I determine what printer is the LOCL printer for an SAP user - Is there a function module or SAP table with this info ?

3 REPLIES 3
Read only

KalC
Active Participant
0 Likes
906

Hi Raynald,

Generally there will not be any physical printer direclty assigned to LOCL printer.When you try to print using LOCL, if there are any local printers assinged to your windows user then sap will show those to select one of them.Hope this helps.

Thanks & Regards,

Kalyan.

Read only

Former Member
0 Likes
906

See FM BAPI_USER_GET_DETAIL

Rob

Read only

Former Member
0 Likes
906

Method:

CL_GUI_FRONTEND_SERVICES->REGISTRY_GET_VALUE(

ROOT = 1

KEY = Software\Microsoft\Windows NT\CurrentVersion\Windows

VALUE = Device

)