<?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: Finding timezone from zipcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197773#M469290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query the table T5UZC to get the Coutry and Region for a zip code.&lt;/P&gt;&lt;P&gt;Then you can use the FM TZ_LOCATION_TIMEZONE to get you the time zone for a country and region combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have the zipcode. goto T5UZC and try the below ways... one will work...&lt;/P&gt;&lt;P&gt;1) enter zipcode in &amp;lt;b&amp;gt;T5UZC-ZIPHI&amp;lt;/b&amp;gt; and fetch &amp;lt;b&amp;gt;LAND1 &amp;amp; REGIO&amp;lt;/b&amp;gt; fields. Using &amp;lt;b&amp;gt;TZ_LOCATION_TIMEZONE&amp;lt;/b&amp;gt; get the time zone by passing LAND1 &amp;amp; REGIO fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) enter zipcode in &amp;lt;b&amp;gt;T5UZC-ZIPLO&amp;lt;/b&amp;gt; and fetch &amp;lt;b&amp;gt;LAND1 &amp;amp; REGIO&amp;lt;/b&amp;gt; fields. Using &amp;lt;b&amp;gt;TZ_LOCATION_TIMEZONE&amp;lt;/b&amp;gt; get the time zone by passing LAND1 &amp;amp; REGIO fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of these 2 combinations 1 of them will work fine in ur case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 11:51:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T11:51:27Z</dc:date>
    <item>
      <title>Finding timezone from zipcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197769#M469286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a requirement in my application, where in &lt;/P&gt;&lt;P&gt;i have to find the timezone of a location based on the zip code&lt;/P&gt;&lt;P&gt;entered for that location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know whether any function module exists for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197769#M469286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding timezone from zipcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197770#M469287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query the table T5UZC to get the Coutry and Region for a zip code.&lt;/P&gt;&lt;P&gt;Then you can use the FM TZ_LOCATION_TIMEZONE to get you the time zone for a country and region combination.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197770#M469287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding timezone from zipcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197771#M469288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk the table  &amp;lt;b&amp;gt;TTZ5Z&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197771#M469288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Finding timezone from zipcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197772#M469289</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;thanks, but am not able to find any data in this table, i gave data in all&lt;/P&gt;&lt;P&gt;the 3 input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RAshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197772#M469289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Finding timezone from zipcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197773#M469290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query the table T5UZC to get the Coutry and Region for a zip code.&lt;/P&gt;&lt;P&gt;Then you can use the FM TZ_LOCATION_TIMEZONE to get you the time zone for a country and region combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have the zipcode. goto T5UZC and try the below ways... one will work...&lt;/P&gt;&lt;P&gt;1) enter zipcode in &amp;lt;b&amp;gt;T5UZC-ZIPHI&amp;lt;/b&amp;gt; and fetch &amp;lt;b&amp;gt;LAND1 &amp;amp; REGIO&amp;lt;/b&amp;gt; fields. Using &amp;lt;b&amp;gt;TZ_LOCATION_TIMEZONE&amp;lt;/b&amp;gt; get the time zone by passing LAND1 &amp;amp; REGIO fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) enter zipcode in &amp;lt;b&amp;gt;T5UZC-ZIPLO&amp;lt;/b&amp;gt; and fetch &amp;lt;b&amp;gt;LAND1 &amp;amp; REGIO&amp;lt;/b&amp;gt; fields. Using &amp;lt;b&amp;gt;TZ_LOCATION_TIMEZONE&amp;lt;/b&amp;gt; get the time zone by passing LAND1 &amp;amp; REGIO fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of these 2 combinations 1 of them will work fine in ur case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-timezone-from-zipcode/m-p/2197773#M469290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:51:27Z</dc:date>
    </item>
  </channel>
</rss>

