<?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 Regarding Includes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302233#M503271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      I have a query that can we write report events in an Include program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    My problem is i hav few include programs and when i activating an include program its giving an error is statement is not accessible... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the error is at TOP Include where there cursor goes to a select statement&lt;/P&gt;&lt;P&gt;so wht i did is i hav put "start-of-selection" in the TOP and it became syntactically correct.. can anyone plzz help me that wht i hav done correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 05:32:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T05:32:13Z</dc:date>
    <item>
      <title>Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302233#M503271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      I have a query that can we write report events in an Include program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    My problem is i hav few include programs and when i activating an include program its giving an error is statement is not accessible... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the error is at TOP Include where there cursor goes to a select statement&lt;/P&gt;&lt;P&gt;so wht i did is i hav put "start-of-selection" in the TOP and it became syntactically correct.. can anyone plzz help me that wht i hav done correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302233#M503271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302234#M503272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is correct in 2 cases:&lt;/P&gt;&lt;P&gt;1) you do not have any logic in main program.&lt;/P&gt;&lt;P&gt;2) you have specified include in the main program before all ABAP statements(logic part)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302234#M503272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302235#M503273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The events should be in the main program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302235#M503273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302236#M503274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use events in includes also.&lt;/P&gt;&lt;P&gt;What you have done is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;earlier you were getting error because yuo declared something in TOP and using that in main program before activating it.&lt;/P&gt;&lt;P&gt;you can use this also try to activate top and main program together,i think that wil work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302236#M503274</guid>
      <dc:creator>S0025444845</dc:creator>
      <dc:date>2007-05-31T05:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302237#M503275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to activate top and main program togather yaar....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302237#M503275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302238#M503276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;               I am getting different views from different people so plzz clarify me with an exact one.. bcoz shuld i use Events in INCLUDES OR NOT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302238#M503276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302239#M503277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE80, give program name , right click on the program, say activate, you will get list of all objects of the program, now Activate &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302239#M503277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302240#M503278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the earlier reply, but you can use the Events in Includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302240#M503278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302241#M503279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do that in 2 cases: &amp;lt;b&amp;gt;(you proved it yourself by avoiding syntax error)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1) you do not have any logic in main program.&lt;/P&gt;&lt;P&gt;2) you have specified include in the main program before all ABAP statements(logic part)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;you can do that if only one program has that include. and if others are sharing the same one then you should keep events in the main programs. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302241#M503279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302242#M503280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atish,&lt;/P&gt;&lt;P&gt;              Thank u for showing interest . Can u plzz provide any help link where i can get more information regarding this.&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;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302242#M503280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302243#M503281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay,&lt;/P&gt;&lt;P&gt;the best place is help.sap.com and sdn itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what are you exactly looking for so that I can provide you the links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302243#M503281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302244#M503282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding events in includes.....&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;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302244#M503282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302245#M503283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjay, &lt;/P&gt;&lt;P&gt;check below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9a0735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9a0735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/events-related-to-reporting.htm" target="test_blank"&gt;http://www.sap-img.com/abap/events-related-to-reporting.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 06:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302245#M503283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T06:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302246#M503284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u all for giving this necessary help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 06:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-includes/m-p/2302246#M503284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T06:26:15Z</dc:date>
    </item>
  </channel>
</rss>

