<?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: Address syntax problem in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737176#M1111515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By removing the address syntax we are going to specify only one format of address but by specifying address syntax it displays format according to the country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 08:50:43 GMT</pubDate>
    <dc:creator>rnb86</dc:creator>
    <dc:date>2008-10-31T08:50:43Z</dc:date>
    <item>
      <title>Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737171#M1111510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this syntax in script&lt;/P&gt;&lt;P&gt;ADDRESS PARAGRAPH ZD LINES 8&lt;/P&gt;&lt;P&gt;NAME &amp;amp;BILL_NAME1&amp;amp;, &amp;amp;BILL_NAME2&amp;amp;, &amp;amp;BILL_NAME3&amp;amp;, &amp;amp;BILL_NAME4&amp;amp;&lt;/P&gt;&lt;P&gt;STREET &amp;amp;BILL_STRAS&amp;amp;&lt;/P&gt;&lt;P&gt;POBOX &amp;amp;BILL_PFACH&amp;amp; CODE &amp;amp;BILL_PSTL2&amp;amp; CITY &amp;amp;BILL_PFORT&amp;amp;&lt;/P&gt;&lt;P&gt;POSTCODE &amp;amp;BILL_PSTLZ&amp;amp;&lt;/P&gt;&lt;P&gt;REGION &amp;amp;BILL_REGIO&amp;amp;&lt;/P&gt;&lt;P&gt;CITY &amp;amp;BILL_ORT01&amp;amp;&lt;/P&gt;&lt;P&gt;COUNTRY &amp;amp;BILL_LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output I got is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pvt ltd&lt;/P&gt;&lt;P&gt;Postfach 123&lt;/P&gt;&lt;P&gt;111 KUWAIT&lt;/P&gt;&lt;P&gt;KUWAIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need output in this format: po box must be written in English&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pvt ltd&lt;/P&gt;&lt;P&gt;PO BOX 123&lt;/P&gt;&lt;P&gt;111 KUWAIT&lt;/P&gt;&lt;P&gt;KUWAIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737171#M1111510</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-10-31T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737172#M1111511</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;split the address part into two as below . (Exclude the po box from address endaddress )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;ADDRESS PARAGRAPH ZD LINES 8&lt;/STRONG&gt;NAME &amp;amp;BILL_NAME1&amp;amp;, &amp;amp;BILL_NAME2&amp;amp;, &amp;amp;BILL_NAME3&amp;amp;,&amp;amp;BILL_NAME4&amp;amp;*&lt;/P&gt;&lt;P&gt;STREET &amp;amp;BILL_STRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDADDRESS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;POBOX &amp;amp;BILL_PFACH&amp;amp; CODE &amp;amp;BILL_PSTL2&amp;amp; CITY &amp;amp;BILL_PFORT&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADDRESS PARAGRAPH ZD LINES 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSTCODE &amp;amp;BILL_PSTLZ&amp;amp;&lt;/P&gt;&lt;P&gt;REGION &amp;amp;BILL_REGIO&amp;amp;&lt;/P&gt;&lt;P&gt;CITY &amp;amp;BILL_ORT01&amp;amp;&lt;/P&gt;&lt;P&gt;COUNTRY &amp;amp;BILL_LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDADDRESS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramya S on Oct 31, 2008 9:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737172#M1111511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737173#M1111512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u chk ur language which u have given.&lt;/P&gt;&lt;P&gt;give it english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737173#M1111512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737174#M1111513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;There is no other way only you need to remove Address EndAddress and then write each statement line by line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737174#M1111513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T08:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737175#M1111514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By splitting the PO BOX the whole address format changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every country address differs in format so by splliting we couldn't get the format correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737175#M1111514</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-10-31T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737176#M1111515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By removing the address syntax we are going to specify only one format of address but by specifying address syntax it displays format according to the country.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737176#M1111515</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-10-31T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737177#M1111516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where to specify the language?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 08:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737177#M1111516</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-10-31T08:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737178#M1111517</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;use address endadrress for the first half.&lt;/P&gt;&lt;P&gt;give po box&lt;/P&gt;&lt;P&gt;use address endadres for the second part as i wrote earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are u facin problem with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737178#M1111517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T09:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Address syntax problem in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737179#M1111518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using split it doesn't format the address perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 09:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-syntax-problem-in-script/m-p/4737179#M1111518</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2008-10-31T09:36:51Z</dc:date>
    </item>
  </channel>
</rss>

