<?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: Initialization event flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507885#M1748122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is a very basic question. it should be rejected actually. Any one can find answer very easily for these type of questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jun 2013 05:34:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-06-29T05:34:07Z</dc:date>
    <item>
      <title>Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507878#M1748115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just practicing and came to know that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;PARAMETERS P_MATNR &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; MATNR &lt;SPAN class="L1S52"&gt;DEFAULT&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'A112233'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;INITIALIZATION&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'INITIALIZATION'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; START-&lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt;-SELECTION.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'START OF SELECTION'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;END&lt;/SPAN&gt;-&lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt;-SELECTION.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt;: &lt;SPAN class="L1S33"&gt;'END OF SELECTION'&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;does not write &lt;/SPAN&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;INITIALIZATION.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;But without PARAMETERS statement it writes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;can anyone explain me why it is so.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;Vibhor&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN class="L1S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 07:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507878#M1748115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507879#M1748116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameters statement puts a screen in the way, so when you get the "start-of-selection", you've got a new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see the sequence of events, try using the MESSAGE statement instead of write.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 07:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507879#M1748116</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-06-28T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507880#M1748117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beside the question, Can you imagine a need in reallife to use a write statement before the Start-of-Selection Block?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 07:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507880#M1748117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T07:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507881#M1748118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Matthew&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 08:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507881#M1748118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T08:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507882#M1748119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikolaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not required to have a write statement before the start of selection because only after selection is executed you can have write statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 08:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507882#M1748119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T08:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507883#M1748120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he he he,&lt;/P&gt;&lt;P&gt;Initialization is the event before screen is getting callled.&lt;/P&gt;&lt;P&gt;it executes the write statement, but where it should write???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put messages of type I then you will get the exact result what you want. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1581/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 08:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507883#M1748120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T08:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507884#M1748121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;If you remove the PARAMETERS statement then it is writing it anyway.&lt;/P&gt;&lt;P&gt;Matthew is right, because the selection screen comes the a way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 09:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507884#M1748121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507885#M1748122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is a very basic question. it should be rejected actually. Any one can find answer very easily for these type of questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 05:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507885#M1748122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-29T05:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507886#M1748123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought that at first, but then thought - if someone asked me what would happen in this situation, I wouldn't have known without writing the code. So I decided the question, while basic, was sufficiently interesting to let pass. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moderation is always a subjective judgement call. I've no objection to newbies asking &lt;EM&gt;reasonable&lt;/EM&gt; basic questions. It's the ones that are answered easily be searching or having had done BC400 that will get rejected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 14:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507886#M1748123</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-06-29T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507887#M1748124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vibhor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initialization will gets printed without selection screen because it is the first event that gets trigger. So if there is a selection screen, then after the initialization event the screen will be displayed then after user action other events will gets trigger and the previous list will be refreshed.&lt;/P&gt;&lt;P&gt;To know the correct execution just put a break point at report statement and in the debugging mode just see the display list which will be under Miscellaneous. There you can find in detail&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 10:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507887#M1748124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-30T10:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Initialization event flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507888#M1748125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shravan.&lt;/P&gt;&lt;P&gt;This "Display under miscellaneous" thing was new to me.&lt;/P&gt;&lt;P&gt;It really helped thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vibhor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 05:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-event-flow/m-p/9507888#M1748125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-01T05:07:33Z</dc:date>
    </item>
  </channel>
</rss>

