<?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: packages: local objects only for developer himself? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092817#M733699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It works. I always started the program out of se80. For other users&lt;/P&gt;&lt;P&gt;I defined a transaction code. The tcode directly started a dynpro without&lt;/P&gt;&lt;P&gt;inital the the variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debbuging displays this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetz&lt;/P&gt;&lt;P&gt;a newbie &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 11:38:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T11:38:13Z</dc:date>
    <item>
      <title>packages: local objects only for developer himself?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092814#M733696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I developed a program that uses a proxy to communicate with SAP XI.&lt;/P&gt;&lt;P&gt;For the input data I created a dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I call this dynpro with my credentials everything works fine. Another user&lt;/P&gt;&lt;P&gt;received a dump while trying to send data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created all these objects (proxy, abap program, dynpro) in the local package&lt;/P&gt;&lt;P&gt;$tmp. Is this the reason the dump appears? I thought $tmp is like a normal package&lt;/P&gt;&lt;P&gt;but not transportable to other systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump says that the reference to the proxy classes is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to create a usual package that other user can access my objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092814#M733696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T10:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: packages: local objects only for developer himself?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092815#M733697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Being in $TMP is, in my opinion, highly unlikely to be the cause of your dump.  You should have the user debug, and see why he's not getting a reference to your proxy class.  Could be authorisation or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092815#M733697</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-11-21T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: packages: local objects only for developer himself?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092816#M733698</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;$TMP is not the cause of your dump.try to debug and see,may be due to authorization issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 10:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092816#M733698</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-11-21T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: packages: local objects only for developer himself?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092817#M733699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It works. I always started the program out of se80. For other users&lt;/P&gt;&lt;P&gt;I defined a transaction code. The tcode directly started a dynpro without&lt;/P&gt;&lt;P&gt;inital the the variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debbuging displays this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetz&lt;/P&gt;&lt;P&gt;a newbie &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/packages-local-objects-only-for-developer-himself/m-p/3092817#M733699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:38:13Z</dc:date>
    </item>
  </channel>
</rss>

