<?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: copy transaction problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973265#M1603955</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;It is not generally a good idea to clone standard SAP transactions.  The reasons for this are that as you apply patches or upgrade your system, any program changes made by SAP to the object(s) you cloned never get the changes applied to them and this could be a major thing if new functionality has been added.  Also, a transaction is not a single program. It probably calls other programs, function modules, etc and if you have to clone these then you really run the risk of problems with missing patches and updates.  Finally, main programs for SAP Transactions apply to many transactions and quite often there is coding that checks what T-Code was used and different functionallity is then executed.  Yor 'Z' t-code would not be in those checks so things may not work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, you may have to clone but be sure to exhaust all other alternatives (exits, enhancements etc) before you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2011 20:48:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-27T20:48:53Z</dc:date>
    <item>
      <title>copy transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973263#M1603953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear my friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to ask about is it possible to copy standard sap transaction completely  like  ( Fbl5n or va01 or iw51 ) some thing like this sap transactions  to  a customized z one and modify it  instead  of use (user exit ,enhancements , BADI and also BTE  )  and &lt;/P&gt;&lt;P&gt;other tool . because i want to left the standard program away from my modification and is it will be completely copied or it will raise problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 20:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973263#M1603953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: copy transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973264#M1603954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is done very often, however I strongly suggest not to do it. You will lose connection to future SAP fixes to the standard transaction, and every upgrade might produce major headaches, even more if only parts of the code are being copied to Z-includes. There is problems as well with technical customizing tables that expect the original transaction name.&lt;/P&gt;&lt;P&gt;Don't do it, use any means of SAP provided enhancement techniques as much as possible. I even favor a small modification over copying an entire transaction.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 20:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973264#M1603954</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-06-27T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: copy transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973265#M1603955</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;It is not generally a good idea to clone standard SAP transactions.  The reasons for this are that as you apply patches or upgrade your system, any program changes made by SAP to the object(s) you cloned never get the changes applied to them and this could be a major thing if new functionality has been added.  Also, a transaction is not a single program. It probably calls other programs, function modules, etc and if you have to clone these then you really run the risk of problems with missing patches and updates.  Finally, main programs for SAP Transactions apply to many transactions and quite often there is coding that checks what T-Code was used and different functionallity is then executed.  Yor 'Z' t-code would not be in those checks so things may not work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases, you may have to clone but be sure to exhaust all other alternatives (exits, enhancements etc) before you do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 20:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973265#M1603955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-27T20:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: copy transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973266#M1603956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems we typed at the same time to say the same things, I hope the message sinks in &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 20:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-transaction-problem/m-p/7973266#M1603956</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-06-27T20:51:22Z</dc:date>
    </item>
  </channel>
</rss>

