<?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 Concatenation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenation/m-p/3725981#M896785</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 struture in which 12 fields are of character,7 are of currency and rest two are of dats and character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This structure need to be posted to application server and from there need to downloadable to notepad file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report programe, while looping to the output table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at wa_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate field-f1&lt;/P&gt;&lt;P&gt;                   field-2&lt;/P&gt;&lt;P&gt;                 wa_temp&lt;/P&gt;&lt;P&gt;                wa_temp2&lt;/P&gt;&lt;P&gt;              field-3&lt;/P&gt;&lt;P&gt;field4&lt;/P&gt;&lt;P&gt; INTO wa_output1&lt;/P&gt;&lt;P&gt;                 SEPARATED BY co_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONDENSE wa_output1 NO-GAPS.&lt;/P&gt;&lt;P&gt;      TRANSFER wa_output1 TO wf_filename.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while the output is not tab limited for some wa_temp (of type character as they are of type currency and while concatenating we cannt use currency field so taken wa_temp as character fields)&lt;/P&gt;&lt;P&gt;as few of them are tab limited and one having a value of negative are not separated by tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;022232     30232323			0617370691	85	1	0090016247	20080503	4	1050.00	1000.00	0.00	0.00	0.00	50.00	0.00		&lt;/P&gt;&lt;P&gt;085617etgd963	0856ds8963			aa617370691	12	1	0090sd6248	20080504	4	13970.54	11545.90	0.00	475.95-	1075.00	2424.64	4918.15-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the valuable inputs and let me know why this peculiar error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohinder Singh Chauhan on May 6, 2008 9:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 07:47:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T07:47:41Z</dc:date>
    <item>
      <title>Concatenation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenation/m-p/3725981#M896785</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 struture in which 12 fields are of character,7 are of currency and rest two are of dats and character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This structure need to be posted to application server and from there need to downloadable to notepad file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report programe, while looping to the output table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at wa_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate field-f1&lt;/P&gt;&lt;P&gt;                   field-2&lt;/P&gt;&lt;P&gt;                 wa_temp&lt;/P&gt;&lt;P&gt;                wa_temp2&lt;/P&gt;&lt;P&gt;              field-3&lt;/P&gt;&lt;P&gt;field4&lt;/P&gt;&lt;P&gt; INTO wa_output1&lt;/P&gt;&lt;P&gt;                 SEPARATED BY co_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONDENSE wa_output1 NO-GAPS.&lt;/P&gt;&lt;P&gt;      TRANSFER wa_output1 TO wf_filename.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while the output is not tab limited for some wa_temp (of type character as they are of type currency and while concatenating we cannt use currency field so taken wa_temp as character fields)&lt;/P&gt;&lt;P&gt;as few of them are tab limited and one having a value of negative are not separated by tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;022232     30232323			0617370691	85	1	0090016247	20080503	4	1050.00	1000.00	0.00	0.00	0.00	50.00	0.00		&lt;/P&gt;&lt;P&gt;085617etgd963	0856ds8963			aa617370691	12	1	0090sd6248	20080504	4	13970.54	11545.90	0.00	475.95-	1075.00	2424.64	4918.15-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the valuable inputs and let me know why this peculiar error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohinder Singh Chauhan on May 6, 2008 9:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 07:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenation/m-p/3725981#M896785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T07:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/concatenation/m-p/3725982#M896786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the answer ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 08:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/concatenation/m-p/3725982#M896786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T08:46:48Z</dc:date>
    </item>
  </channel>
</rss>

