<?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 Transaction Code Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388889#M189162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the standard SAP program SAPMM06E to a z program and activated it. Now I also created a transaction code and saved it. When I run that transaction it gives out a error message like 'Transaction Code Not Defined'. How can I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 22:46:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-20T22:46:34Z</dc:date>
    <item>
      <title>Transaction Code Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388889#M189162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the standard SAP program SAPMM06E to a z program and activated it. Now I also created a transaction code and saved it. When I run that transaction it gives out a error message like 'Transaction Code Not Defined'. How can I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 22:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388889#M189162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T22:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388890#M189163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;transacicon Z its not defined in purchases you do not have to do is annex it in the table t160 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have the detail of this but it must be by configuration.  also you can copy the portion of code that verifies this and in where it says .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM t160 WHERE tcode EQ sy-tcode.&lt;/P&gt;&lt;P&gt;replace it by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM t160 WHERE tcode EQ Ztcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 23:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388890#M189163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T23:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388891#M189164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i need this portion of the code? and where do i need to addthe zcode to table t168?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 00:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388891#M189164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T00:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388892#M189165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it watches.    your  make a copy of program SAPMM06E which is called by several transactions like a &lt;/P&gt;&lt;P&gt;me21 &lt;/P&gt;&lt;P&gt;me22 &lt;/P&gt;&lt;P&gt;me23 ...... &lt;/P&gt;&lt;P&gt;these transactions initiate in different screens (dynpro) from this program SAPMM06E &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me21 call the program SAPMM06E and initiate in screens (dynpro) 0100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this screen (dynpro) have some modules but it have the module &lt;/P&gt;&lt;P&gt;MODULE INIT_TRANSAKTION.                 "Anfangsdaten initialisieren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this  modulate initializes and it verifies &lt;/P&gt;&lt;P&gt;that the transaction that this executing is the correct one (SELECT SINGLE * FROM t160 WHERE tcode EQ sy-tcode.&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can make two things &lt;/P&gt;&lt;P&gt;include by means of the configuration your new transaction (this not since one becomes )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to change the validation that is made there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM t160 WHERE tcode EQ sy-tcode.&lt;/P&gt;&lt;P&gt;replace it by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM t160 WHERE tcode EQ Ztcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Ztcode = &amp;#147;ME21&amp;#148; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this the verification will bi make with me21 and not with zme21 where zme21 not this in the verification table t160 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it excuses my terrible English I am of Mexico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 00:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-error/m-p/1388892#M189165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T00:38:11Z</dc:date>
    </item>
  </channel>
</rss>

