<?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: spaces between fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771912#M645916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;You can use contacatanate by using space by passing the variable by not the values.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameer Baba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 11:51:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T11:51:19Z</dc:date>
    <item>
      <title>spaces between fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771911#M645915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;i have to concatenate the value of material classification which im gettin through a function module together in a variable and display it in the report&lt;/P&gt;&lt;P&gt;there r 6 fields which i have to concatenate in an particular manner only&lt;/P&gt;&lt;P&gt;like a&lt;STRONG&gt;b/c+d&lt;/STRONG&gt;e/f&lt;/P&gt;&lt;P&gt;now if say 'b' and 'e' are initial then the output should be like&lt;/P&gt;&lt;P&gt;a* /c+d* /f , that space which b and e r taking should be there only,&lt;/P&gt;&lt;P&gt;i cant use concatenate here since it wil remove the spaces&lt;/P&gt;&lt;P&gt;so wat exactly i should do 2 preserve that space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771911#M645915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: spaces between fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771912#M645916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;You can use contacatanate by using space by passing the variable by not the values.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameer Baba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771912#M645916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: spaces between fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771913#M645917</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;see this code.&lt;/P&gt;&lt;P&gt;data:name(15).&lt;/P&gt;&lt;P&gt;concatenate 'my' ' ' 'name' into name &amp;lt;b&amp;gt;respecting blanks&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771913#M645917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: spaces between fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771914#M645918</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;You can use " SEPARATED BY SPACE", in the concatenate statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will add a single space after each of your variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;Reward if useful&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771914#M645918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: spaces between fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771915#M645919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;          its simple just declare those two variable as type N(numeric text). If it does not contains any values, it holds only spaces. I have checked it is working....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Reward points without fail&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreenivasa K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spaces-between-fields/m-p/2771915#M645919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:03:09Z</dc:date>
    </item>
  </channel>
</rss>

