<?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 OBJECT CREATION PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638608#M1443068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt; I want to know about, when we create object oops before that we have to define START_OF_SELECTION.&lt;/P&gt;&lt;P&gt;Why we are using this and what is the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;SKMOHANTY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 04:02:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T04:02:10Z</dc:date>
    <item>
      <title>OBJECT CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638608#M1443068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt; I want to know about, when we create object oops before that we have to define START_OF_SELECTION.&lt;/P&gt;&lt;P&gt;Why we are using this and what is the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;SKMOHANTY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 04:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638608#M1443068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T04:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECT CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638609#M1443069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Programs are generally driven by events. The first event which comes is INITIALIZATION. It is the place where all the variables, structures and other data objects are initialized. However, this event is not a mandatory one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next very important event is the START-OF-SELECTION. There are couple of more events which comes before this event like AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT. In an ABAP report, non declarative statements (means other than data: or type Statements )  that are not assigned to a processing block are never executed. Only exception to this are the statements between the REPORT or PROGRAM statement and the first processing block (say a subroutine). These statements are assigned to the default event  START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following link for a complete example of the difference.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/when-start-of-selection-is-not-required.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/when-start-of-selection-is-not-required.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Start of Selection Event :&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9a9635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9a9635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 04:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638609#M1443069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T04:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECT CREATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638610#M1443070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 03:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-creation-problem/m-p/6638610#M1443070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T03:36:40Z</dc:date>
    </item>
  </channel>
</rss>

