<?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: unicode help help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529652#M573477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you should NOT write a WA anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better write each of the fields.&lt;/P&gt;&lt;P&gt;to achieve that, you should swap every value through a char-variable of enough length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 07:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T07:55:04Z</dc:date>
    <item>
      <title>unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529650#M573475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm doing a unicode and i have this error "workarea cannot be converted to a character-type field". i.e because i am trying to write the workarea and it is not possible in unicode programs. the work area is referenced to a standard table(that is huge). can you help me find a way on this??&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;zry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 07:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529650#M573475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529651#M573476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use UCCHECK for analysis and procedure of solving it.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 07:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529651#M573476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T07:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529652#M573477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you should NOT write a WA anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better write each of the fields.&lt;/P&gt;&lt;P&gt;to achieve that, you should swap every value through a char-variable of enough length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 07:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529652#M573477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529653#M573478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In this case u have to specify each and every fields of workarea when displaying.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;data: wa type mara.&lt;/P&gt;&lt;P&gt;when displaying u have to write like this.&lt;/P&gt;&lt;P&gt;Write: / wa-matnr, wa-ernam.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 07:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529653#M573478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529654#M573479</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;Try assigning the workarea to a FIELD-SYMBOL and use the field-symbol in the write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work there is no way but to list all the fields of the workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 07:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529654#M573479</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-23T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529655#M573480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;can you help us how to assign work area to field-symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529655#M573480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: unicode help help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529656#M573481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;tnx for the quick answer,&lt;/P&gt;&lt;P&gt;i also tried using the field symbols before i post my query. FS was my last clue but it fails because it inherits the same type and triggers the same error. is there another clue on how to manipulate FS for compatibility&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot,&lt;/P&gt;&lt;P&gt;zry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help-help/m-p/2529656#M573481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:10:48Z</dc:date>
    </item>
  </channel>
</rss>

