<?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: Moving internal table work area data to string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965264#M947058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, this cannot be done if your program is unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to find a work around by using another work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to necessarily move the work area into a string and if the work area is not very large,&lt;/P&gt;&lt;P&gt;you might consider concatenating individual fields of the work area into the string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course that is possible only if the work area has all character fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jun 2008 09:33:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-15T09:33:19Z</dc:date>
    <item>
      <title>Moving internal table work area data to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965263#M947057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am running a program  with unicode enable.I am moving data from work area to string where i am getting a error like String &amp;amp; work area are not mutually convertable in Uni code program.&lt;/P&gt;&lt;P&gt;Can any one help me how to resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Pratap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 09:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965263#M947057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Moving internal table work area data to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965264#M947058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, this cannot be done if your program is unicode enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to find a work around by using another work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to necessarily move the work area into a string and if the work area is not very large,&lt;/P&gt;&lt;P&gt;you might consider concatenating individual fields of the work area into the string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course that is possible only if the work area has all character fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 09:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965264#M947058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T09:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Moving internal table work area data to string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965265#M947059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratap kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, need to do some redesign:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could poiibly concatenate the components of the structure into a string - if they are all character-like. And you will loose leading and trailing spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-character-componets must be converted (WRITE TO) into character-like fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the exact position in your string, you have to place all values at calculatzed offset in a (big enough) character field like CHAR1024.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Altogether it might be easier to re-think and re-build according to results required. As you did not mention where you have this question, I have no special idea on how to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 09:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-internal-table-work-area-data-to-string/m-p/3965265#M947059</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-06-15T09:49:01Z</dc:date>
    </item>
  </channel>
</rss>

