<?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: Why does table maintenance generator require function group? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911909#M1963248</link>
    <description>&lt;P&gt;To add to Dominik's answer: the easiest approach is to just create one function group per table and use the same name for it so that you have a 1:1 relationship between the table and its function group for the maintenance view. We have many old Z-tables where this unfortunately wasn't done and they ended up in large function groups, some even containing other logic than table maintenance. If something goes wrong in one of these or while regenerating a maintenance view for just one of the tables, you can cause syntax-errors for everything else in the function group.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Bärbel&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 06:48:27 GMT</pubDate>
    <dc:creator>BaerbelWinkler</dc:creator>
    <dc:date>2019-03-13T06:48:27Z</dc:date>
    <item>
      <title>Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911907#M1963246</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
  &lt;P&gt;Can someone please tell why does table maintenance generator require function group? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 03:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911907#M1963246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-13T03:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911908#M1963247</link>
      <description>&lt;P&gt;Because tables are maintained in SM30 thorough function modules. Table maintenance generator generates these function modules. Function modules are always created within a function group. Thus the generator needs a function group.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Dominik Tylczyński&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911908#M1963247</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2019-03-13T06:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911909#M1963248</link>
      <description>&lt;P&gt;To add to Dominik's answer: the easiest approach is to just create one function group per table and use the same name for it so that you have a 1:1 relationship between the table and its function group for the maintenance view. We have many old Z-tables where this unfortunately wasn't done and they ended up in large function groups, some even containing other logic than table maintenance. If something goes wrong in one of these or while regenerating a maintenance view for just one of the tables, you can cause syntax-errors for everything else in the function group.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Bärbel&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911909#M1963248</guid>
      <dc:creator>BaerbelWinkler</dc:creator>
      <dc:date>2019-03-13T06:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911910#M1963249</link>
      <description>&lt;P&gt;Because that's how it is designed.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 07:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911910#M1963249</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-03-13T07:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911911#M1963250</link>
      <description>&lt;P&gt;can you tell me why it doesnt?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911911#M1963250</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-03-13T11:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911912#M1963251</link>
      <description>&lt;P&gt;I worked at one place, years ago, where there was one function group per development class (as they were called then)... &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911912#M1963251</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-03-13T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911913#M1963252</link>
      <description>&lt;P&gt;"Because SAP said so" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911913#M1963252</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-03-13T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911914#M1963253</link>
      <description>&lt;P&gt;I wish the maintenance generator would just generate FG itself (one per table). This always seemed like such a mindless activity to me... &lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911914#M1963253</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-03-13T14:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why does table maintenance generator require function group?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911915#M1963254</link>
      <description>&lt;P&gt;As Matthew said: "Because that's how it is designed." ;))&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 11:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-does-table-maintenance-generator-require-function-group/m-p/11911915#M1963254</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2019-03-14T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

