<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091556#M434906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the variables that you are printing in the address command are not empty,&lt;/P&gt;&lt;P&gt;for this, you can use the condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	IF NOT &amp;amp;XADRC_VENDOR-NAME2&amp;amp; &amp;lt;&amp;gt; &amp;amp;TTXSY-SPACE&amp;amp;&lt;/P&gt;&lt;P&gt;B1	 	&amp;amp;XADRC_VENDOR-NAME2&amp;amp;&lt;/P&gt;&lt;P&gt;/:	 	ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where XADRC_VENDOR-NAME2 is the variable that contains the address line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this syntax, you need not use address-end address command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check with the above condition for every variable before printing it. This way you can avoid blank lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 05:53:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T05:53:01Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091550#M434900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script i have 10 address lines there were blanks in between rows how can i avoid those?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091550#M434900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091551#M434901</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;Reduce the Space before/Space after(to 0.5 CM) in the paragraph seetings of the paragraph that you used for the address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rama chary.Pammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091551#M434901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091552#M434902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;before displaying them, check that they are no initial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then print them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091552#M434902</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-11T05:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091553#M434903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your paragraph format that you are using for the address window check the checkbox that says no blank lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091553#M434903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091554#M434904</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;u can put the condition if they are empty than it should go to that particiular line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091554#M434904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091555#M434905</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;Check the condition &amp;lt;b&amp;gt;is initial&amp;lt;/b&amp;gt; if they are initial dont put them on the out put.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091555#M434905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091556#M434906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the variables that you are printing in the address command are not empty,&lt;/P&gt;&lt;P&gt;for this, you can use the condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	IF NOT &amp;amp;XADRC_VENDOR-NAME2&amp;amp; &amp;lt;&amp;gt; &amp;amp;TTXSY-SPACE&amp;amp;&lt;/P&gt;&lt;P&gt;B1	 	&amp;amp;XADRC_VENDOR-NAME2&amp;amp;&lt;/P&gt;&lt;P&gt;/:	 	ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where XADRC_VENDOR-NAME2 is the variable that contains the address line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this syntax, you need not use address-end address command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check with the above condition for every variable before printing it. This way you can avoid blank lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091556#M434906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091557#M434907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the variables that you are printing in the address command are not empty,&lt;/P&gt;&lt;P&gt;for this, you can use the condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	IF NOT &amp;amp;XADRC_VENDOR-NAME2&amp;amp; &amp;lt;&amp;gt; &amp;amp;TTXSY-SPACE&amp;amp;&lt;/P&gt;&lt;P&gt;B1	 	&amp;amp;XADRC_VENDOR-NAME2&amp;amp;&lt;/P&gt;&lt;P&gt;/:	 	ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where XADRC_VENDOR-NAME2 is the variable that contains the address line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this syntax, you need not use address-end address command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Divya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check with the above condition for every variable before printing it. This way you can avoid blank lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 05:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091557#M434907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T05:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091558#M434908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have the standard Address format for Scripts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &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;/: ADDRESSNUMBER address number&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this one, if any fields are blank then it will ignore those fields&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 06:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/2091558#M434908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T06:03:07Z</dc:date>
    </item>
  </channel>
</rss>

