<?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 DATA_LENGTH_0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863541#M1959192</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;&lt;SPAN style="font-size: 10pt;"&gt;getting shortdumps with DATA_LENGTH_O and exception CX_SY_RANGE_OUT_OF_BOUNDS in class CL_ALINK_CONNECTION. I have already regenerated related business object as suggested in SAP note 1743980 but this did not solve the issue. Also tested FM &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif;"&gt;SWO_QUERY_KEYFIELDS and it returns keyfields, so this is not the cause. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif;"&gt;Any suggestions how to solve this issue? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 08:54:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-12T08:54:43Z</dc:date>
    <item>
      <title>DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863541#M1959192</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;&lt;SPAN style="font-size: 10pt;"&gt;getting shortdumps with DATA_LENGTH_O and exception CX_SY_RANGE_OUT_OF_BOUNDS in class CL_ALINK_CONNECTION. I have already regenerated related business object as suggested in SAP note 1743980 but this did not solve the issue. Also tested FM &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif;"&gt;SWO_QUERY_KEYFIELDS and it returns keyfields, so this is not the cause. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif;"&gt;Any suggestions how to solve this issue? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 08:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863541#M1959192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-12T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863542#M1959193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked this more closely in the debugger and for some reason, there is FM SWO_QUERY_KEYFIELDS which in some cases does not return anything for the related business object. and then the dump occurs. Any idea what could cause the fact that key fields are not found for the business object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863542#M1959193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-12T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863543#M1959194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't give the context of what operation you are doing when the short dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it's possible with a business object type, that it's instantiated with object "blank" so that to access the static members (flagged "instance independent"). So maybe it's your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863543#M1959194</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-12T11:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863544#M1959195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply and sorry for missing out the details. The context is related to processing invoice Idocs and creating/attaching document and links to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the FM SWO_QUERY_KEYFIELDS manually, then it always returns the keys correctly, but then in the background, it sometimes does not find the keys. Yes, it could be connected to the instance. What can I do about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 12:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863544#M1959195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-12T12:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863545#M1959196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't have a correct understanding of the context &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you please attach the short dump (.txt.zip) so that we can have a look at the call stack, and other stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863545#M1959196</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-12T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: DATA_LENGTH_0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863546#M1959197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;SAP Note 1696315 solved the issue. thank you anyways for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 06:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-length-0/m-p/11863546#M1959197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-18T06:24:34Z</dc:date>
    </item>
  </channel>
</rss>

