<?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: Inserting Sapces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843147#M1318347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     if u r adding spaces at the end then it will not be reflected in the output u need to add with some other values followed by sapces ..plz find below the piece of code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: a(10) type c.&lt;/P&gt;&lt;P&gt;a = 'Abap'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: b(4) type c.&lt;/P&gt;&lt;P&gt;b = 'Code'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA c(12) type c.&lt;/P&gt;&lt;P&gt;CONCATENATE a b INTO c SEPERATED BY SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Jun 2009 09:38:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-21T09:38:58Z</dc:date>
    <item>
      <title>Inserting Sapces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843146#M1318346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo I want to insert spaces in a varribable value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tries with &lt;/P&gt;&lt;P&gt;CONCATENATE ' ' variable to result. But it dont function. Can somebody tell me how can I do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 09:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843146#M1318346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-21T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Sapces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843147#M1318347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     if u r adding spaces at the end then it will not be reflected in the output u need to add with some other values followed by sapces ..plz find below the piece of code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: a(10) type c.&lt;/P&gt;&lt;P&gt;a = 'Abap'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: b(4) type c.&lt;/P&gt;&lt;P&gt;b = 'Code'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA c(12) type c.&lt;/P&gt;&lt;P&gt;CONCATENATE a b INTO c SEPERATED BY SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ashu Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 09:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843147#M1318347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-21T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Sapces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843148#M1318348</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;Use SEPARATED BY SPACE addition with CONCATENATE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 10:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843148#M1318348</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-06-21T10:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Sapces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843149#M1318349</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 you want to concatenate just a &lt;EM&gt;space&lt;/EM&gt; to a data object (variable), you have to use string literals &lt;STRONG&gt;` `&lt;/STRONG&gt; (enclosed in back quotes) instead of text literals &lt;STRONG&gt;' '&lt;/STRONG&gt; (enclosed in normal quotes). This can be done as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data my_var type string value 'Some string'.

concatenate my_var ` ` into my_var.  "not ' '
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In contrast to text literals, string literas don't suppress space at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 11:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843149#M1318349</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-06-21T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Sapces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843150#M1318350</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;PRE&gt;&lt;CODE&gt;CONCATENATE ' ' f1 f2 INTO f3 SEPARETED BY SPACE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it'll help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2009 11:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-sapces/m-p/5843150#M1318350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-21T11:43:08Z</dc:date>
    </item>
  </channel>
</rss>

