<?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: Transaction code problem ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094617#M979106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make an entry in T180 for ZVA01 that's the same as that for VA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bad idea to copy transactions like this.  It leads to far more problems than it solves and is extremely expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to achieve by copying the tx?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 12:12:31 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-07-10T12:12:31Z</dc:date>
    <item>
      <title>Transaction code problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094616#M979105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have copied VA01 tcode into ZVA01 but when i am excecuting that tcode it is showing error like "Transation ZVA01 is missing in table T180" for this error to overcome what i have to do. Please help me to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094616#M979105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094617#M979106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make an entry in T180 for ZVA01 that's the same as that for VA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a bad idea to copy transactions like this.  It leads to far more problems than it solves and is extremely expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to achieve by copying the tx?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094617#M979106</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-10T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094618#M979107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir thks for your reply here my client is asking like this rather than standard Tx like ZCOMPANYNAME_VA01. NEITHER THAN VA01.&lt;/P&gt;&lt;P&gt;Sir if it is possible give me idea to acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094618#M979107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction code problem ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094619#M979108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I was advising your client, I would be finding out their business requirements, and then seeing how these can be best met through the standard functionality, configuration and user exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copying VA01 affects tens of thousands of lines of code, and configuration table entries.  You may find that you have to copy all sorts of other entitites, like function groups as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if you get it working, you face these problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If it stops working, you won't get any support from SAP&lt;/P&gt;&lt;P&gt;2. If you upgrade your SAP system, then your copy may stop working and you'll have potentially an enormous amount of effort required to fix it.&lt;/P&gt;&lt;P&gt;3. Fixes applied to the standard transaction will not be applied automatically to your copy.  You won't even know they need to be.  Over time the difference between your copy and the original will get greater and greater.&lt;/P&gt;&lt;P&gt;4. If your changes corrupt the database, SAP won't take any responsibility for it and it will be extremely expensive to fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for these reasons, I think it is clear that it is NOT in the business interests of your client to do this.  They may think they want it, and need it, but they are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-problem/m-p/4094619#M979108</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-10T12:35:52Z</dc:date>
    </item>
  </channel>
</rss>

