<?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 Table Maintenance Generator - Default Values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171569#M1623283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of the requirements, user wants some default values to appear in the Table Maintenance screen for some of the fields. Those should appear as and when they go to update mode, before pressing ENTER key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we can add logic in Table maintenance events, to get default values after pressing ENTER key. But just wanted to know if its possible to get those before pressing ENTER key. If yes, can you please explain how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 16:21:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-07T16:21:30Z</dc:date>
    <item>
      <title>Table Maintenance Generator - Default Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171569#M1623283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of the requirements, user wants some default values to appear in the Table Maintenance screen for some of the fields. Those should appear as and when they go to update mode, before pressing ENTER key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we can add logic in Table maintenance events, to get default values after pressing ENTER key. But just wanted to know if its possible to get those before pressing ENTER key. If yes, can you please explain how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 16:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171569#M1623283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator - Default Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171570#M1623284</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;If you place your code in the PBO you should get what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 16:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171570#M1623284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator - Default Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171571#M1623285</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;This is very much possible. following below steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Table Maintenance Generator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on Environment -&amp;gt; Modification -&amp;gt; Events &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can observe that there are different types of events available like before saving the data, after saving the data, before deleting, after deleting and others. Based on the requirement you can select the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the button in the Editor column and enter the following code: (Please note that you should also code FORM and ENDFORM as well).   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign the values in this form and endform and Save and activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 19:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171571#M1623285</guid>
      <dc:creator>former_member193284</dc:creator>
      <dc:date>2011-09-13T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance Generator - Default Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171572#M1623286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinayak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just follow Naik.It will be resolved your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 06:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-default-values/m-p/8171572#M1623286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-14T06:04:10Z</dc:date>
    </item>
  </channel>
</rss>

