<?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 Runtime Error DATREF_NOT_ASSIGNED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-datref-not-assigned/m-p/11835490#M1956926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give a solution for the below Runtime error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category ABAP Programming Error&lt;/P&gt;&lt;P&gt;Runtime Errors DATREF_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;ABAP Program SAPLMMHIPO&lt;/P&gt;&lt;P&gt;Application Component MM-PUR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLMMHIPO" had to be terminated because it&lt;/P&gt;&lt;P&gt;has come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;There was an attempt to access a data object via a 'NULL' data reference&lt;/P&gt;&lt;P&gt;(points to 'nothing'). A data reference must point to data object before&lt;/P&gt;&lt;P&gt;it can be used to access the referenced data object. The reference was&lt;/P&gt;&lt;P&gt;either never set or it was set to 'NULL' using the CLEAR statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below screenshots &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017224" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017226" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017230" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 10:56:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-17T10:56:31Z</dc:date>
    <item>
      <title>Runtime Error DATREF_NOT_ASSIGNED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-datref-not-assigned/m-p/11835490#M1956926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please give a solution for the below Runtime error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category ABAP Programming Error&lt;/P&gt;&lt;P&gt;Runtime Errors DATREF_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;ABAP Program SAPLMMHIPO&lt;/P&gt;&lt;P&gt;Application Component MM-PUR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLMMHIPO" had to be terminated because it&lt;/P&gt;&lt;P&gt;has come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;There was an attempt to access a data object via a 'NULL' data reference&lt;/P&gt;&lt;P&gt;(points to 'nothing'). A data reference must point to data object before&lt;/P&gt;&lt;P&gt;it can be used to access the referenced data object. The reference was&lt;/P&gt;&lt;P&gt;either never set or it was set to 'NULL' using the CLEAR statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below screenshots &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017224" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017226" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1017230" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 10:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-datref-not-assigned/m-p/11835490#M1956926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-17T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error DATREF_NOT_ASSIGNED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-datref-not-assigned/m-p/11835491#M1956927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the runtime error occurred because a data reference variable was accessed that does not point to a data object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is most probably an error in the application program (or a wrong usage of that) and therefore must be reported to the application component that is shown in the header of the short dump (if you havn't modified the program ...).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 11:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-datref-not-assigned/m-p/11835491#M1956927</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-08-17T11:06:01Z</dc:date>
    </item>
  </channel>
</rss>

