<?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: Control command Address in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724376#M1298752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tirupathy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted the fields from scirpt in main window , But thwy still appear . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2009 12:11:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-27T12:11:54Z</dc:date>
    <item>
      <title>Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724370#M1298746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one explain me how Address and Endaddress work . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the below script  in window presently &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    	&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ADDRESS PARAGRAPH Z1
 	  TITLE    &amp;amp;VBDKR-ANRED&amp;amp;
 	  NAME     &amp;amp;VBDKR-NAME1&amp;amp;, &amp;amp;VBDKR-NAME2&amp;amp;, &amp;amp;VBDKR-NAME3&amp;amp;, &amp;amp;VBDKR-NAME4&amp;amp;
 	  STREET   &amp;amp;VBDKR-STRAS&amp;amp;
 	  POBOX    &amp;amp;VBDKR-PFACH&amp;amp;  CODE &amp;amp;VBDKR-PSTL2&amp;amp; CITY &amp;amp;VBDKR-PFORT&amp;amp;
 	  POSTCODE &amp;amp;VBDKR-PSTLZ&amp;amp;
 	  REGION   &amp;amp;VBDKR-REGIO&amp;amp;
 	  CITY     &amp;amp;VBDKR-ORT01&amp;amp;, &amp;amp;VBDKR-ORT02&amp;amp;
 	  COUNTRY  &amp;amp;VBDKR-LAND1&amp;amp;
 	  FROMCOUNTRY &amp;amp;VBDKR-SLAND&amp;amp;
 	  ADDRESSNUMBER &amp;amp;VBDKR-ADRNR&amp;amp;
 	ENDADDRESS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know the difference between the top  and one below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ADDRESS DELIVERY PARAGRAPH Z1
 FROMCOUNTRY &amp;amp;VBDKR-SLAND&amp;amp;
 ADDRESSNUMBER &amp;amp;VBDKR-ADRNR&amp;amp;
ENDADDRESS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there that we set the format  For "delievey address" somewhere in system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so please can I have inputs for doing &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;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 09:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724370#M1298746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724371#M1298747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well the lower part just uses adrnr, and all the formatting is done by standard, based on recipinets country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to add or remove some of the information provided by standard, or need to change the format, go for the upper part you posted, since there you can use own variables and such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this link, its very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/de/d1/80318f454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/de/d1/80318f454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 09:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724371#M1298747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724372#M1298748</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;    If DELEVIRY is specified then the address should be formatted as a complete delivery address, using the street name and number rather than the P.O. Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If DELIVERY is not specified and if a POBOX is specified, then the POBOX is used in an address instead of a STREET. &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;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: ADDRESS 
/: TITLE 'Firma' 
/: NAME 'Schneider &amp;amp; Co', 'Finanzberatung' 
/: STREET 'Kapitalgasse 33' 
/: POBOX '12345' CODE '68499' 
/: POSTCODE '68309' 
/: CITY 'Mannheim' 
/: COUNTRY 'DE' 
/: FROMCOUNTRY 'DE' 
/: ENDADDRESS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without specifying DELIVERY output will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firma &lt;/P&gt;&lt;P&gt;Schneider &amp;amp; Co &lt;/P&gt;&lt;P&gt;Finanzberatung &lt;/P&gt;&lt;P&gt;Postfach 12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;68499 Mannheim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With specifying DELIVERY, then the street name and number will appear in the address in place of the    P. O. Box number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firma &lt;/P&gt;&lt;P&gt;Schneider &amp;amp; Co &lt;/P&gt;&lt;P&gt;Finanzberatung &lt;/P&gt;&lt;P&gt;Kapitalgasse 33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;68309 Mannheim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 10:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724372#M1298748</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-05-27T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724373#M1298749</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;This should be of help to you.&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>Wed, 27 May 2009 10:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724373#M1298749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724374#M1298750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys for your responses , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual requirement is to remove Name3 and name4 fileds to ouput even if they a values , Tried removing them for script (top part ) but they still showing up in output . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further Help will be great . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 10:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724374#M1298750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724375#M1298751</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;Have you deleted the Name3 and Name4 fields in Address. Try to delete and activate it. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724375#M1298751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724376#M1298752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tirupathy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deleted the fields from scirpt in main window , But thwy still appear . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 12:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724376#M1298752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T12:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724377#M1298753</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;    Remove the ADDRESSNUMBER entry for code and also the NAME2,NAME3,NAME4&lt;/P&gt;&lt;P&gt;and check the output, as you are passing ADDRESSNUMBER it might have reading the address from the Database and printing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ADDRESS PARAGRAPH Z1
 	  TITLE    &amp;amp;VBDKR-ANRED&amp;amp;
 	  NAME     &amp;amp;VBDKR-NAME1&amp;amp;, 
 	  STREET   &amp;amp;VBDKR-STRAS&amp;amp;
 	  POBOX    &amp;amp;VBDKR-PFACH&amp;amp;  CODE &amp;amp;VBDKR-PSTL2&amp;amp; CITY &amp;amp;VBDKR-PFORT&amp;amp;
 	  POSTCODE &amp;amp;VBDKR-PSTLZ&amp;amp;
 	  REGION   &amp;amp;VBDKR-REGIO&amp;amp;
 	  CITY     &amp;amp;VBDKR-ORT01&amp;amp;, &amp;amp;VBDKR-ORT02&amp;amp;
 	  COUNTRY  &amp;amp;VBDKR-LAND1&amp;amp;
 	  FROMCOUNTRY &amp;amp;VBDKR-SLAND&amp;amp;
 ENDADDRESS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 18:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724377#M1298753</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-05-27T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Control command Address in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724378#M1298754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thanks Bala Krishna, It worked .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 08:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-command-address-in-sapscript/m-p/5724378#M1298754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T08:31:27Z</dc:date>
    </item>
  </channel>
</rss>

