<?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 Command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960820#M67341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri Nivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try simply (example from an AP Check):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDRESS DELIVERY PARAGRAPH AS&lt;/P&gt;&lt;P&gt;FROMCOUNTRY &amp;amp;T001-LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;ADDRESSNUMBER &amp;amp;REGUH-ZADRNR&amp;amp;&lt;/P&gt;&lt;P&gt;ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. simply provide the addressnumber and let the SAPSCRIPT address function do its magic!  There is no need anymore to specify the specific address fields since "address management" was introduced in version 4.0 ...  The address function will determine which address fields to print depending on the number of available print lines.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also might want to check out: &lt;A href="http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983454,00.html" target="test_blank"&gt;http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983454,00.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the SAP documentation of the function module ADDRESS_INTO_PRINTFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2005 05:36:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-11T05:36:52Z</dc:date>
    <item>
      <title>SAP Script Address Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960818#M67339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script In ddress Window Using ADDRESS Comand I am formating the address but it's not displaying valuse of District and Country even though those fields having values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is mu code: &lt;/P&gt;&lt;P&gt;ADDRESS DELIVERY PARAGRAPH AS &lt;/P&gt;&lt;P&gt;TITLE &amp;amp;SADR-ANRED&amp;amp; &lt;/P&gt;&lt;P&gt;NAME &amp;amp;SADR-NAME1&amp;amp;, &amp;amp;SADR-NAME2&amp;amp;, &amp;amp;SADR-NAME3&amp;amp;, &amp;amp;SADR-NAME4&amp;amp; &lt;/P&gt;&lt;P&gt;STREET &amp;amp;SADR-STRAS&amp;amp; &lt;/P&gt;&lt;P&gt;CITY &amp;amp;SADR-ORT01&amp;amp;, &amp;amp;SADR-ORT02&amp;amp; 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;REGION &amp;amp;SADR-REGIO&amp;amp; &lt;/P&gt;&lt;P&gt;FROMCOUNTRY &amp;amp;SADR-LAND1&amp;amp; &lt;/P&gt;&lt;P&gt;ENDADDRESS &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;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 03:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960818#M67339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T03:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Address Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960819#M67340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt; I see no problem in you you code, can you check for the following, does country and district does not get displayed for all the records you where trying to print or only for few records, try with multiple records. Check the command line does it start with ":/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 05:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960819#M67340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T05:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Address Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960820#M67341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri Nivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try simply (example from an AP Check):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADDRESS DELIVERY PARAGRAPH AS&lt;/P&gt;&lt;P&gt;FROMCOUNTRY &amp;amp;T001-LAND1&amp;amp;&lt;/P&gt;&lt;P&gt;ADDRESSNUMBER &amp;amp;REGUH-ZADRNR&amp;amp;&lt;/P&gt;&lt;P&gt;ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. simply provide the addressnumber and let the SAPSCRIPT address function do its magic!  There is no need anymore to specify the specific address fields since "address management" was introduced in version 4.0 ...  The address function will determine which address fields to print depending on the number of available print lines.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also might want to check out: &lt;A href="http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983454,00.html" target="test_blank"&gt;http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983454,00.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the SAP documentation of the function module ADDRESS_INTO_PRINTFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2005 05:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-address-command/m-p/960820#M67341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-11T05:36:52Z</dc:date>
    </item>
  </channel>
</rss>

