<?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: Table maintenance generator Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726364#M1580580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it appears to be a OSS note implemnetation - please ensure you have not missed out any Pre-requisite note implementation which might be causing the issue. Also revisit your transports related to the note to ensure you have not missed importing any transport AND transports have been imported into PRD in correct sequence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 06:59:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-22T06:59:02Z</dc:date>
    <item>
      <title>Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726360#M1580576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i tried to maintain table maintenance for a particular standard table it throwed the below error message ,when i moved it to production environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Check maintenance object or update function group ".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Has anyone face this kind of problem.Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 05:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726360#M1580576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T05:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726361#M1580577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally, you must never create a table maintenance on Standard SAP tables  - because you would be bypassing internal SAP validations w.r.t. data consistency by updating records directly via SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - if you have done this - you must ensure that the table technical settings dont conflict with the table maintenance object - which might be the case here. E.g. the table might be an application table but you have set up the table maintenance object as a configuration object. Such cases would create a conflict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which standard table are you trying to create a maintenance on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 05:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726361#M1580577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T05:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726362#M1580578</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;Table maintanance for the standard table is not recommented by sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use BAPI or BDC method to update the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually you can create a maintainance view for this table and then create the table maintanance there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 05:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726362#M1580578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T05:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726363#M1580579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For form 16 we are following SAP notes to do this.The std table is  J_1I_SECCO_CIT.When i move it to production i have got the following error message:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check maintenance object J_1I_SECCO_CIT or update function group J1I_TABLE_MAINT&lt;/STRONG&gt;The table maintenance dialog called has no maintenance object description. This can be for the following reasons:&lt;/P&gt;&lt;P&gt;1. It is an SAP table maintenance dialog which was delivered without a maintenance object description.&lt;/P&gt;&lt;P&gt;2. The table maintenance dialog is a customer development from Release 3.0A or later and an error may have occurred in the maintenance dialog transport so that the maintenance object description has not arrived in the target sytem.&lt;/P&gt;&lt;P&gt;3. The table maintenance dialog is a customer development from before Release 3.0A, and you have not used this maintenance dialog since the upgrade to a higher release. You must then change the maintenance dialog for the changed transport link because the transport link to the extended table maintenance (View maintenance, SM30) was changed for Release 3.0A.&lt;/P&gt;&lt;P&gt;There is now an automatic transport link in addition to the manual transport link which has existed since 2.0: the user must now specify a change request when saving in the table maintenance dialog. All changed entries are then put in the change request via the automatic transport link.&lt;/P&gt;&lt;P&gt;The extended table maintenance transport link changes require changes in the generated parts of the table maintenance dialog and the creation of, so that they must be regenerated.&lt;/P&gt;&lt;P&gt;If you use user routines in the table maintenance dialog to link to other tables which are maintained by user routines, they must also be slightly modified.&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;1st case: contact SAP.&lt;/P&gt;&lt;P&gt;2nd case: retransport the missing maintenance object description or create it.&lt;/P&gt;&lt;P&gt;3rd case: regenerate your maintenance dialog and modify your user routines if necessary. Otherwise the required function cannot be performed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 06:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726363#M1580579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726364#M1580580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it appears to be a OSS note implemnetation - please ensure you have not missed out any Pre-requisite note implementation which might be causing the issue. Also revisit your transports related to the note to ensure you have not missed importing any transport AND transports have been imported into PRD in correct sequence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 06:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726364#M1580580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T06:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726365#M1580581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply .I have checked it..everthing is in sink..could you please tell me when this kind of errors will occur:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check maintenance object J_1I_SECCO_CIT or update function group J1I_TABLE_MAINT&lt;/STRONG&gt;The table maintenance dialog called has no maintenance object description*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726365#M1580581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726366#M1580582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From SE80/ SE37 - can you see whether function group J1I_TABLE_MAINT has moved into PRD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726366#M1580582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T07:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726367#M1580583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its been moved,but few entries are misplaced.WIll create a request and move it to production.Will let u know if it is working.Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 09:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-issue/m-p/7726367#M1580583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T09:01:16Z</dc:date>
    </item>
  </channel>
</rss>

