<?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: conversion routines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159959#M1195259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use bewlo function modules to contert to date &lt;/P&gt;&lt;P&gt;PK_DATE_TIME_INTO_TIMESTAMP -- Converts the date and time into TimeStamp.&lt;/P&gt;&lt;P&gt;PK_TIMESTAMP_INTO_DATE_TIME --- Converts Time Stamp into date and time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2009 10:01:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-26T10:01:09Z</dc:date>
    <item>
      <title>conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159958#M1195258</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;I am made a view. I combined 4 system tables and got relational datas. But in one field I have to convert the value. I don't know how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field is &lt;STRONG&gt;date_1&lt;/STRONG&gt; of &lt;STRONG&gt;crmd_order_index&lt;/STRONG&gt;  table. System holds the date like &lt;STRONG&gt;20081231220000&lt;/STRONG&gt;, because of the time difference from England. but the real date sould be seen as &lt;STRONG&gt;01.01.2009&lt;/STRONG&gt; in the view field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a code. This view will be used for a searh help in a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I convert this date field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 09:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159958#M1195258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159959#M1195259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use bewlo function modules to contert to date &lt;/P&gt;&lt;P&gt;PK_DATE_TIME_INTO_TIMESTAMP -- Converts the date and time into TimeStamp.&lt;/P&gt;&lt;P&gt;PK_TIMESTAMP_INTO_DATE_TIME --- Converts Time Stamp into date and time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 10:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159959#M1195259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159960#M1195260</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 need a conversion exit function but I don't know how to convert the &lt;STRONG&gt;20081231220000&lt;/STRONG&gt; type date into the &lt;STRONG&gt;01.01.2009&lt;/STRONG&gt; type. I've checked the original table. Its data type is DEC, lenght 15 and decimals 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to add 2 hours to this date so I could get the date I wanted.&lt;/P&gt;&lt;P&gt;But I could not do it. Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 14:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159960#M1195260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159961#M1195261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try FM CACS_TIMESTAMP_GET_DATE&lt;/P&gt;&lt;P&gt;Pass the timestamp to this FM, you get date and time separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 14:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/5159961#M1195261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-26T14:41:01Z</dc:date>
    </item>
  </channel>
</rss>

