<?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 Copyin Function Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090482#M100542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the standard program SAPLMR1M, Function modules &amp;amp; Function group of MIRO transaction. And i created the ZMIRO transaction. But when i try to execute the transaction it is throwing an error as Tcode not in T169 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone help me on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2005 04:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-27T04:32:43Z</dc:date>
    <item>
      <title>Copyin Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090482#M100542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the standard program SAPLMR1M, Function modules &amp;amp; Function group of MIRO transaction. And i created the ZMIRO transaction. But when i try to execute the transaction it is throwing an error as Tcode not in T169 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone help me on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2005 04:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090482#M100542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-27T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copyin Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090483#M100543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;i think you need to maintain some configurations after copying. because of that it is throwing error.&lt;/P&gt;&lt;P&gt;and try this way also go to se93 and give tcode and say copy to zmiro. and run zmiro &lt;/P&gt;&lt;P&gt;it also gives the same error. after copying you need to maintain configuration setting for that TCODE.&lt;/P&gt;&lt;P&gt;for help you can contact BASIS.&lt;/P&gt;&lt;P&gt;&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;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2005 04:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090483#M100543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-27T04:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Copyin Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090484#M100544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sadiqulla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are some function pools, function groups&lt;/P&gt;&lt;P&gt;    like miro&lt;/P&gt;&lt;P&gt;    which check the tcode for making certain decisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ie. whether display, edit,insert mode , etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The table T169 must be some configuration&lt;/P&gt;&lt;P&gt;   table / sap table.&lt;/P&gt;&lt;P&gt;   The function group must be checking&lt;/P&gt;&lt;P&gt;  the entry in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. BUT&lt;/P&gt;&lt;P&gt;   your program must be running with some Z tcode.&lt;/P&gt;&lt;P&gt;   hence it  is not able to find it in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. U will have to search that code&lt;/P&gt;&lt;P&gt;   and replace the source code appropriately.&lt;/P&gt;&lt;P&gt;   (If customization does not help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2005 04:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090484#M100544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-27T04:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copyin Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090485#M100545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to change the table control fields,&lt;/P&gt;&lt;P&gt;In MIRO table control Amount &amp;amp; quantity fields are input fields, i want give some default values in this field.&lt;/P&gt;&lt;P&gt;Can anybody help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sadiq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2005 07:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090485#M100545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-27T07:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copyin Function Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090486#M100546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can look for some exits or BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2005 07:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copyin-function-pool/m-p/1090486#M100546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-27T07:08:53Z</dc:date>
    </item>
  </channel>
</rss>

