<?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: Initial values for time field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466849#M554123</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;Its the time field restriction. You cannot get rid of the ' : : ' unless it is changed into character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 10:35:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T10:35:13Z</dc:date>
    <item>
      <title>Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466843#M554117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am using time field in my custom screen table control. I want to display blank when there is no entry in the field not '00:00:00'. Now what happend i tried to push the blank value by checking the condition if the time field is initial or not. Now my problem is: It is not displaying as expected, it is displaying as '  :  :  ', The values were wiped out, but the value is coming as like this..........How can i correct that, Please share your views. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 21:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466843#M554117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T21:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466844#M554118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before diplaying time field ,move the value to charcter field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you get the value in charcter ,do your validation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 21:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466844#M554118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T21:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466845#M554119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think that if the field is define as a "time" field, the internal formatting will be apply regardless, so you would have to define the field as a character type field of length 8, and if there is a time to be written, then write the time to the field, else do not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write sy-uzeit to itab-timefield.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The write statement here will apply the formatting including :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 21:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466845#M554119</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-28T21:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466846#M554120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how can we do that? say i have an internal table intb1-c4 is the field of uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though you move to char and do all the validation, the field is displayed as time format(because the screen field is time field), after removing the zeros, according to the time field's charactersitics it will display (default display length is &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as '  :  :  '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 22:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466846#M554120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T22:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466847#M554121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use time field then it displays 00:00:00 if it is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to keep the field as char type,and do the validation as Rich Said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 22:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466847#M554121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T22:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466848#M554122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Seshu and Rich,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    You know, I cannot declare that field as character field. The field is available for input in the customized screen. Which requires input help for time entering and all(calculation also happened for this time field like 24 hours and 365 days). Still stranding to get rid off the problem. (If it is report I will go ahead and play with that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Guys is there any other way to get rid off the standard formatting, anything I can set in the attributes for this particular field in Screen.(Or else SAP has this restriction)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 01:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466848#M554122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T01:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466849#M554123</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;Its the time field restriction. You cannot get rid of the ' : : ' unless it is changed into character type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 10:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466849#M554123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Initial values for time field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466850#M554124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks buddies, I will try convincing my functional peoples. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 12:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-values-for-time-field/m-p/2466850#M554124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T12:06:30Z</dc:date>
    </item>
  </channel>
</rss>

