<?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: How i will get the some format for postal code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415452#M1243359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sujan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 12:04:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-25T12:04:11Z</dc:date>
    <item>
      <title>How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415447#M1243354</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;Iam getting the postal code(PSTLZ) from Pa0006.How i will get the Format is 'X9X 9X9' (space between characters 3 &amp;amp; 4).sample data for postal code is J7T 3J4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sujan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415447#M1243354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415448#M1243355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Postal code in genaral will be a six digit number.You dont have any problem&lt;/P&gt;&lt;P&gt;with numbers for that field.If you are giving some text along with numbers in&lt;/P&gt;&lt;P&gt; that field then it appears as space in between but there is no space really.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415448#M1243355</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-03-25T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415449#M1243356</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;refer this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;postal_code = 400012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_post1 = postal_code(3)&lt;/P&gt;&lt;P&gt;lv_post2 = postal_code+3(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate lv_post1 ' ' lv_post2 to final_code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415449#M1243356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T11:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415450#M1243357</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;I hope there is space in the input of the data. since until unless if we pass the data as the space it will not form the space. Any how we can pass any type of data in that fields its not necessary to have only a 6digit of numberic value for the postal address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415450#M1243357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T11:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415451#M1243358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sujan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose l_pstlz is field in which you are getting ur postal code.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;concatenate l_pstlz(3) l_pstlz+3(3) into l_pstlz separated by space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415451#M1243358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How i will get the some format for postal code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415452#M1243359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sujan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-i-will-get-the-some-format-for-postal-code/m-p/5415452#M1243359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:04:11Z</dc:date>
    </item>
  </channel>
</rss>

