<?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: diff b/n initialization event and default keyword in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721580#M314898</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;In your situation there's any different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That event can initialize any variable of the program, in particular a parameter too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Nov 2006 13:16:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-18T13:16:28Z</dc:date>
    <item>
      <title>diff b/n initialization event and default keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721579#M314897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can give default values to the input parameters in the selection screen using DEFAULT keyword.the same purpose is served by initialization event in report.then y we have the INITIALIZATION EVENT in reports.Is there is any other purpose of this INITIALIZATION EVENT in reports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 13:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721579#M314897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/n initialization event and default keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721580#M314898</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;In your situation there's any different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That event can initialize any variable of the program, in particular a parameter too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 13:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721580#M314898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/n initialization event and default keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721581#M314899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max bianchi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   will u plz b clear some what.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 13:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721581#M314899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/n initialization event and default keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721582#M314900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at it this way .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do some calculations and the result should be assigned as the default value of a variable / parameter, something should be fetched from the database and use that as the default value. You cannot do that using just DEFAULT option, you will write the code in INITIALIZATION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its just a matter of giving default values, you don't have to use the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers and close the thread by marking against the answer that helped you most. for some reason you have already closed the thread against yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 13:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721582#M314900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/n initialization event and default keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721583#M314901</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;The event INITIALIZATION is triggered once while the report is loading: before showing the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here it should put all code it needs to be run before loading the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To initialize the parameters and select-options is only one of the purposes, but to decide what has to inserted in these event depends on how it want to develop a program. &lt;/P&gt;&lt;P&gt;U can often to do the same thing in INITIALIZATION or START-OF-SELECTION only you can decide which event is better to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 13:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-n-initialization-event-and-default-keyword/m-p/1721583#M314901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T13:41:23Z</dc:date>
    </item>
  </channel>
</rss>

