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

Kernel function to read local printer path

Former Member
0 Likes
248

Anyone know of an SAP kernel function to read local printer path.

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
222

Method:

CL_GUI_FRONTEND_SERVICES->REGISTRY_GET_VALUE(

ROOT = 1

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

VALUE = Device

)