<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002230#M76720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i tried to use field symbol and then assign the value of offset to filed symbol.it works .but when i move the value to the internal table field it gives the short dump with msg field too short for the value.So pls can u suggest something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2005 05:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-28T05:12:57Z</dc:date>
    <item>
      <title>Unicode help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002227#M76717</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 enabled the unicode checkbox in my program.Now i am facing a prblm.the prgrm using open dataset clause.Then it uses read dataset clause.Then it giving the prblm.To come over from it i have maintained one char type variable with lenght 1200. Now when i passing the data one by one to the internal table its of for char type field.But for type p field it gave short dump.So please can anyone suugest the procedure to overcome this problem..I am attaching the little code part.&lt;/P&gt;&lt;P&gt;READ DATASET p_extfil INTO w_struct.                  &lt;/P&gt;&lt;P&gt;    IF sy-subrc = 4.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;*Begin of cnxt-28{&lt;/P&gt;&lt;P&gt;    tab_wa-posnr           = w_struct+211(6).&lt;/P&gt;&lt;P&gt;    tab_wa-etenr           = w_struct+217(4).&lt;/P&gt;&lt;P&gt;    tab_wa-matnr           = w_struct+221(18).&lt;/P&gt;&lt;P&gt;    tab_wa-crd             = w_struct+239(8).&lt;/P&gt;&lt;P&gt;    tab_wa-ffd             = w_struct+247(8).&lt;/P&gt;&lt;P&gt;    tab_wa-ffd             = w_struct+247(8).&lt;/P&gt;&lt;P&gt;    tab_wa-edatu           = w_struct+255(8).&lt;/P&gt;&lt;P&gt;    tab_wa-shpd            = w_struct+263(8).&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; tab_wa-bmeng           = w_struct+271(13). *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field in asterik(*) is the problem.The field bmeng is type p in Database table. but the w_struct is type c of length 1200.Si it gave short dump unable to interpret.&lt;/P&gt;&lt;P&gt;So please if someone can help ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 08:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002227#M76717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-27T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002228#M76718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why don't you debug the program to see what is the value of w_struct+271(13). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 08:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002228#M76718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-27T08:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002229#M76719</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;  This dump is because of moving field type c to field p.&lt;/P&gt;&lt;P&gt;You need to write &amp;lt;field type c &amp;gt; to &amp;lt;field type p &amp;gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jeevi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2005 08:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002229#M76719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-27T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002230#M76720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i tried to use field symbol and then assign the value of offset to filed symbol.it works .but when i move the value to the internal table field it gives the short dump with msg field too short for the value.So pls can u suggest something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2005 05:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-help/m-p/1002230#M76720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-28T05:12:57Z</dc:date>
    </item>
  </channel>
</rss>

