<?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/3546897#M853324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this symbol how can i remove space in the above code. Can u pls explain me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 00:54:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T00:54:45Z</dc:date>
    <item>
      <title>sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546888#M853315</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;In my sap script textelement they declare the the quantity filed like   &amp;amp;,,&amp;amp;komvd-kbetr(T10.2)&amp;amp;/M ,,    this statement printed like  89.89 /M. but it should display like 89.89/M. How can i remove the space? Pls help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 01:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546888#M853315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T01:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546889#M853316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for removing gap use condense (C)&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(C)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 01:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546889#M853316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T01:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546890#M853317</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;Hope this helps.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL&amp;amp; No formatting &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL+4&amp;amp; Offset - Output begins here. Offset refers to formatted value &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(5)&amp;amp; Length - Output data in the specified length &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(I)&amp;amp; Suppress initial value - If the field has been initialized, nothing is output &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(Z)&amp;amp; Suppress leading zeros  &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(C)&amp;amp; Compress blank spaces - Consecutice spaces are compressed into a single space. Leading spacesare suppressed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(R)&amp;amp; Right align output &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(S)&amp;amp; Operators are suppressed &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(*)&amp;amp; Dictionary length - The data length is defined by the ABAP dictionary &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(8.2)&amp;amp; Decimal format. Length 8 decimals 2 &lt;/P&gt;&lt;P&gt;&amp;amp;'text1'SYMBOL'text2'&amp;amp; Text can be inserted before and after the symbol &lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 01:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546890#M853317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T01:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546891#M853318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;to remove the blank spaces use&lt;/P&gt;&lt;P&gt;&amp;amp;symbol+offset&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&amp;amp;symbol&amp;amp;       123456789&lt;/P&gt;&lt;P&gt;&amp;amp;symbol+3&amp;amp;    456789&lt;/P&gt;&lt;P&gt;&amp;amp;symbol+7&amp;amp;   89  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each symbol has a name that is used when the symbol is called. A call to a symbol is normally made in a line of text that also includes other kinds of text. Therefore it is necessary that symbols can be distinguished from normal text, and that the call is structured in such a way that it is possible to identify it as a call to a symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the delimiter &amp;amp; both immediately before and after the symbol. &lt;/P&gt;&lt;P&gt;Do not use blank characters in the name of a symbol. Moreover, since the characters '+() are used for defining formatting options, you must not use any of these a symbol name either.&lt;/P&gt;&lt;P&gt;Make sure that no SAPscript editor line break occurs between the symbol delimiters. If necessary, use a long line to avoid this (paragraph format = or /=). &lt;/P&gt;&lt;P&gt;Enclose additional formatting options in round brackets and insert them immediately after the symbol name. The code letters identifying these options must be given in capitals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;&amp;amp;symbol&amp;amp; &lt;/P&gt;&lt;P&gt;&amp;amp;MY_symbol&amp;amp; &lt;/P&gt;&lt;P&gt;&amp;amp;KNA1-NAME1&amp;amp; &lt;/P&gt;&lt;P&gt;&amp;amp;DATE&amp;amp; &lt;/P&gt;&lt;P&gt;&amp;amp;KNA1-UMSAT(I)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are valid symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points ifuseful.&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>Thu, 27 Mar 2008 05:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546891#M853318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T05:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546892#M853319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried all the ways. Still it is not working. Anyone help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 05:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546892#M853319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T05:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546893#M853320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;in ur driver program take another CHAR variable &amp;amp; move  komvd-kbetr to that.&lt;/P&gt;&lt;P&gt;And pass that in ur script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i is usefull do reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 05:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546893#M853320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T05:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546894#M853321</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;Try this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete the blank spaces in your document using ' compress ' command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark the text where you want to remove the blank space.&lt;/P&gt;&lt;P&gt;choose edit -&amp;gt;selected area -&amp;gt; compress&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 05:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546894#M853321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T05:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546895#M853322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can't see anu compress option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 06:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546895#M853322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T06:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546896#M853323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to give space between two fields write like this &lt;/P&gt;&lt;P&gt;&amp;amp;wa_matnr( i )&amp;amp; &amp;amp;wa_matkl( i )&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to sepress the row entry in script if that value is not there, then you can write like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;wa_matnr&amp;amp; ne '                          '&lt;/P&gt;&lt;P&gt;&amp;amp;wa_matnr&amp;amp; &lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 08:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546896#M853323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: sap Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546897#M853324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this symbol how can i remove space in the above code. Can u pls explain me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 00:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3546897#M853324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T00:54:45Z</dc:date>
    </item>
  </channel>
</rss>

