<?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: How to insert a space into a string? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149155#M1193261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no result...maybe it has something to do with Outlook...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 09:03:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T09:03:56Z</dc:date>
    <item>
      <title>How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149145#M1193251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem inserting a space into a string. It has to be between gs_ma-prename and gs_ma-name.&lt;/P&gt;&lt;P&gt;I don't want to use "SEPARATED BY SPACE" at the end, because that's not the layout I want and just '  ' doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA lv_body TYPE string.

  CONCATENATE 'Bitte genehmigen.'
  CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
  CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
  'Mit freundlichen Grüßen'
  CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
  CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
  gs_ma-prename gs_ma-name
  INTO lv_body.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149145#M1193251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149146#M1193252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149146#M1193252</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2009-02-04T08:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149147#M1193253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149147#M1193253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149148#M1193254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your fast answer, but that doesn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Background of my questions is, that I want to have this string into an Outlook E-Mail body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149148#M1193254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149149#M1193255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149149#M1193255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149150#M1193256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick ,&lt;/P&gt;&lt;P&gt;  To get a space between 2 strings without using 'Separted by Space' , you can use a delimeter where you can have the value 'SPACE' and use it in your concatenate statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a sample code :&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :&lt;/P&gt;&lt;P&gt;  w_name1 TYPE string ,&lt;/P&gt;&lt;P&gt;  w_name2 TYPE string ,&lt;/P&gt;&lt;P&gt;  w_name3 TYPE string ,&lt;/P&gt;&lt;P&gt;  w_deli TYPE c .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_deli = space .&lt;/P&gt;&lt;P&gt;w_name1 = 'SAP' .&lt;/P&gt;&lt;P&gt;w_name2 = 'ABAP' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE w_name1 w_name2 INTO w_name3 SEPARATED BY w_deli .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt; Amuktha .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149150#M1193256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149151#M1193257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@subash&lt;/P&gt;&lt;P&gt;Thanks, but doesn't work, too &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149151#M1193257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149152#M1193258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149152#M1193258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149153#M1193259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: v_str type string.

concatenate 'mahesh' '&amp;amp;' 'reddy' into v_str.
replace '&amp;amp;' WITH SPACE INTO v_str.

write:/ v_str.

output:   mahesh reddy
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers\&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mahesh Reddy on Feb 4, 2009 9:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149153#M1193259</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-02-04T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149154#M1193260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Patrick ,&lt;/P&gt;&lt;P&gt;&amp;gt;   To get a space between 2 strings without using 'Separted by Space' , you can use a delimeter where you can have the value 'SPACE' and use it in your concatenate statement .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Here's a sample code :&lt;/P&gt;&lt;P&gt;&amp;gt;   &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; DATA :&lt;/P&gt;&lt;P&gt;&amp;gt;   w_name1 TYPE string ,&lt;/P&gt;&lt;P&gt;&amp;gt;   w_name2 TYPE string ,&lt;/P&gt;&lt;P&gt;&amp;gt;   w_name3 TYPE string ,&lt;/P&gt;&lt;P&gt;&amp;gt;   w_deli TYPE c .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; w_deli = space .&lt;/P&gt;&lt;P&gt;&amp;gt; w_name1 = 'SAP' .&lt;/P&gt;&lt;P&gt;&amp;gt; w_name2 = 'ABAP' .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; CONCATENATE w_name1 w_name2 INTO w_name3 SEPARATED BY w_deli .&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards ,&lt;/P&gt;&lt;P&gt;&amp;gt;  Amuktha .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is identical to SEPARATED BY space. The only difference is using a variable rather than a literal.  So what's the point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, that all answers involving CONCATENATE a ' ' b INTO c or variants along these lines have been rejected, because &lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;THEY DON'T WORK.&lt;/SPAN&gt;&lt;/STRONG&gt;  Please take the time to test your suggestions before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149154#M1193260</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-04T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149155#M1193261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no result...maybe it has something to do with Outlook...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149155#M1193261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149156#M1193262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;DATA lv_body TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'Bitte genehmigen' ' = ' space INTO lv_body SEPARATED BY space.&lt;/P&gt;&lt;P&gt;  CONCATENATE lv_body 'x' INTO lv_body .&lt;/P&gt;&lt;P&gt;write: lv_body.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149156#M1193262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149157#M1193263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick - what layout do you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's what I think you want, you have to do it in two steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA lv_body TYPE string.
 
CONCATENATE gs_ma-prename gs_ma-name INTO  lv_body SEPARATED BY space.
CONCATENATE 'Bitte genehmigen.' 
    CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
    CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
    'Mit freundlichen Grüßen'
    CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
    CL_ABAP_CHAR_UTILITIES=&amp;gt;NEWLINE
    lv_body
  INTO lv_body.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you &lt;STRONG&gt;Bitte genehmigen##Mit freundlichen Grüßen##firstname@lastname&lt;/STRONG&gt; where # is newline and @ is space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Feb 4, 2009 10:07 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149157#M1193263</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-04T09:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149158#M1193264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you need to use ALT+255 instead of space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this similar thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1148509"&gt;&lt;/A&gt;&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, 04 Feb 2009 09:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149158#M1193264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T09:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149159#M1193265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes patrick, ALT+255 works, as rimpa said....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149159#M1193265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149160#M1193266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahesh Reddy solved the problem &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to everybody who tried to help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 09:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149160#M1193266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149161#M1193267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simplest way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;CONCATENATE {dobj1 dobj2 ...}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO result&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [RESPECTING BLANKS].&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 15:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149161#M1193267</guid>
      <dc:creator>Sergiu</dc:creator>
      <dc:date>2012-12-10T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149162#M1193268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_result = gs_ma-prename &amp;amp;&amp;amp; space &amp;amp;&amp;amp; gs_ma-name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 17:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149162#M1193268</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-10T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149163#M1193269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that this is a very old thread. For what it's worth, the following is the correct way of adding a space to a string. Hopefully it'll provide someone with the answer they're looking for in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATIVE 'my string' ` ` 'second string after space' INTO lv_whatever_variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use ` ` (not ' ') to have ABAP interpret it as an actual space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 09:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149163#M1193269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a space into a string?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149164#M1193270</link>
      <description>&lt;P&gt;Thanks for teh suggestion&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 11:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-a-space-into-a-string/m-p/5149164#M1193270</guid>
      <dc:creator>anupkumar_kalathil</dc:creator>
      <dc:date>2023-09-15T11:46:16Z</dc:date>
    </item>
  </channel>
</rss>

