<?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: Length report double in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222718#M1379401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it;s really strange,why i am getting the issue,i have seen some blogs earlier on same issue and it looks to do with&lt;/P&gt;&lt;P&gt;unicode,i really didn;t understand what that has to do with length getting doubled ,but let me try your way and try&lt;/P&gt;&lt;P&gt;my luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2009 07:21:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-19T07:21:27Z</dc:date>
    <item>
      <title>Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222712#M1379395</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 the code below and i am not sure why the length of the attribute are reported double&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS:&lt;/P&gt;&lt;P&gt;    &amp;lt;fs_comp_wa&amp;gt; TYPE abap_compdescr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lr_desc_table    type ref to CL_ABAP_TYPEDESCR,&lt;/P&gt;&lt;P&gt;        lr_desc_struc    type ref to cl_abap_structdescr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; lr_desc_table ?= cl_abap_typedescr=&amp;gt;describe_by_data( ZTEST).&lt;/P&gt;&lt;P&gt; if lr_desc_table-&amp;gt;type_kind = 'u'.            " &amp;lt;- Structure&lt;/P&gt;&lt;P&gt;    lr_desc_struc ?= lr_desc_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at lr_desc_struc-&amp;gt;components ASSIGNING &amp;lt;fs_comp_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"check the length of the field at run time '&amp;lt;fs_comp_wa&amp;gt;-length'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2009 17:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222712#M1379395</guid>
      <dc:creator>sanju_joseph</dc:creator>
      <dc:date>2009-10-18T17:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222713#M1379396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You used 'ZTEST' as a test object. How is this object defined in the data dictionary? It's hard to reproduce without us knowing what this 'ZTEST' is all about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 06:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222713#M1379396</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-19T06:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222714#M1379397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you can try adding table  and check this in your system .i understand behaviour will be same across the system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 06:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222714#M1379397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T06:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222715#M1379398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did, I even tried several structures from DD, but they all seem to have a different TYPE_KIND (not equal to 'u').&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 06:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222715#M1379398</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-19T06:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222716#M1379399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well in my example ZTEST is the standard table , it;s really strange that even after adding a stucture you are not getting u,well what you can do next is to ignore the if condition and execute the remaining statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222716#M1379399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T07:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222717#M1379400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
lr_desc_table ?= cl_abap_typedescr=&amp;gt;describe_by_name( 'BUT000' ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Descibe by data does not work for me, so I used statement above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that works just fine for me. No double entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222717#M1379400</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-19T07:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Length report double</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222718#M1379401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it;s really strange,why i am getting the issue,i have seen some blogs earlier on same issue and it looks to do with&lt;/P&gt;&lt;P&gt;unicode,i really didn;t understand what that has to do with length getting doubled ,but let me try your way and try&lt;/P&gt;&lt;P&gt;my luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 07:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-report-double/m-p/6222718#M1379401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T07:21:27Z</dc:date>
    </item>
  </channel>
</rss>

