<?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: string to intenal date format and time format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301616#M1391177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Try this function module.
&lt;PRE&gt;&lt;CODE&gt;REPORT ztest_notepad.
DATA:date_str TYPE string.
DATA:date_i   TYPE datum.

date_str = '24.10.2009'.

CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
     EXPORTING
          date_external            = date_str
     IMPORTING
          date_internal            = date_i
     EXCEPTIONS
          date_external_is_invalid = 1
          OTHERS                   = 2.&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 05:42:25 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2009-10-23T05:42:25Z</dc:date>
    <item>
      <title>string to intenal date format and time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301614#M1391175</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 m getting the date and time fileds   from external souces  as a string . i need to convert from string to internal  sap date format and time format .&lt;/P&gt;&lt;P&gt;how can i do that . pls.help me if any function modules are available . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 02:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301614#M1391175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T02:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: string to intenal date format and time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301615#M1391176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the string operations to convert the date which you get in string to the you system specific date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 05:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301615#M1391176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T05:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: string to intenal date format and time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301616#M1391177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Try this function module.
&lt;PRE&gt;&lt;CODE&gt;REPORT ztest_notepad.
DATA:date_str TYPE string.
DATA:date_i   TYPE datum.

date_str = '24.10.2009'.

CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
     EXPORTING
          date_external            = date_str
     IMPORTING
          date_internal            = date_i
     EXCEPTIONS
          date_external_is_invalid = 1
          OTHERS                   = 2.&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 05:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-intenal-date-format-and-time-format/m-p/6301616#M1391177</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-23T05:42:25Z</dc:date>
    </item>
  </channel>
</rss>

