<?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: Concatenate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332748#M169380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the values of LV_TEXT2 LV_TEXT3 in debugging &amp;amp; also the length of TEXT, is it big enough to hold the values of all the 3 LV_TEXT1,2,3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 02:33:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T02:33:58Z</dc:date>
    <item>
      <title>Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332743#M169375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three fields declared as char132. All three fields are filled with text. I have one field which is declared as char1320. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following code:&lt;/P&gt;&lt;P&gt;CONDENSE lv_text1.&lt;/P&gt;&lt;P&gt;CONDENSE lv_text2.&lt;/P&gt;&lt;P&gt;CONDENSE lv_text3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE lv_text1&lt;/P&gt;&lt;P&gt;lv_text2&lt;/P&gt;&lt;P&gt;lv_text3&lt;/P&gt;&lt;P&gt;into text separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after this expression the field text only contains the text that was in the first textfield, lv_text1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sjoerd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 10:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332743#M169375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T10:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332744#M169376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: lv_text1(132) ,&lt;/P&gt;&lt;P&gt;      lv_text2(132) ,&lt;/P&gt;&lt;P&gt;      lv_text3(132) ,&lt;/P&gt;&lt;P&gt;      text(1320) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move: 'abc' to lv_text1 ,&lt;/P&gt;&lt;P&gt;      'def' to lv_text2 ,&lt;/P&gt;&lt;P&gt;      'ghi' to lv_text3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE lv_text1&lt;/P&gt;&lt;P&gt;lv_text2&lt;/P&gt;&lt;P&gt;lv_text3&lt;/P&gt;&lt;P&gt;into text separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this and let me know. i have tried and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 10:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332744#M169376</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332745#M169377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let us know the data declaration for all the variables you have used , to analyze the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its similar to my example it should have worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 10:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332745#M169377</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332746#M169378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sjoerd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check FM STRING_CONCATENATE_3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 10:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332746#M169378</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2006-05-14T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332747#M169379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  code is correct;&lt;/P&gt;&lt;P&gt;check wheather text2 and text3 contains value.&lt;/P&gt;&lt;P&gt;try to use write statement to check the value since in debugging visible length of the field is limited&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 11:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332747#M169379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T11:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332748#M169380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the values of LV_TEXT2 LV_TEXT3 in debugging &amp;amp; also the length of TEXT, is it big enough to hold the values of all the 3 LV_TEXT1,2,3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 02:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332748#M169380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T02:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332749#M169381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it may be that the concatenate has worked but because you are only looking at the first portion it seems not to have worked. Try putting a condense after the concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condense text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 02:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332749#M169381</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-05-15T02:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332750#M169382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u r using separated by space&lt;/P&gt;&lt;P&gt;and CHAR (132) , CHAR (132) CHAR(132) into char (1320).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, all the 3 are there in the final one but &lt;/P&gt;&lt;P&gt;after the first lv_text1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it has 5 chars, after that 132-5 spaces are filled.&lt;/P&gt;&lt;P&gt;remove that separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after conactenate, &lt;/P&gt;&lt;P&gt;try using&lt;/P&gt;&lt;P&gt;CONDENSE TEXT NO_GAPS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 03:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenate/m-p/1332750#M169382</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-05-15T03:30:45Z</dc:date>
    </item>
  </channel>
</rss>

