<?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 Address_Query_in_SAP-SCRIPT?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-query-in-sap-script/m-p/1352698#M176503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;Please tell me what exactly the FM--&amp;gt; ADDRESS_INTO_PRINTFORM do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in SAP-SCRIPT, in the display of sold-to-party, sometimes I am getting the full country name instead of short-form(say Estonia and not ES) and at times I am getting only short-forms instead of full names(Say UZ instead of UZbekistan).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a requirement in which I shoukd always get the full country name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 05:52:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T05:52:20Z</dc:date>
    <item>
      <title>Address_Query_in_SAP-SCRIPT??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-query-in-sap-script/m-p/1352698#M176503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;Please tell me what exactly the FM--&amp;gt; ADDRESS_INTO_PRINTFORM do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in SAP-SCRIPT, in the display of sold-to-party, sometimes I am getting the full country name instead of short-form(say Estonia and not ES) and at times I am getting only short-forms instead of full names(Say UZ instead of UZbekistan).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a requirement in which I shoukd always get the full country name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-query-in-sap-script/m-p/1352698#M176503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Address_Query_in_SAP-SCRIPT??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-query-in-sap-script/m-p/1352699#M176504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the code below. If you want to get full address then give number_of_lines as 10. This FM will print the address according to the Standard address format of the sender_country. So the address format will change depends upon the sender country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    CALL FUNCTION 'ADDRESS_INTO_PRINTFORM'
         EXPORTING
              address_type        = '1'
              address_number      = adrnr
              sender_country      = sender_country
              number_of_lines     = 10
              street_has_priority = 'X'
         IMPORTING
              address_printform   = wa_address.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Thomas.&lt;/P&gt;&lt;P&gt;Please mark point if you got solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-query-in-sap-script/m-p/1352699#M176504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:59:51Z</dc:date>
    </item>
  </channel>
</rss>

