<?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 print problem - sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961079#M67386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I can't use it because then system truncates the form of address after 35 characters. I need to use all 40 char in name1, name2 ... fields. (as described in note 364580)&lt;/P&gt;&lt;P&gt;That's why i use ADDRESSNUMBER §VBDKA-ADRNR(K).&lt;/P&gt;&lt;P&gt;I can use field ADRC-NAME1 but then system truncates &amp;amp;S2&amp;amp;&lt;/P&gt;&lt;P&gt;from vbdkr-name1 example : &lt;/P&gt;&lt;P&gt;from : PPU &amp;amp;S2&amp;amp; INSTALATOR 1234567890123456789X&lt;/P&gt;&lt;P&gt;to: PPU INSTALATOR 1234567890123456789X&lt;/P&gt;&lt;P&gt;that's a problem " &amp;amp;S2&amp;amp; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Bartek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bartek Szmajdzinski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2005 09:22:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-02T09:22:09Z</dc:date>
    <item>
      <title>Address print problem - sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961076#M67383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;I have a problem with print name for example &lt;/P&gt;&lt;P&gt;"Mr &amp;amp;Smith&amp;amp; and &amp;amp;M&amp;amp; company" from field &amp;amp;VBDKR-NAME1&amp;amp;. The output is "Mr and company" sapscript format the name. I use &lt;/P&gt;&lt;P&gt;/: ADDRESS PARAGRAPH AS&lt;/P&gt;&lt;P&gt;/: ADDRESSNUMBER &amp;amp;VBDKR-ADRNR(K)&amp;amp;&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY &amp;amp;VBDKR-SLAND&amp;amp;&lt;/P&gt;&lt;P&gt;/: ENDADDRESS  &lt;/P&gt;&lt;P&gt;and it helps but now i want to output only street from the  address or name2 (&amp;amp;VBDKR-NAME2&amp;amp;). I try to use &lt;/P&gt;&lt;P&gt;ADDRESS PARAGRAPH AS PRIORITY 6APHRT7I8LCBS5O LINES 1&lt;/P&gt;&lt;P&gt;but it returns "invalid label".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help ?&lt;/P&gt;&lt;P&gt;Regards Bartek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 06:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961076#M67383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Address print problem - sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961077#M67384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADDRESS.....ENDADDRESS has specific lable. If you wanto to output only street or name then do not use ADDRESS....ENDADDRESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i understood your problem correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 08:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961077#M67384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T08:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Address print problem - sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961078#M67385</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;Instead of ADDRESSNUMBER can you use the other way like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ADDRESS [DELIVERY] [TYPE t] [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;/: PERSON name of natural person [TITLE form of address]&lt;/P&gt;&lt;P&gt;/: PERSONNUMBER number of the personen&lt;/P&gt;&lt;P&gt;/: DEPARTMENT department&lt;/P&gt;&lt;P&gt;/: STREET street name HOUSE house number&lt;/P&gt;&lt;P&gt;/: LOCATION additional location information&lt;/P&gt;&lt;P&gt;/: POBOX po box [CODE post code / zip code] [CITY city]&lt;/P&gt;&lt;P&gt;/: POSTCODE post code / zip_code &lt;/P&gt;&lt;P&gt;/: CITY city1[,city2] &lt;/P&gt;&lt;P&gt;/: NO_UPPERCASE_FOR_CITY&lt;/P&gt;&lt;P&gt;/: REGION county / state &lt;/P&gt;&lt;P&gt;/: COUNTRY recipient country [LANGUAGE language code]&lt;/P&gt;&lt;P&gt;/: COUNTRY_IN_REC_LANG &lt;/P&gt;&lt;P&gt;/: LANG_FOR_COUNTRY language key&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY sender country &lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the STREET option here. Also find the detail help at,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/d1/803238454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/en/d1/803238454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 08:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961078#M67385</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-09-02T08:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Address print problem - sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961079#M67386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I can't use it because then system truncates the form of address after 35 characters. I need to use all 40 char in name1, name2 ... fields. (as described in note 364580)&lt;/P&gt;&lt;P&gt;That's why i use ADDRESSNUMBER §VBDKA-ADRNR(K).&lt;/P&gt;&lt;P&gt;I can use field ADRC-NAME1 but then system truncates &amp;amp;S2&amp;amp;&lt;/P&gt;&lt;P&gt;from vbdkr-name1 example : &lt;/P&gt;&lt;P&gt;from : PPU &amp;amp;S2&amp;amp; INSTALATOR 1234567890123456789X&lt;/P&gt;&lt;P&gt;to: PPU INSTALATOR 1234567890123456789X&lt;/P&gt;&lt;P&gt;that's a problem " &amp;amp;S2&amp;amp; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Bartek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bartek Szmajdzinski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 09:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/address-print-problem-sapscript/m-p/961079#M67386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T09:22:09Z</dc:date>
    </item>
  </channel>
</rss>

