<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieving default printer without saving it in user profile default in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624281#M1280865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raynald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using access method F (Frontend printing) for your output device, you don't need to default the printer in the user master record. The system will determine the default printer set at the OS level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Hadiman Ngoei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 00:32:14 GMT</pubDate>
    <dc:creator>hadiman_ngoei</dc:creator>
    <dc:date>2009-05-21T00:32:14Z</dc:date>
    <item>
      <title>Retrieving default printer without saving it in user profile default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624280#M1280864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to retrieve the default printer. If I save it in the user profile, I can retrieve it with FM SUSR_USER_LOGONDATA_GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to avoid having to set default parameter for large user base. Is there a function module that can read default printer when it is not saved in user profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 17:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624280#M1280864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving default printer without saving it in user profile default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624281#M1280865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raynald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using access method F (Frontend printing) for your output device, you don't need to default the printer in the user master record. The system will determine the default printer set at the OS level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Hadiman Ngoei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 00:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624281#M1280865</guid>
      <dc:creator>hadiman_ngoei</dc:creator>
      <dc:date>2009-05-21T00:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving default printer without saving it in user profile default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624282#M1280866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't use LOCL because there is a batch job that does the printing  and it does not know how to find the users default printer. Which is why I am trying to find alternative to put printer in user profile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624282#M1280866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving default printer without saving it in user profile default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624283#M1280867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES-&amp;gt;REGISTRY_GET_VALUE(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROOT = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEY = Software\Microsoft\Windows NT\CurrentVersion\Windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE = Device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 18:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-default-printer-without-saving-it-in-user-profile-default/m-p/5624283#M1280867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T18:21:47Z</dc:date>
    </item>
  </channel>
</rss>

