<?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 Problem in Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502751#M232593</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 can retrieve the Vendor address number from LFA1 table along with the country code and pass it to ADRC-ADDRNUMBER with the ADRC-PO_BOX_CTY = lfa1-land1 and print the address, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2006 07:01:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-28T07:01:44Z</dc:date>
    <item>
      <title>Address Problem in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502748#M232590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day.&lt;/P&gt;&lt;P&gt;I am new to SDN and posting for the first time.&lt;/P&gt;&lt;P&gt;I want to print vendor address in SAP SCRIpt Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have vendors from all over the world and the address format is different in each country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is anything using which I can display the address as per the country specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 06:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502748#M232590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T06:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Address Problem in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502749#M232591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;Address&amp;gt; ..&amp;lt;EndAddress&amp;gt; Will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at &lt;A href="http://sap.niraj.tripod.com/id18.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id18.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;Plz reward if useful.&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 06:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502749#M232591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T06:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Address Problem in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502750#M232592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADDRESS-ENDADDRESS will print address depends upon the receiver address standards. IN order to solve your problem, I suggest two ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In sapscript &lt;/P&gt;&lt;P&gt;/:ADDRESS&lt;/P&gt;&lt;P&gt;/: ADDRESSRNUMBER = W_ADRNR&lt;/P&gt;&lt;P&gt;/: COUNTRY 'DE' &lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY 'DE' &lt;/P&gt;&lt;P&gt;/:ENDADDRESS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and from prorgam pass W_ADRNR from ADRC. It will print entire address. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d1/803238454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d1/803238454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 06:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502750#M232592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Address Problem in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502751#M232593</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 can retrieve the Vendor address number from LFA1 table along with the country code and pass it to ADRC-ADDRNUMBER with the ADRC-PO_BOX_CTY = lfa1-land1 and print the address, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 07:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502751#M232593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T07:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Address Problem in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502752#M232594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thats right &amp;lt;ADDRESS&amp;gt; event will give the required format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 07:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-problem-in-script/m-p/1502752#M232594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T07:02:37Z</dc:date>
    </item>
  </channel>
</rss>

