<?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: OBJECTS_OBJREF_NOT_ASSIGNED error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537489#M245185</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;The object you had used in the program should be declared as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : OBJ TYPE REF TO CL_GUI_ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2006 09:35:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-07T09:35:43Z</dc:date>
    <item>
      <title>OBJECTS_OBJREF_NOT_ASSIGNED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537487#M245183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to run a custom BAPI program as a background job through the transaction sm36 and se38.The status of the job becomes "Cancelled" within 1 sec and it says there is an Object null reference.&lt;/P&gt;&lt;P&gt;If anyone has come across a similar error before,please be kind enough to revert with the solution.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 09:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537487#M245183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTS_OBJREF_NOT_ASSIGNED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537488#M245184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the program has tried to accept a component using 'NULL' object referance.&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: o_obj type ref to &amp;lt;class&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object o_obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 09:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537488#M245184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTS_OBJREF_NOT_ASSIGNED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537489#M245185</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;The object you had used in the program should be declared as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : OBJ TYPE REF TO CL_GUI_ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 09:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537489#M245185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECTS_OBJREF_NOT_ASSIGNED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537490#M245186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;The error in the dump is as follows :&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLCNDP" had to be terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;Error Analysis :&lt;/P&gt;&lt;P&gt;Attempt to access a component using 'NULL' object reference (points&lt;/P&gt;&lt;P&gt;to nothing).&lt;/P&gt;&lt;P&gt;An object reference must point to an object (an instance of a class)&lt;/P&gt;&lt;P&gt;before you can use it to access components (variable: " ").&lt;/P&gt;&lt;P&gt;Either the reference has not yet been set, or it has been reset to&lt;/P&gt;&lt;P&gt;'NULL' by a CLEAR statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is a standard code I cannot make any changes to the code.&lt;/P&gt;&lt;P&gt;What parameters do we need to pass when running a program in background ? Is there any special addition I need to make to the code for executing the code in background ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 11:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/objects-objref-not-assigned-error/m-p/1537490#M245186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T11:05:25Z</dc:date>
    </item>
  </channel>
</rss>

