<?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: lock printers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508035#M234513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;is your problem solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 10:15:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T10:15:27Z</dc:date>
    <item>
      <title>lock printers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508033#M234511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past I have made a little tool to lock all printers in a SAP 4.7 Enterprise System. (in a Test-System).&lt;/P&gt;&lt;P&gt;So and there is a problem. If I lock the printers manuelly (in transaction "spad") it is workling well.&lt;/P&gt;&lt;P&gt;But when I want to change the attributes in the table&lt;/P&gt;&lt;P&gt;TSP03D column - PADISABLED (with a little ABAP) it isn't working, although in both cases there are the same entries in the table TSP03D. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * FROM TSP03D.

  TSP03D-PADISABLED = 'X'.
  MODIFY TSP03D.
  WRITE: / TSP03D-NAME, 'locked!!!'.
 ENDIF.
 
.
.
.
.
endselect.


Thank you.
Christian




&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 10:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508033#M234511</guid>
      <dc:creator>christian_laber2</dc:creator>
      <dc:date>2006-08-28T10:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: lock printers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508034#M234512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are two tables (TSP03C, TSP03D). Perhaps you&lt;/P&gt;&lt;P&gt;have to update both.&lt;/P&gt;&lt;P&gt;Be careful with hard-update, i think&lt;/P&gt;&lt;P&gt;it's better to make and BTCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 16:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508034#M234512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: lock printers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508035#M234513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;is your problem solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 10:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-printers/m-p/1508035#M234513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T10:15:27Z</dc:date>
    </item>
  </channel>
</rss>

