<?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: Device type does not support page format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086913#M1181072</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;this is basically basis work, the printer u have assigned must not be suuporting the output format u have created...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 10:15:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T10:15:41Z</dc:date>
    <item>
      <title>Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086912#M1181071</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;There is one issue when I print a smartform. I get an error message as follows, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"Device type ASCIIPRI does not support page format ZTEST."&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have configured the printer in SPAD and assigned a custom page format ZTEST. Is there any other configuration needed to get this working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Netrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 10:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086912#M1181071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T10:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086913#M1181072</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;this is basically basis work, the printer u have assigned must not be suuporting the output format u have created...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 10:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086913#M1181072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086914#M1181073</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;There is a relationship between the Device type and the page format which is missing here.  Typically, you will need to take a copy of the standard device type (in this case ASCIIPRI) before adding your own page formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SPAD after you''ve copied your device type, select it from the list and press the Formats button.  On this screen you can assign your new page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 10:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086914#M1181073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086915#M1181074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the standard device type to create a custom output device ZOUT. I will explain the procedure I followed to confugure the page format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Go to tcode &lt;STRONG&gt;SPAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Enter &lt;STRONG&gt;ZOUT&lt;/STRONG&gt; in Output Devices input box&lt;/P&gt;&lt;P&gt;- Click on &lt;STRONG&gt;Display&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Go to tab &lt;STRONG&gt;Tray Info&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Enter &lt;STRONG&gt;ZTEST&lt;/STRONG&gt; in all Page Format input boxes. (ZTEST is my custom page format)&lt;/P&gt;&lt;P&gt;- Select all tray checkboxes.&lt;/P&gt;&lt;P&gt;- Save and activate the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know what is missing here. Why am I not able to print on the output device ZOUT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 10:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086915#M1181074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T10:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086916#M1181075</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;I think you're getting confused between 'Device type' and 'Output device'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a copy devive type;&lt;/P&gt;&lt;P&gt;Tcode SPAD&lt;/P&gt;&lt;P&gt;Click on 'Full administration'&lt;/P&gt;&lt;P&gt;Choose the 'Device types' tab&lt;/P&gt;&lt;P&gt;Click on 'Display' (next to device types)&lt;/P&gt;&lt;P&gt;Choose Device type -&amp;gt; Create using template&lt;/P&gt;&lt;P&gt;Enter 'ASCIIPRI' (assuming this is your current device type) and a name for you copy.&lt;/P&gt;&lt;P&gt;Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once this is created you can add the page format;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode SPAD&lt;/P&gt;&lt;P&gt;Click on 'Full administration'&lt;/P&gt;&lt;P&gt;Choose the 'Device types' tab&lt;/P&gt;&lt;P&gt;Enter the name of the device type you've just created&lt;/P&gt;&lt;P&gt;Click on 'Display'&lt;/P&gt;&lt;P&gt;Click on 'Formats'&lt;/P&gt;&lt;P&gt;Click on 'Create'&lt;/P&gt;&lt;P&gt;Add you page type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then need to use this device type in the definition of your output device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 15:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086916#M1181075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086917#M1181076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was indeed a very helpful answer. But my problem is not resolved yet.&lt;/P&gt;&lt;P&gt;I created my own Device Type "ZRECEIPT" as per abovementioned steps. I clicked on "New Format" and entered my Page Format name. But it says &lt;STRONG&gt;"Format ZTEST does not exist"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I associate my Page Format to this newly created Device Type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 08:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086917#M1181076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T08:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Device type does not support page format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086918#M1181077</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;Your page type would be created as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode SPAD&lt;/P&gt;&lt;P&gt;Click on 'Full administration'&lt;/P&gt;&lt;P&gt;Choose the 'Device types' tab&lt;/P&gt;&lt;P&gt;Click on 'Display' (next to page formats)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your page type should be on this list.  If not, create it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 10:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/device-type-does-not-support-page-format/m-p/5086918#M1181077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T10:11:20Z</dc:date>
    </item>
  </channel>
</rss>

