<?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: TECO - Technically Complete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386738#M188222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone experienced the same kind of problem before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 07:13:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-17T07:13:46Z</dc:date>
    <item>
      <title>TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386732#M188216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to block the clicking of TECO and reversing of it in CO02. Now, what variable or field do I need to test is someone hits it? I want to allow it for a specified user only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 02:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386732#M188216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T02:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386733#M188217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can achieve this one by using user exits or BADIs and u have to take care of Mass processing orders Also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useful Tcodes are : Co02,COHV.&lt;/P&gt;&lt;P&gt;       tables are : JEST for Status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PPCO0007&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This enhancement does the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   checks data when saving the order and possibly to prevent the order&lt;/P&gt;&lt;P&gt;    being saved and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   changes data in the order header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the order being saved the export parameters of NO_UPDATE must&lt;/P&gt;&lt;P&gt;be set to a value other than initial. The transaction then branches back&lt;/P&gt;&lt;P&gt;to online processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed fields from the order header can be transferred back to the&lt;/P&gt;&lt;P&gt;calling program using the export structure HEADER_EXP. The calling&lt;/P&gt;&lt;P&gt;program then saves the changed data. The changed data is then copied to&lt;/P&gt;&lt;P&gt;the order header if order saving was initially prevented by the&lt;/P&gt;&lt;P&gt;parameter NO_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the calling program no longer checks the changed data in the&lt;/P&gt;&lt;P&gt;order header. The person using the customer exit is thus responsible for&lt;/P&gt;&lt;P&gt;data consistency!&lt;/P&gt;&lt;P&gt;You should also note that a lot of data in the order header is only set&lt;/P&gt;&lt;P&gt;once the customer exit has been processed. This data includes, for&lt;/P&gt;&lt;P&gt;example, the person who created the order, the last person to change it,&lt;/P&gt;&lt;P&gt;the creation date and the change date. Numbers assigned internally, such&lt;/P&gt;&lt;P&gt;as the order number, are not assigned when the order is created. The&lt;/P&gt;&lt;P&gt;number fields are thus still filled with temporary numbers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 04:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386733#M188217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T04:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386734#M188218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use User Status, forbid TECO Transcation, then assgin Authorization key to someone who can revoke this user status. No developing need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 05:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386734#M188218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T05:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386735#M188219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea for User Status. Is it a basis thing? What's the tcode for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 05:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386735#M188219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T05:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386736#M188220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upto some extent i will agree with out mate chan, check Authorization Objects for particular tcode in SU22.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 05:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386736#M188220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T05:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386737#M188221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked SU22 and I saw lots of objects that are authorized per transaction code. Basically, some users are authorized to do change like in CO02 where users are doing the manual DLV and setting the system status TECO and revoked TECO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the step on how can I can do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 00:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386737#M188221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T00:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: TECO - Technically Complete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386738#M188222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone experienced the same kind of problem before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 07:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/teco-technically-complete/m-p/1386738#M188222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T07:13:46Z</dc:date>
    </item>
  </channel>
</rss>

