<?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: Packed to time format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867502#M1138008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;but the output was in char format but i want in time format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 11:02:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T11:02:25Z</dc:date>
    <item>
      <title>Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867500#M1138006</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;how can we convert from packed to time format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: 5.83(packed) = 05:50 (hh:mm)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867500#M1138006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867501#M1138007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz try this bit of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:
  V_TIME1 TYPE P DECIMALS 2 VALUE '5.83',
  V_TIME2 TYPE CHAR7,
  V_MINS  TYPE I.

V_MINS = V_TIME1 * 60.

CALL FUNCTION 'CONVERSION_EXIT_SDURA_OUTPUT'
  EXPORTING
    INPUT  = V_MINS
  IMPORTING
    OUTPUT = V_TIME2.

CLEAR V_MINS.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867501#M1138007</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-11-25T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867502#M1138008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;but the output was in char format but i want in time format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867502#M1138008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867503#M1138009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check the output after the Conv. Exit call. Plz check &amp;amp; see. Its in HH:MM format &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867503#M1138009</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-11-25T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867504#M1138010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check it when we execute it shoes time format but my requirement is to store in a ztable,when we stored in ztable it gives problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867504#M1138010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867505#M1138011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat is the data element for the TIME field in the Z-Table. Try to format the time from the Conv. Routine to that value &amp;amp; then store in Z-Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867505#M1138011</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-11-25T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Packed to time format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867506#M1138012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the variable type as  &lt;STRONG&gt;sy-uzeit&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Hope this will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 11:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packed-to-time-format/m-p/4867506#M1138012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T11:31:35Z</dc:date>
    </item>
  </channel>
</rss>

