<?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: hhhhhh:mm format data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557941#M1658827</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 data element ANLVZ. or you can create your own data element with taking data type as TIMS which stores time as hhmmss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 05:22:48 GMT</pubDate>
    <dc:creator>former_member282823</dc:creator>
    <dc:date>2012-02-09T05:22:48Z</dc:date>
    <item>
      <title>hhhhhh:mm format data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557939#M1658825</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;I have to upload an excel file into program and update a Ztable. In the Excel file there is a column which is maintaining time in the format as follows: &lt;/P&gt;&lt;P&gt;d.hh:mm&lt;/P&gt;&lt;P&gt;317.22:15&lt;/P&gt;&lt;P&gt;i.e. 317 days 22 hours and 15 mins, if we add 3 hours to it then it will be 318.01:15.&lt;/P&gt;&lt;P&gt;I want a field to store this type of time format in the ztable.&lt;/P&gt;&lt;P&gt;So can u suggest me any data element which can solve my problem or any other solution.&lt;/P&gt;&lt;P&gt;Can I get a data element which can have hhhhhh:mm or hhhhhh:mm:ss format, so that i can store it using this format after calculating e.g. 317*24 = 7608; as 7608 + 22 = 7630; 007630:15 :: hhhhhh:mm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 12:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557939#M1658825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T12:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: hhhhhh:mm format data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557940#M1658826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your date time format does not contains year - check if You want to ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If You do not need year, than You can store it simply as INT4 type &lt;/P&gt;&lt;P&gt;and use conversion exit to change int to / from hhhhhh:mm:ss format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, You can convert it to date and time fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Przemysław&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 13:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557940#M1658826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T13:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: hhhhhh:mm format data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557941#M1658827</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 data element ANLVZ. or you can create your own data element with taking data type as TIMS which stores time as hhmmss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 05:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557941#M1658827</guid>
      <dc:creator>former_member282823</dc:creator>
      <dc:date>2012-02-09T05:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: hhhhhh:mm format data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557942#M1658828</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;To be more specific, You can also use Data element TIMESTAMP which is in Form (YYYYMMDDhhmmss) It's a UTC (Universal coordinated time) timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hhhhhh-mm-format-data-element/m-p/8557942#M1658828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T10:56:17Z</dc:date>
    </item>
  </channel>
</rss>

