<?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: Convert Breakdown time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763626#M1775600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saquib Khan.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DATA: fvar type f,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pvar type p decimals 2.&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;fvar = '&lt;SPAN class="L0S33"&gt;5.1840000000000000E+05'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pvar = fvar / 3600&lt;/EM&gt;. "(to get your desired result 144.00 &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1904/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 09:58:10 GMT</pubDate>
    <dc:creator>Arun_Prabhu_K</dc:creator>
    <dc:date>2013-10-21T09:58:10Z</dc:date>
    <item>
      <title>Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763625#M1775599</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;Breakdown time in format like 5.1840000000000000E+05 how it can be converted like 144.00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saquib Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 09:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763625#M1775599</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2013-10-21T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763626#M1775600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saquib Khan.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DATA: fvar type f,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pvar type p decimals 2.&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;fvar = '&lt;SPAN class="L0S33"&gt;5.1840000000000000E+05'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pvar = fvar / 3600&lt;/EM&gt;. "(to get your desired result 144.00 &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1904/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 09:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763626#M1775600</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-10-21T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763627#M1775601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;5.1840000000000000E+05&lt;/SPAN&gt; is in hex format(seconds i guess),so you need to move this to a integer then just divide by number as you with(by 60 for min and by 3600 for hr).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Supratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763627#M1775601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763628#M1775602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arun. I it works but I want to know the reason why in SAP many values are not in actual format but in exponent forms n why conversion is required.&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;Saquib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763628#M1775602</guid>
      <dc:creator>former_member328875</dc:creator>
      <dc:date>2013-10-21T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763629#M1775603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very good question Saquib.&lt;/P&gt;&lt;P&gt;But frankly I don't know the reason behind it.&lt;/P&gt;&lt;P&gt;If I come to know it, I will let you know surely.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763629#M1775603</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-10-21T10:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Breakdown time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763630#M1775604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the output representation for an F type field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can find more informations:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e2335c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e2335c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e2335c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and subsequents:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see an F field has a size of 8 bytes, but outputs with 22 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/34/8e732f6df74873e10000009b38f9b8/content.htm" title="http://help.sap.com/saphelp_40b/helpdata/en/34/8e732f6df74873e10000009b38f9b8/content.htm"&gt;http://help.sap.com/saphelp_40b/helpdata/en/34/8e732f6df74873e10000009b38f9b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can found an output example for P and F type fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question was about desing, well, we should try to guess... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Danilo Schembri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 15:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-breakdown-time/m-p/9763630#M1775604</guid>
      <dc:creator>danilo_schembri</dc:creator>
      <dc:date>2013-10-21T15:56:35Z</dc:date>
    </item>
  </channel>
</rss>

