<?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: Error : Access not possible using 'null' objects reference. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694309#M304679</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;Looks like you have just defined the object, but not instantiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use constructor (Create object &amp;lt;obj&amp;gt;) to instantiate the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 13:52:09 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-10-27T13:52:09Z</dc:date>
    <item>
      <title>Error : Access not possible using 'null' objects reference.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694307#M304677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;i am working with a zbapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i called a external email program in this bapi,everything is working fine over here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In webdynpro they mapped my bapi and starting working from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every functionality is working fine  but regarding this email stuff it is showing an error as access not possible using null objects reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where could be the possible error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 13:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694307#M304677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T13:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Access not possible using 'null' objects reference.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694308#M304678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are trying to access an object which has not been created. The ABAP dump should tell you the name of the object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 13:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694308#M304678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Access not possible using 'null' objects reference.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694309#M304679</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;Looks like you have just defined the object, but not instantiated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use constructor (Create object &amp;lt;obj&amp;gt;) to instantiate the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 13:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694309#M304679</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-27T13:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Access not possible using 'null' objects reference.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694310#M304680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your BAPI contains some table parameters,&lt;/P&gt;&lt;P&gt;if yes,then tell your webdynpro guys to mapp it properly.&lt;/P&gt;&lt;P&gt;there they have to create a object even if they are not using that parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objects should be created for every tables parameters even if they are not usnig that like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in webdynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI structure name nam = new BAPI structure[0].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs &lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 13:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694310#M304680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Access not possible using 'null' objects reference.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694311#M304681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marthin when i am running bapi from my side it is working well..there is no abap dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but  it is showing error only while running form webdynpro..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rama krishna and  manas surely i will check what u have said   ..let u know asp..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 14:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-access-not-possible-using-null-objects-reference/m-p/1694311#M304681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T14:19:59Z</dc:date>
    </item>
  </channel>
</rss>

