<?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: current date? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160638#M1622184</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 have to achieve this on your program level. if you have a program to update this table then write a small code there to prevent user from entering date greater than SY-DATUM. I think on domain level you can not achive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Aug 2011 01:22:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-14T01:22:08Z</dc:date>
    <item>
      <title>current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160637#M1622183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im creating a table with se11. &lt;/P&gt;&lt;P&gt;i have a date field(date of birth). Is it possible to make a value range on the domain, so there cant be choosed a date lower then todaysDate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 21:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160637#M1622183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-13T21:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160638#M1622184</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 have to achieve this on your program level. if you have a program to update this table then write a small code there to prevent user from entering date greater than SY-DATUM. I think on domain level you can not achive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 01:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160638#M1622184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-14T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160639#M1622185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program will be the event of table maintenace in case of update  happening via the Table maintenace generator ..and PAI if you have written a program for this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anjaneya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 07:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160639#M1622185</guid>
      <dc:creator>AnjaneyaBhardwaj</dc:creator>
      <dc:date>2011-08-14T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160640#M1622186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u can have a range of date from low to high but then the feasible.pper limit needs to be then tweaked thats not done ryt.&lt;/P&gt;&lt;P&gt;so better u fit datum as DE then code in the event of tabl maintan. gen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 07:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160640#M1622186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-14T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160641#M1622187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define intervals for "date" type domains(kind of makes sense).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively your requirement can achieved easily using the [Table Maintenance Event 01|http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many threads on this topic. Try to implement the solutions &amp;amp; get back in case you have any specific issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 08:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160641#M1622187</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-08-14T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160642#M1622188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Actually you can define this restriction at domain level using a Conversion Routine.&lt;/P&gt;&lt;P&gt;Just check GBDAT Data Element (Date of Birth), if you try to enter a date that is greater than SY-DATUM an error message is fired, this data element has this restriction built in at domain level.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 09:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160642#M1622188</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-14T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160643#M1622189</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;Go to Table Maintenance Generator and give the required details.&lt;/P&gt;&lt;P&gt;Now click on Environment -&amp;gt; Modification -&amp;gt; Events &lt;/P&gt;&lt;P&gt;in the given screen in coloumn T, select event 05-creating a new entry.&lt;/P&gt;&lt;P&gt;write your code in sub routine.&lt;/P&gt;&lt;P&gt;Save and activate.&lt;/P&gt;&lt;P&gt;Now you can check how this works using sm30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 09:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160643#M1622189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-27T09:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160644#M1622190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Egemen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check as Suhas told. That will resolve the issue. Post if still is there any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 14:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160644#M1622190</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-08-30T14:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160645#M1622191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there's an standard data element (GBDAT) with that restriction built-in, what's the point of doing all those things? Just use that data element and forget about anything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 15:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160645#M1622191</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-30T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160646#M1622192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Go to SE11, and open the Table Maintenance generator ,&lt;/P&gt;&lt;P&gt;Now from the menu -&amp;gt; Environment -&amp;gt; Modification -&amp;gt; Events&lt;/P&gt;&lt;P&gt;Now select a event which is relevant for your requirement.&lt;/P&gt;&lt;P&gt;write the code as you which.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 15:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160646#M1622192</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-08-30T15:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160647#M1622193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Im creating a table with se11. &lt;/P&gt;&lt;P&gt;&amp;gt; i have a date field(date of birth). Is it possible to make a value range on the domain, so there cant be choosed a date lower then todaysDate?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can only enter a date of birth that is in the future?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 10:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160647#M1622193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-31T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160648#M1622194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a special feature of IS-H for planned sectio caesarea?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 12:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160648#M1622194</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-08-31T12:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160649#M1622195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this by creating a table maintenance generator for the custom table and then add events where you can specify not to allow user to enter date less than sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how this can be achieved.&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;&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>Wed, 14 Sep 2011 18:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160649#M1622195</guid>
      <dc:creator>former_member193284</dc:creator>
      <dc:date>2011-09-14T18:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160650#M1622196</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 enter fixed values from domain settings. Range cannot be entered.&lt;/P&gt;&lt;P&gt;If you have a large number of fixed values, you should create a table containing those entries as mention the table name as the value table in domain maintenance settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 07:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160650#M1622196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T07:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160651#M1622197</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 use the SE11 events ,which is available in table maintainance generator.&lt;/P&gt;&lt;P&gt;event id is 05.&lt;/P&gt;&lt;P&gt;you can write your own logic over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Anandabalan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 10:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160651#M1622197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160652#M1622198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With all these new replies: you guys and girls really think it's logical to NOT enter a date of birth that lies before TODAY? So i can't enter the date of birth of my son (19th of august 2000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 12:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160652#M1622198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-22T12:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: current date?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160653#M1622199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Particularly since the OP hasn't replied and has gone on with another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 13:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-date/m-p/8160653#M1622199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-22T13:31:42Z</dc:date>
    </item>
  </channel>
</rss>

