<?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 Maintainace Generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668312#M295633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Table maintenance overview screen ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the field where you enter negative values in the screen painter and there &lt;/P&gt;&lt;P&gt;you should enter _______________V in the Text of the attributes screen for that field and then activate and save.&lt;/P&gt;&lt;P&gt;and now check it.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 09:54:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T09:54:29Z</dc:date>
    <item>
      <title>Table Maintainace Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668308#M295629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever I am creating a table maintainance generator for Z-Table, and if any -ve value is encountered , system throws an error. Can anybody guide me to avoid this problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 06:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668308#M295629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T06:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainace Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668309#M295630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table. &lt;/P&gt;&lt;P&gt;If the requirement is to update the table only programmatically and not manually then table maint generator is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual entries in table can be maintained ( New record can be inserted / existing can be modified )&lt;/P&gt;&lt;P&gt; using transaction SM 30, if the table maintenance for the table is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to activate Table maint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 and open the table.&lt;/P&gt;&lt;P&gt;Click UTILITIES -&amp;gt; Table Maint. Generator, Enter the details and click on Save. Then activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk a sample 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer.&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped pls mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 06:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668309#M295630</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-14T06:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainace Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668310#M295631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  If you want to control data entered in the Z table then it is easy by implementing events.&lt;/P&gt;&lt;P&gt;  For doing this go to transaction SE55 and then create a table maintanence generator screen. Go to the menu path Environment-&amp;gt;modification-&amp;gt;events.&lt;/P&gt;&lt;P&gt;  Here u can create new events based on your requirement. Say u want to raise error while user saves a record then Press new entries button. It will open up the table control. In the event id enter '01' -&amp;gt; Before saving entries to database. then in the form routine mention a form routine name. Press enter. It will create an icon. Pressing this will take u to the include where u need to code. The standard sap fieldsymbol EXTRACT will have the data entered. Then u can loop at this to do ur validations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 07:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668310#M295631</guid>
      <dc:creator>former_member283648</dc:creator>
      <dc:date>2006-11-14T07:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainace Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668311#M295632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)Generate the table maintenance&lt;/P&gt;&lt;P&gt;2) Go to the screen created using SE51&lt;/P&gt;&lt;P&gt;3) Go to the field creating problem.Adjust the field length...increase it so that it can accumulate the ';-'; character also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 13:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668311#M295632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T13:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintainace Generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668312#M295633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Table maintenance overview screen ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the field where you enter negative values in the screen painter and there &lt;/P&gt;&lt;P&gt;you should enter _______________V in the Text of the attributes screen for that field and then activate and save.&lt;/P&gt;&lt;P&gt;and now check it.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainace-generator/m-p/1668312#M295633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:54:29Z</dc:date>
    </item>
  </channel>
</rss>

