<?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: Default entry into table while creating entries..!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022979#M961359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inthe table maintenance generator you have to code in "Event. There you can add code to populate any value by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path is : &lt;/P&gt;&lt;P&gt;1. Open the table in se11 -&amp;gt; menu bar -&amp;gt; Utilities -&amp;gt; table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Again manubar -&amp;gt; environment -&amp;gt; modification -&amp;gt; Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you select a proper form routine and add your code for default value there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 09:07:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T09:07:33Z</dc:date>
    <item>
      <title>Default entry into table while creating entries..!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022977#M961357</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;    I am created one Ztable...with five fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So.. now i going to create the entries in that table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the what ever it may be the process to create entries... If i left one field4 with space... it has to fill 'N/A' automatically by default...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022977#M961357</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-06-20T09:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Default entry into table while creating entries..!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022978#M961358</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;  For this requirement you need to generate Table Maintenance Generator for that custom table then make use of Table events you can put the default values, which means before save the entry you need to do some checks for all the fields with the help of coding in the events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link for How to implement events in table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&lt;/A&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;Bujji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bujji on Jun 20, 2008 11:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022978#M961358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Default entry into table while creating entries..!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022979#M961359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inthe table maintenance generator you have to code in "Event. There you can add code to populate any value by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The path is : &lt;/P&gt;&lt;P&gt;1. Open the table in se11 -&amp;gt; menu bar -&amp;gt; Utilities -&amp;gt; table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Again manubar -&amp;gt; environment -&amp;gt; modification -&amp;gt; Events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you select a proper form routine and add your code for default value there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022979#M961359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Default entry into table while creating entries..!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022980#M961360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field which is kept blank will be filled by the initail value for the data type and not N/A unless u create entries using soem program and explicitly add logic to fill it by N/A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022980#M961360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Default entry into table while creating entries..!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022981#M961361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is that field type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-entry-into-table-while-creating-entries/m-p/4022981#M961361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:08:49Z</dc:date>
    </item>
  </channel>
</rss>

