<?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: Set initial value in a DD table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929366#M1332808</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 want to to assign values to your field from a list of fixed values then, create a domain and in its fixed value specify the value and then attach it to your database table field.. Now, you will be able to choose from this list only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you want that particular field to hold some default value then, you can do this with the help of events.. Specify your default value there.. Please look from the list of events which suites your requirement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2009 08:45:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-13T08:45:55Z</dc:date>
    <item>
      <title>Set initial value in a DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929362#M1332804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want &lt;STRONG&gt;set initial/default  value&lt;/STRONG&gt; in a column when create a table by &lt;STRONG&gt;Tcode se11.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2009 03:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929362#M1332804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-12T03:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set initial value in a DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929363#M1332805</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;You can do this using the Events in table maintenance generator,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you save an entry in table using SM30 or any other transaction, the default values get saved in the table along with the other entries...for instance you can disable the fields for input on SM30 for the fields where you want to default values...so that user cant enter values in table entries creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access events: SE11-&amp;gt;Table maintenance generator-&amp;gt; &lt;/P&gt;&lt;P&gt;On the table maintenance screen-&amp;gt;Menu-&amp;gt;Details-&amp;gt;Modifications-&amp;gt;Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Events: 01- Before save(Do F4 help for more events available)&lt;/P&gt;&lt;P&gt;Routine: &amp;lt;give form name where you add code to default value on screen field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information on events you can search SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2009 04:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929363#M1332805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-12T04:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set initial value in a DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929364#M1332806</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;At first create a domain there you set default in values tab .. and later assign this domain in table field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anand kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anand kumar on Jul 13, 2009 7:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 05:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929364#M1332806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set initial value in a DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929365#M1332807</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 simple....when yu create table in SE11 then when you create data element set the initial value in domain.....just add a Zdomain and set the value in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate the domain.then save nad activate the tabel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 07:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929365#M1332807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set initial value in a DD table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929366#M1332808</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 want to to assign values to your field from a list of fixed values then, create a domain and in its fixed value specify the value and then attach it to your database table field.. Now, you will be able to choose from this list only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you want that particular field to hold some default value then, you can do this with the help of events.. Specify your default value there.. Please look from the list of events which suites your requirement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 08:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-initial-value-in-a-dd-table/m-p/5929366#M1332808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T08:45:55Z</dc:date>
    </item>
  </channel>
</rss>

