<?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: authorization object for print preview in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485229#M1255528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the subject you mention authorization object for "print preview" and in the decription you mention "restricting the print". These two seperate actions and can be controlled by more than one objects. The authorization to print obviously would depend on the objects related to spool as has been mentioned in the earlier replies. But, the print preview can also be done from the application itself. You may need to investigate more on object S_BDS_DS which grants authorization for displaying print preview of documents like a purchase order from tcode ME21n.&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2009 14:06:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-14T14:06:21Z</dc:date>
    <item>
      <title>authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485225#M1255524</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 am looking for the authorization object to restrict print of the document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485225#M1255524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485226#M1255525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you further explain which aspect of printing do you want to restrict? Because normally printing access to a particular printer is restricted by object S_SPO_DEV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some transactions (normally where printing of documents is involved) Authorization to Activity 04 in certain objects will also control the authorization for printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 17:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485226#M1255525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T17:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485227#M1255526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can restrict with this object S_SPO_ACT (Spool: Actions)below mention activity&lt;/P&gt;&lt;P&gt;ATTR	Change order attributes&lt;/P&gt;&lt;P&gt;AUTH	Change authorization field&lt;/P&gt;&lt;P&gt;BASE	Visibility&lt;/P&gt;&lt;P&gt;COMP	Use as components of composite request&lt;/P&gt;&lt;P&gt;DELE	Delete&lt;/P&gt;&lt;P&gt;DISP	Display contents&lt;/P&gt;&lt;P&gt;DOWN	Download&lt;/P&gt;&lt;P&gt;EDIT	Change contents (currently only for composite requests)&lt;/P&gt;&lt;P&gt;PRNT	Print once&lt;/P&gt;&lt;P&gt;REDI	Divert to same printer type&lt;/P&gt;&lt;P&gt;REPR	Print several copies&lt;/P&gt;&lt;P&gt;SEND	Send to SAPoffice&lt;/P&gt;&lt;P&gt;USER	Change owner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can restrict device name &amp;amp; type under the object  S_SPO_DEV(Device authorizations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can restrict  Restriction on Maximum Number of Pages  under this object S_SPO_PAGE(Restriction on Maximum Number of Pages)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 09:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485227#M1255526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-11T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485228#M1255527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system always checks the device authorizations before creating a spool or output request. Users can only create requests if they have an appropriate authorization for the relevant output device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system checks device authorizations using the authorization object S_SPO_DEV. You can also specify output quantity with the authorization object S_SPO_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information about spool authorizations, see SAP Note 119147.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore Kumar Vuthpala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 12:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485228#M1255527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485229#M1255528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the subject you mention authorization object for "print preview" and in the decription you mention "restricting the print". These two seperate actions and can be controlled by more than one objects. The authorization to print obviously would depend on the objects related to spool as has been mentioned in the earlier replies. But, the print preview can also be done from the application itself. You may need to investigate more on object S_BDS_DS which grants authorization for displaying print preview of documents like a purchase order from tcode ME21n.&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 14:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485229#M1255528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: authorization object for print preview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485230#M1255529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kindly restrict Print out put with object &lt;STRONG&gt;S_SPO_DEV&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nilanchal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sr&amp;nbsp; Sap Consultant&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Capgemini India&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-print-preview/m-p/5485230#M1255529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-25T10:11:21Z</dc:date>
    </item>
  </channel>
</rss>

