<?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: Function module for date and time conversion in SRGBTBREL table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404936#M1736281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;DATA: time_stamp TYPE timestamp, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dat &lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;TYPE d, &lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tim TYPE t, &lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tz&amp;nbsp; TYPE tt&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;z&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;z-tzone. &lt;BR /&gt;&lt;BR /&gt;tz = 'INDIA'. "Time Zone&lt;BR /&gt;dat = '20030309'. "Date&lt;BR /&gt;tim = '013000'.&amp;nbsp;&amp;nbsp; "Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;CONVERT DATE dat TIME tim &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO TIME STAMP time_stamp TIME ZONE tz.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 04:47:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-16T04:47:04Z</dc:date>
    <item>
      <title>Function module for date and time conversion in SRGBTBREL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404933#M1736278</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 have field&amp;nbsp; UTCTIME in table SRGBTBREL .&lt;/P&gt;&lt;P&gt;in Selection screen i'm entering date and time depending on selection criteria it should display value in grid .&lt;/P&gt;&lt;P&gt;in table date and time is stored as &lt;STRONG&gt;20,130,205,055,431&lt;/STRONG&gt; format .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to convert date(YYYYMMDD) and time(HH:MM:SEC) from selection screen to above format mentioned in table . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 03:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404933#M1736278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T03:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for date and time conversion in SRGBTBREL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404934#M1736279</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use FM : IB_CONVERT_INTO_TIMESTAMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 04:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404934#M1736279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T04:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for date and time conversion in SRGBTBREL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404935#M1736280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FM OIL_DATE_TO_TIMESTAMP. Just pass date and time. It will give ypou time stamp in reuired format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 04:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404935#M1736280</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2013-04-16T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for date and time conversion in SRGBTBREL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404936#M1736281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;DATA: time_stamp TYPE timestamp, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dat &lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;TYPE d, &lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tim TYPE t, &lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tz&amp;nbsp; TYPE tt&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;z&lt;/STRONG&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;z-tzone. &lt;BR /&gt;&lt;BR /&gt;tz = 'INDIA'. "Time Zone&lt;BR /&gt;dat = '20030309'. "Date&lt;BR /&gt;tim = '013000'.&amp;nbsp;&amp;nbsp; "Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;CONVERT DATE dat TIME tim &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO TIME STAMP time_stamp TIME ZONE tz.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 04:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date-and-time-conversion-in-srgbtbrel-table/m-p/9404936#M1736281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T04:47:04Z</dc:date>
    </item>
  </channel>
</rss>

