<?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: Time Format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848603#M1885367</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;Before uploading u shall change the format rit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 07:42:25 GMT</pubDate>
    <dc:creator>vinodkumar_thangavel</dc:creator>
    <dc:date>2015-01-23T07:42:25Z</dc:date>
    <item>
      <title>Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848595#M1885359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a report in which i'm stuck and not able to solve it..Hope u guys will help me out.&lt;/P&gt;&lt;P&gt;Here is my issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating a new report for unused t-codes in which i have to download data from SM20 and store it in a database table which i have created.&lt;/P&gt;&lt;P&gt;The records are huge so need to store them in table.When i download the data the time column in it is being downloaded in the format "12.02.00 PM"&lt;/P&gt;&lt;P&gt;So when i try to upload the excel sheet it is not processing since the time format is not compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did search but couldn't find proper answer to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can anyone help me how to solve it pls.I need to submit it today.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank You.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848595#M1885359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T06:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848596#M1885360</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;U shall try to remove the PM by using 'REPLACE&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF' and upload the same in data base table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848596#M1885360</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2015-01-23T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848597#M1885361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please elaborate it,because first step in my program itself is uploading the file.When am i supposed to use the statement to remove AM/PM from time format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848597#M1885361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T06:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848598#M1885362</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;try to make the formation as string in Excel, like 12:20:33 AM to 122030AM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try to upload the data in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the CHAR8 data type for Time column, once you get the data in internal table, change the same as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848598#M1885362</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-23T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848599#M1885363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen,&lt;/P&gt;&lt;P&gt;that won't workout i guess.The data is very&amp;nbsp; huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848599#M1885363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T06:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848600#M1885364</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;What wont workout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing format of time in Excel or Uplodaing and changing again in SAP ends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For change the Format, take any excel expert help, in excel one option is there to 'REPLACE' method to replace the value based on the selected column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 06:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848600#M1885364</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-23T06:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848601#M1885365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Praveen.&lt;/P&gt;&lt;P&gt;of course the idea abt replacing in excel works,but can't ask the users to replace whenever they download data in excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848601#M1885365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T07:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848602#M1885366</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 have excel with you, make a copy of that and follow the below step to format you excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open Excel.&lt;/P&gt;&lt;P&gt;2. Select the Time Column.&lt;/P&gt;&lt;P&gt;3. Select &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630333" /&gt;-&amp;gt;Replace Option.&lt;/P&gt;&lt;P&gt;4. Give Below screen input and select replace all.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630334" /&gt;&lt;/P&gt;&lt;P&gt;5.the same way pass 'AM' and 'PM' to repalce with '' [SPACE].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input ;&amp;nbsp; 12.13.25AM&lt;/P&gt;&lt;P&gt;output: 121325.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can understand the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848602#M1885366</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-23T07:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848603#M1885367</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;Before uploading u shall change the format rit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848603#M1885367</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2015-01-23T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848604#M1885368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@praveen.&lt;/P&gt;&lt;P&gt;The problem is not during uploading.Yes we can upload the excel sheet,but after storing in table it doesn't take time format but instead gives something like "0.4126".So what could be the format for uploading time with AM/PM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848604#M1885368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T07:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848605#M1885369</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;that's why, i ask you, before uploading change the format of the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP time format is&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630398" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Excel, after format the time (The process already explained).&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In program, internal table will store the data in same format.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630404" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, you understand, how time is storing in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 08:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848605#M1885369</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-23T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848606#M1885370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveer,&lt;/P&gt;&lt;P&gt;u are not understanding abt my requirement.&lt;/P&gt;&lt;P&gt;when i download data from SM20,it stores time with AM or PM in excel sheet (Ex:09:50:00 AM).&lt;/P&gt;&lt;P&gt;And when i debug and see its displaying time as 0.4197 instead of 09:50:00.&lt;/P&gt;&lt;P&gt;Hope u anderstand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 09:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848606#M1885370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-23T09:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848607#M1885371</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;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/630405" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means, you are trying to upload the information from Excel.&lt;/P&gt;&lt;P&gt;Since SAP is not having the AM/PM format with Sy-uzite, so you have to change the Format of the data 1st in Excel and then you have to upload the same in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 10:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/10848607#M1885371</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-01-23T10:05:45Z</dc:date>
    </item>
  </channel>
</rss>

