<?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 Problems with unicode conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-unicode-conversion/m-p/443667#M13170</link>
    <description>&lt;P&gt;Dear Sir or Madam,&lt;/P&gt;&lt;P&gt;I get the following message in UUCHECK:&lt;/P&gt;&lt;P&gt;"The structure "IT_TAB+0(RECSIZE)" does not start with a character-type field.
In Unicode programs in such cases, offset/length declarations are not allowed." (see bold marked lines below)&lt;/P&gt;&lt;P&gt;Can someone help with this problem.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;data:&lt;BR /&gt;
 begin of it_tab occurs 1000,&lt;BR /&gt;  x_elem type x,&lt;BR /&gt;
 end of it_tab.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;record&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;
* DESCRIBE TABLE IT_TAB LINES I_LEN.&lt;BR /&gt;
 describe field it_tab length recsize.&lt;BR /&gt;
 describe table it_tab lines filelines.&lt;BR /&gt;
 lastline_length = i_len mod recsize.&lt;BR /&gt;
&lt;BR /&gt;&lt;STRONG&gt;assign it_tab+0(recsize) to &amp;lt;record&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;
 clear rec_counter.&lt;BR /&gt;
&lt;BR /&gt;
 loop at it_tab.&lt;BR /&gt;  rec_counter = rec_counter + 1.&lt;BR /&gt;  if rec_counter = filelines&lt;BR /&gt;  and lastline_length &amp;gt; 0. &lt;BR /&gt;&lt;STRONG&gt;    assign it_tab+0(lastline_length) to &amp;lt;record&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;  endif.&lt;BR /&gt;  transfer &amp;lt;record&amp;gt; to lc_appl_datei.&lt;BR /&gt;
 endloop.&lt;BR /&gt;
&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2017 07:17:40 GMT</pubDate>
    <dc:creator>worminghaus</dc:creator>
    <dc:date>2017-07-06T07:17:40Z</dc:date>
    <item>
      <title>Problems with unicode conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-unicode-conversion/m-p/443667#M13170</link>
      <description>&lt;P&gt;Dear Sir or Madam,&lt;/P&gt;&lt;P&gt;I get the following message in UUCHECK:&lt;/P&gt;&lt;P&gt;"The structure "IT_TAB+0(RECSIZE)" does not start with a character-type field.
In Unicode programs in such cases, offset/length declarations are not allowed." (see bold marked lines below)&lt;/P&gt;&lt;P&gt;Can someone help with this problem.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;data:&lt;BR /&gt;
 begin of it_tab occurs 1000,&lt;BR /&gt;  x_elem type x,&lt;BR /&gt;
 end of it_tab.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;record&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;
* DESCRIBE TABLE IT_TAB LINES I_LEN.&lt;BR /&gt;
 describe field it_tab length recsize.&lt;BR /&gt;
 describe table it_tab lines filelines.&lt;BR /&gt;
 lastline_length = i_len mod recsize.&lt;BR /&gt;
&lt;BR /&gt;&lt;STRONG&gt;assign it_tab+0(recsize) to &amp;lt;record&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;
 clear rec_counter.&lt;BR /&gt;
&lt;BR /&gt;
 loop at it_tab.&lt;BR /&gt;  rec_counter = rec_counter + 1.&lt;BR /&gt;  if rec_counter = filelines&lt;BR /&gt;  and lastline_length &amp;gt; 0. &lt;BR /&gt;&lt;STRONG&gt;    assign it_tab+0(lastline_length) to &amp;lt;record&amp;gt;.&lt;/STRONG&gt;&lt;BR /&gt;  endif.&lt;BR /&gt;  transfer &amp;lt;record&amp;gt; to lc_appl_datei.&lt;BR /&gt;
 endloop.&lt;BR /&gt;
&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 07:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-unicode-conversion/m-p/443667#M13170</guid>
      <dc:creator>worminghaus</dc:creator>
      <dc:date>2017-07-06T07:17:40Z</dc:date>
    </item>
  </channel>
</rss>

