<?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 printer name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925667#M689202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me how to get printer name by using Sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any username i want to fetch the configured printer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 10:02:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T10:02:36Z</dc:date>
    <item>
      <title>printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925667#M689202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me how to get printer name by using Sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any username i want to fetch the configured printer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925667#M689202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925668#M689203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to know the list of printers connected to your sap system thentry like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one thing Goto SPAD --&amp;gt; output Devices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925668#M689203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925669#M689204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table USR01, the field is SPLD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the device short name, if you want the long name, you will then have to go to TSP03L. Here you can use the short name to get the long name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use the conversion routine function module to convert from the short name to the long name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_SPDEV_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTR_CORR_CHECK_DEFAULT_PRINTER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925669#M689204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925670#M689205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table in USR01 and the output device field is SPLD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you go system tab on the top of the screen and then goto user profile&lt;DEL&gt;&amp;gt;own data&lt;/DEL&gt;-&amp;gt;defaults---&amp;gt;outputdevice to get the name of the printer attached to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it was useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925670#M689205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925671#M689206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925671#M689206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: printer name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925672#M689207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select SPLD from USR01&lt;/P&gt;&lt;P&gt;into l_device where BNAME EQ sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_device will have the internal short name of default printer which u can configure through SU3 transaction(defaults tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to get the original printer name use &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_SPDEV_OUTPUT  pass l_device here u will get full printer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printer-name/m-p/2925672#M689207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:57:17Z</dc:date>
    </item>
  </channel>
</rss>

