<?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: avoid sapce in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761978#M905067</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 the smartform you can display wrbtr field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;WRBTR(C)&amp;amp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 08:49:01 GMT</pubDate>
    <dc:creator>anub</dc:creator>
    <dc:date>2008-05-08T08:49:01Z</dc:date>
    <item>
      <title>avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761971#M905060</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 m using currency field in smartforms. it puts some blank space in currency field. how to remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like: i m using wrbtr field type of currency.&lt;/P&gt;&lt;P&gt;value of wrbtr is 1,909.00.&lt;/P&gt;&lt;P&gt;but in output it prints like Rs.                      1,909.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to remove space between Rs and the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 05:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761971#M905060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T05:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761972#M905061</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;To remove blank spaces use condense statement .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761972#M905061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761973#M905062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like this &lt;STRONG&gt;&amp;amp;gv_wbter(13.2)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761973#M905062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761974#M905063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better you go for character field.&lt;/P&gt;&lt;P&gt;Declare the char field and pass the amount field to that.&lt;/P&gt;&lt;P&gt;In smart form display the char field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madan mohan reddy on May 8, 2008 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761974#M905063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761975#M905064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;move the value first to type c variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in global declarations tab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zcurr type char25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;den create program lines above text window in which u r displaying value.&lt;/P&gt;&lt;P&gt;in &lt;/P&gt;&lt;P&gt;input parameter: &amp;lt;ur_curr_field&amp;gt;&lt;/P&gt;&lt;P&gt;output parameter: zcurr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;den write following code:&lt;/P&gt;&lt;P&gt;wrtite &amp;lt;ur_curr_field&amp;gt; to zcurr.&lt;/P&gt;&lt;P&gt;condense zcurr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the text window where u r displayin ur curr field, use zcurr instead of ur curr field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if dis helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761975#M905064</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-05-08T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761976#M905065</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;CONDENSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;CONDENSE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... NO-GAPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Shifts the contents of the field c to the left, so that each word is separated by exactly one blank.&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;DATA: BEGIN OF NAME,&lt;/P&gt;&lt;P&gt;TITLE(8), VALUE 'Dr.',&lt;/P&gt;&lt;P&gt;FIRST_NAME(10), VALUE 'Michael',&lt;/P&gt;&lt;P&gt;SURNAME(10), VALUE 'Hofmann',&lt;/P&gt;&lt;P&gt;END OF NAME.&lt;/P&gt;&lt;P&gt;CONDENSE NAME.&lt;/P&gt;&lt;P&gt;WRITE NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dr. Michael Hofmann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition&lt;/P&gt;&lt;P&gt;... NO-GAPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Suppresses all blanks from the field c&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;DATA: BEGIN OF NAME,&lt;/P&gt;&lt;P&gt;TITLE(8), VALUE 'Dr.',&lt;/P&gt;&lt;P&gt;FIRST_NAME(10), VALUE 'Michael',&lt;/P&gt;&lt;P&gt;SURNAME(10), VALUE 'Hofmann',&lt;/P&gt;&lt;P&gt;END OF NAME.&lt;/P&gt;&lt;P&gt;CONDENSE NAME NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of NAME is now " Dr.MichaelHofmann ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the field string NAME is interpreted and handled like a type C field, the CONDENSE statement treats it as a whole and ignores any sub-fields. The contents of the component field would therefore now be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME-TITLE = 'Dr.Micha'&lt;/P&gt;&lt;P&gt;NAME-FIRST_NAME = 'elHofmann '&lt;/P&gt;&lt;P&gt;NAME-SURNAME = ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;Do not use CONDENSE to manipulate field strings that include fields not of type C. This could result in these component fields containing characters of a different (i.e. incorrect) type.&lt;/P&gt;&lt;P&gt;Related SHIFT , CONCATENATE , REPLACE , SPLIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;Performance&lt;/P&gt;&lt;P&gt;The runtime required to condense three fields is about 20 msn (standardized micooseconds). The variant ... NO-GAPS needs about 12 msn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this.&lt;/P&gt;&lt;P&gt;*reward points if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761976#M905065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761977#M905066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   use codense statement to remove that,&lt;/P&gt;&lt;P&gt;syntax is:&lt;/P&gt;&lt;P&gt;&amp;amp;variablename(c)&amp;amp;&lt;/P&gt;&lt;P&gt;i think by using this ur problem will solve..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761977#M905066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: avoid sapce in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761978#M905067</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 the smartform you can display wrbtr field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;WRBTR(C)&amp;amp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 08:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/avoid-sapce-in-smartforms/m-p/3761978#M905067</guid>
      <dc:creator>anub</dc:creator>
      <dc:date>2008-05-08T08:49:01Z</dc:date>
    </item>
  </channel>
</rss>

