<?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 include programm does not know to whom it belongs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973945#M1604046</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;i have an exit which has some import and export parameters. The customer code needs to be insert into an Z-include as usual. The exit function module can be activated without problems. When i try to activate the z-include i'm getting an error. The z-include just modifies one of the importing parameters from the function module, and i'm getting the error that this is field is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure there is no mistyping. i tried to update the navigation index from the utilities menu without any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm absolut sure that there is anything missing or mistyped. This happens in a system copy of another system where everything is working fine. In the copy the sources are exactly the same. But in the  copy i cannot activate the z-include. The Attributes of the include are ok, they are the same as in the original system, the statement is classified as an include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be broken so that it is impossible to activate the exit/include?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 10:06:02 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2011-06-20T10:06:02Z</dc:date>
    <item>
      <title>include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973945#M1604046</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;i have an exit which has some import and export parameters. The customer code needs to be insert into an Z-include as usual. The exit function module can be activated without problems. When i try to activate the z-include i'm getting an error. The z-include just modifies one of the importing parameters from the function module, and i'm getting the error that this is field is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure there is no mistyping. i tried to update the navigation index from the utilities menu without any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm absolut sure that there is anything missing or mistyped. This happens in a system copy of another system where everything is working fine. In the copy the sources are exactly the same. But in the  copy i cannot activate the z-include. The Attributes of the include are ok, they are the same as in the original system, the statement is classified as an include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be broken so that it is impossible to activate the exit/include?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973945#M1604046</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973946#M1604047</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;/P&gt;&lt;P&gt;WHy you are modifying  import parameter   . You can take import parameter assing it to any other varialbe  &lt;/P&gt;&lt;P&gt;and use that  to assing  it to modify table  or  export parameter  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973946#M1604047</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-06-20T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973947#M1604048</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;did you update the naviagtion index from z-program or from function module where the z-prograsm is included? Last one would be right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you have really a syntax error in your z program (e.g. missing &lt;STRONG&gt;.&lt;/STRONG&gt; or something else) before you modify the parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973947#M1604048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973948#M1604049</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;Can you show us code which is written .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973948#M1604049</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-06-20T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973949#M1604050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;function /rsc/ei_customer_exit_009.
*"----------------------------------------------------------------------
*"*"Local interface:
*"       IMPORTING
*"             VALUE(USER) LIKE  SY-UNAME
*"       TABLES
*"              PTC_LONG_CUSTOM_FIELDS STRUCTURE  /RSC/T_RM_3HL
*"                             OPTIONAL
*"       CHANGING
*"             VALUE(REQUEST) LIKE  /RSC/T_RM_3A
*"                             STRUCTURE  /RSC/T_RM_3A
*"             VALUE(CUSTOM_FIELDS) LIKE  /RSC/T_RM_3H
*"                             STRUCTURE  /RSC/T_RM_3H
*"----------------------------------------------------------------------
*$*$-------------------------------------------------------------------*
*$*$ Copyright © David Drake 1997-2004                                 *
*$*$-------------------------------------------------------------------*

  include zx_rsc_ei_cust_exit_009_incl.

endfunction.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;  Include           ZX_RSC_EI_CUST_EXIT_009_INCL
*&amp;amp;---------------------------------------------------------------------*
request-class = 'N'.
request-owner = user.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is running in the original system fine, but the include in the copy cant be activated due to request-class is unknown and request-owner is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973949#M1604050</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973950#M1604051</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;/P&gt;&lt;P&gt;VALUE(REQUEST) LIKE  /RSC/T_RM_3A&lt;/P&gt;&lt;P&gt;                             STRUCTURE  /RSC/T_RM_3A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether  structure you have assigned to user exit  i.e /RSC/T_RM_3A &lt;/P&gt;&lt;P&gt;is there or not  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is there  then check  fields  class and  owner  fields are there and structure should be active  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973950#M1604051</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-06-20T11:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973951#M1604052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate anyway and see what's up. My guess is, with navigational index update and activate anyway it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973951#M1604052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T11:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973952#M1604053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"David Drake", "/rsc" namespace? Sounds like Revelation Software Concepts...is this their rev-trac tool? Don't they have a hotline for their customers that you can contact? Just in case we get stuck here...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973952#M1604053</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-06-20T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973953#M1604054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what i tried. After activating anyway the appöication abends, saying include has errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And again: all structures/definitions/types/tables are present and activated. forward navigation works well, where used lists are working well. Activating fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973953#M1604054</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T11:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973954#M1604055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas, yes its revtrac, and i dont think its a problem with revtrac but with bc_aba_la, so i opened a call at sap. Revtrac would be working well if the components can be activated &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought maybe someone in SDN enconutered the same problem in the past so i asked here first...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973954#M1604055</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973955#M1604056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only crazy ideas, but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; check attributes of z-programm (must be of type I)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; comment out  all code lines and try to generate report. Any remaining errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973955#M1604056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T11:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973956#M1604057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you look at the package of the include in the system where it is working compared to where it isn't there are possibly some definitions missing. &lt;/P&gt;&lt;P&gt;Please post the exact error message you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973956#M1604057</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2011-06-20T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973957#M1604058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are creating such z-includes you get a suggestion for creation of a main program (function group or something else). If you select yes, you will create a main program which causes such a syntax error ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can find it by where used list!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Klaus Babl on Jun 20, 2011 1:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973957#M1604058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973958#M1604059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attributes are correct, type i&lt;/P&gt;&lt;P&gt;empty includes can be activated&lt;/P&gt;&lt;P&gt;all components are in $TMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973958#M1604059</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T11:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973959#M1604060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After activation, how many main programs do you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973959#M1604060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973960#M1604061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot activate &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; where used list of include shows one function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973960#M1604061</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973961#M1604062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought you could activate it after commenting out both program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If both lines are commented out, try a clear of the structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax okay? Remove the clear and reactivate the OWNER line!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax okay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973961#M1604062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-20T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973962#M1604063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can only be activated if the include is empty, if i access the stucture or a component the compiler is trowing an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973962#M1604063</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T12:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973963#M1604064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can only be activated if the include is empty, if i access the stucture or a component the compiler is trowing an error.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the mystery deepens! I'm all eyes &amp;amp; ears to this thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: My apologies for being of no help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973963#M1604064</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-06-20T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: include programm does not know to whom it belongs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973964#M1604065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP didnt opened the call for two hours now ... specified high &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe all guys from the bc-aba-la area escaped to somewhere to be not assigned to this &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 12:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-programm-does-not-know-to-whom-it-belongs/m-p/7973964#M1604065</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2011-06-20T12:51:37Z</dc:date>
    </item>
  </channel>
</rss>

