<?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: Problem with concatenate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824404#M1956141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try "&lt;EM&gt;&lt;STRONG&gt;textdirection&lt;/STRONG&gt;&lt;/EM&gt;" and "&lt;EM&gt;&lt;STRONG&gt;textalign&lt;/STRONG&gt;&lt;/EM&gt;" properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"textDirection: sap.ui.core.TextDirection.LTR,&lt;/P&gt;&lt;P&gt; textAlign: sap.ui.core.TextAlign.End"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 17:31:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-22T17:31:18Z</dc:date>
    <item>
      <title>Problem with concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824401#M1956138</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;I have a problem with concatenae in Right to Left&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is very simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: data1 type char02 value 'AA'.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;data: data2 type char10 value '12345'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;data: result type char20.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate data1 '-' data2 into result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concatenate data2 '-' data1 into result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The result doesn't change &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Try it by Debug or display to screen.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The result is AA-12345&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want to display 12345-AA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;in LTR it's working fine &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if the values are&amp;nbsp; 123-456 it's working fine&amp;nbsp;&amp;nbsp; 123-456 =&amp;gt; 456-123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if the values are&amp;nbsp; ABC-DEF it's working fine&amp;nbsp; ABC-DEF =&amp;gt; DEF-ABC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AA-12345 =&amp;gt; AA-12345&amp;nbsp;&amp;nbsp; I Want 12345-AA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Right to left&amp;nbsp;&amp;nbsp;&amp;nbsp; not Left to Right&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but Numbers and chars it's not change the direction&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How to solve the issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jermy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 16:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824401#M1956138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-22T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824402#M1956139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Germi.&lt;/P&gt;&lt;P&gt;I couldn't simulate your problem here (I created a second "result" variable), see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;data1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char02 &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'AA'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;data2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char10 &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'12345'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;result &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char20&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;result2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char20&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;data1 &lt;SPAN class="L0S33"&gt;'-' &lt;/SPAN&gt;data2 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;result&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CONCATENATE &lt;/SPAN&gt;data2 &lt;SPAN class="L0S33"&gt;'-' &lt;/SPAN&gt;data1 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;result2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;result&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;result2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISPLAYS:&lt;/P&gt;&lt;P&gt;AA-12345&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12345-AA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 16:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824402#M1956139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-22T16:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824403#M1956140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you run it by right to left ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 16:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824403#M1956140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-22T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824404#M1956141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try "&lt;EM&gt;&lt;STRONG&gt;textdirection&lt;/STRONG&gt;&lt;/EM&gt;" and "&lt;EM&gt;&lt;STRONG&gt;textalign&lt;/STRONG&gt;&lt;/EM&gt;" properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"textDirection: sap.ui.core.TextDirection.LTR,&lt;/P&gt;&lt;P&gt; textAlign: sap.ui.core.TextAlign.End"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 17:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824404#M1956141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-22T17:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824405#M1956142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't do it directly whatever the programming language is. Same for ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be done only at output time, and is valid only if you're logged in a RTL language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info in note &lt;A class="urllink" href="https://service.sap.com/sap/support/notes/587150" rel="nofollow"&gt;587150 - Support of Arabic-script languages&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 19:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-concatenate/m-p/11824405#M1956142</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-22T19:35:53Z</dc:date>
    </item>
  </channel>
</rss>

