<?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: SAP_SCRIPT_Address_Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331612#M168944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;check out the length of the variable that printing the country field.if it less than increase the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2006 11:29:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-09T11:29:55Z</dc:date>
    <item>
      <title>SAP_SCRIPT_Address_Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331608#M168940</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 am writing the ship-to and sold-to party address in the sapscript by using standard ADDRESS-ENDADDRESS command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDRESS  PARAGRAPH AS&lt;/P&gt;&lt;P&gt;  NAME     &amp;amp;&lt;STRONG&gt;SADR-NAME2&amp;amp;, &amp;amp;&lt;/STRONG&gt;SADR-NAME3&amp;amp;&lt;/P&gt;&lt;P&gt;  STREET   &amp;amp;*SADR-STRAS&amp;amp;&lt;/P&gt;&lt;P&gt;  HOUSE    &amp;amp;*SADR-HAUSN&amp;amp;&lt;/P&gt;&lt;P&gt;  POBOX    &amp;amp;&lt;STRONG&gt;SADR-PFACH&amp;amp;  CODE &amp;amp;&lt;/STRONG&gt;SADR-PSTL2&amp;amp; CITY &amp;amp;*SADR-PFORT&amp;amp;&lt;/P&gt;&lt;P&gt;  CITY     &amp;amp;&lt;STRONG&gt;SADR-ORT01&amp;amp;, &amp;amp;&lt;/STRONG&gt;SADR-ORT02&amp;amp;&lt;/P&gt;&lt;P&gt;  POSTCODE &amp;amp;*SADR-PSTLZ&amp;amp;&lt;/P&gt;&lt;P&gt;  COUNTRY  &amp;amp;*SADR-LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;  FROMCOUNTRY &amp;amp;T001-LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a strange thing is happening, for some customers the full country name is coming and for some only Shortforms ie. (say UZ for Uzbekistan)is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me the reason behind this strange phenomenon?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 10:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331608#M168940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T10:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP_SCRIPT_Address_Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331609#M168941</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;CHK THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDRESS: Formatting of addresses&lt;/P&gt;&lt;P&gt;The command ADDRESS - ENDADDRESS formats an address according to the postal standards of the&lt;/P&gt;&lt;P&gt;destination country defined in the parameter COUNTRY. The reference fields are described in the&lt;/P&gt;&lt;P&gt;structure ADRS. Both constants and symbols can be assigned to the parameters.&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;/: ADDRESS [DELIVERY] [PARAGRAPH a] [PRIORITY p] [LINES l]&lt;/P&gt;&lt;P&gt;/: TITLE title&lt;/P&gt;&lt;P&gt;/: NAME name1[,name2[,name3[,name4]]]&lt;/P&gt;&lt;P&gt;/: STREET street&lt;/P&gt;&lt;P&gt;/: POBOX PO box [CODE zip code]&lt;/P&gt;&lt;P&gt;/: POSTCODE zip code&lt;/P&gt;&lt;P&gt;/: CITY town1[,town2]&lt;/P&gt;&lt;P&gt;/: REGION region&lt;/P&gt;&lt;P&gt;/: COUNTRY country&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY from country&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both formatting data and address data are given as parameters. Address data is formatted for output in accordance with the parameters COUNTRY, PRIORITY and LINES. If available, the P.O. box is used instead of the street as the default.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;DELIVERY: Defines the street address. If this parameter is selected, the system prints the street address on the layout output instead of the P.O. box.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;PARAGRAPH: Defines in which paragraph format the address is output. If the parameter is not defined, the address is output in the default paragraph format.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;PRIORITY: Defines which address lines can be omitted if necessary. You can enter a combination of the following values:&lt;/P&gt;&lt;P&gt;A form of address&lt;/P&gt;&lt;P&gt;P mandatory blank line 1&lt;/P&gt;&lt;P&gt;Q mandatory blank line 2&lt;/P&gt;&lt;P&gt;2 name2&lt;/P&gt;&lt;P&gt;3 name3&lt;/P&gt;&lt;P&gt;4 name4&lt;/P&gt;&lt;P&gt;L name of country&lt;/P&gt;&lt;P&gt;S line for the street&lt;/P&gt;&lt;P&gt;O line for the city&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;LINES: Defines how many lines are available for formatting the address. If all the address data cannot be formatted due to an insufficient number of lines, the data entered in the parameter PRIORITY is omitted. If the LINES specification is missing and this command is in a layout set window whose type is not MAIN, the lines available for the address layout are then calculated automatically by means of the current output line item and window size.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;TITLE: Required form of address.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;NAME: Up to four separate names, separated by commas, can be defined.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;STREET: Street specification including address number.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;POBOX: Post Office box number.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;CODE: P.O. box Postal or ZIP code if it is different from the postal code of the city.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;POSTCODE: Postal or ZIP code of the city.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;CITY: Up to two place names can be defined.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;REGION: Determines the administrative area.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;COUNTRY: Specifies the country according to whose specific postal standards the address    is formatted.&lt;/P&gt;&lt;P&gt;&amp;#149;&amp;amp;#61472;FROMCOUNTRY: Defines in which language the name of the destination country is formatted. In EC countries, only the international country identification letter is put before the postal code with a hyphen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;/: ADDRESS&lt;/P&gt;&lt;P&gt;/: TITLE &amp;#145;Company&amp;#146;&lt;/P&gt;&lt;P&gt;/: NAME &amp;#145;Widget Technology, Inc.&amp;#146;, &amp;#145;All Kind of Widgets&amp;#146;&lt;/P&gt;&lt;P&gt;/: STREET &amp;#145;1005 Lido Lane&amp;#146;&lt;/P&gt;&lt;P&gt;/: POBOX &amp;#145;2935&amp;#146; CODE &amp;#145;94400&amp;#146;&lt;/P&gt;&lt;P&gt;/: POSTCODE &amp;#145;94404&amp;#146;&lt;/P&gt;&lt;P&gt;/: CITY &amp;#145;Foster City&amp;#146;&lt;/P&gt;&lt;P&gt;/: REGION &amp;#145;CA&amp;#146;&lt;/P&gt;&lt;P&gt;/: COUNTRY &amp;#145;USA&amp;#146;&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY &amp;#145;USA&amp;#146;&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;Generates the following address:&lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;Widget Technology, Inc.&lt;/P&gt;&lt;P&gt;All Kind of Widgets&lt;/P&gt;&lt;P&gt;PO box 2935&lt;/P&gt;&lt;P&gt;Foster City, CA 94400&lt;/P&gt;&lt;P&gt;If the supplement DELIVERY is specified for the command ADDRESS, then the street is entered instead of&lt;/P&gt;&lt;P&gt;the PO box.&lt;/P&gt;&lt;P&gt;Company&lt;/P&gt;&lt;P&gt;Widget Technology, Inc.&lt;/P&gt;&lt;P&gt;All Kind of Widgets&lt;/P&gt;&lt;P&gt;1005 Lido Lane&lt;/P&gt;&lt;P&gt;Foster City, CA 94404&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAPscript calls the function module ADDRESS_INTO_PRINTFORM for&lt;/P&gt;&lt;P&gt;formatting the address. If the display is not in the required form, please&lt;/P&gt;&lt;P&gt;check the settings valid for this function module (see the documentation on&lt;/P&gt;&lt;P&gt;the function module).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 10:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331609#M168941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T10:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP_SCRIPT_Address_Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331610#M168942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Subhash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess it is beacuse for countries of long length texts it is not bale to accomodate and it is passing its short key..check this case..by probabbly increasing the length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can as well refer to &amp;lt;b&amp;gt;T005&amp;lt;/b&amp;gt; which is the check table of &amp;lt;b&amp;gt;SADR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/:ADDRESS PARAGRAPH AS&lt;/P&gt;&lt;P&gt;/: TITLE &amp;amp;VBLKK-ANRED&amp;amp;&lt;/P&gt;&lt;P&gt;/: NAME &amp;amp;VBLKK-NAME1&amp;amp;, &amp;amp;VBLKK-NAME2&amp;amp;, &amp;amp;VBLKK-NAME3&amp;amp;, &amp;amp;VBLKK-NAME4&amp;amp;/: Street &amp;#145;115&amp;#146;&lt;/P&gt;&lt;P&gt;/: POBOX &amp;amp;VBLKK-PFACH&amp;amp; CODE &amp;amp;VBLKK-PSTL2&amp;amp; CITY &amp;amp;VBLKK-PFORT&amp;amp;&lt;/P&gt;&lt;P&gt;/: CITY &amp;amp;VBLKK-ORT01&amp;amp;, &amp;amp;VBLKK-ORT02&amp;amp;&lt;/P&gt;&lt;P&gt;/: POSTCODE &amp;amp;VBLKK-PSTLZ&amp;amp; &lt;/P&gt;&lt;P&gt;/: COUNTRY &amp;amp;VBLKK-LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;/: REGION &amp;amp;VBLKK-REGIO&amp;amp;&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY &amp;amp;TVST-ALAND&amp;amp;&lt;/P&gt;&lt;P&gt;/: End Address&amp;lt;/b&amp;gt;&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>Fri, 09 Jun 2006 10:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331610#M168942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T10:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP_SCRIPT_Address_Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331611#M168943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhas,&lt;/P&gt;&lt;P&gt;check the country specific formatting in OY01..here for every country, there is an address formatting..also an option to print the complete country name...&lt;/P&gt;&lt;P&gt;this shud help u..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 10:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331611#M168943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T10:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP_SCRIPT_Address_Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331612#M168944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;check out the length of the variable that printing the country field.if it less than increase the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 11:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-query/m-p/1331612#M168944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-09T11:29:55Z</dc:date>
    </item>
  </channel>
</rss>

