<?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 &amp; at selection screen output (difference) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712623#M311658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization we will initialise the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Variable are assigned with soem value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen output. Suppose there are two radio buttons &lt;/P&gt;&lt;P&gt;One  'X' and realetd to X if u want to enter some thing (means a TextBox)  related to X. then the Text field of Y should be Disabled.&lt;/P&gt;&lt;P&gt;Similarly 'Y' is the second radio Button. and when u select y the Text Box of X should be disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this Logic is Written in At Selection-Screen output.&lt;/P&gt;&lt;P&gt;using Modify Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 10:11:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T10:11:02Z</dc:date>
    <item>
      <title>initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712616#M311651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;what is difference between initialization &amp;amp; at selection-screen output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712616#M311651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712617#M311652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjeev..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization:  Triggers before selection-screen displays. Triggers only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output: on clicking some event of selection screen it triggers.&lt;/P&gt;&lt;P&gt;triggers all the time user enters some thing on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712617#M311652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712618#M311653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initialization is the first event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also declare low and hig values in initialization..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output triggers when user enters something in selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712618#M311653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712619#M311654</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;initialization:&lt;/P&gt;&lt;P&gt;only once this will be triggered,at the time of starting the program execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output&lt;/P&gt;&lt;P&gt;whenever selection screen displayes this event will be called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION events in your program, this will be fired first when running the program, before the selection screen, if there is one, is fired. If there is a selection screen, the the AT SELECTION-SCREEN OUTPUT event will be fired automatically before the screen is shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check this link,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2128161"&gt;&lt;/A&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;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712619#M311654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712620#M311655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/frameset.htm&lt;/A&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712620#M311655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712621#M311656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;At selection screen o/pevent is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION . Therefore, this event is not suitable for setting selection screen default values. Also, since AT SELECTION-SCREEN OUTPUT is first executed after the variant is imported (if a variant is used) and after adopting any values specified under SUBMIT in the WITH clause, changing the report parameters or the selection options in AT SELECTION-SCREEN OUTPUT would destroy the specified values.&lt;/P&gt;&lt;P&gt;Here, however, you can use LOOP AT SCREEN or MODIFY SCREEN to change the input/output attributes of selection screen fields.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Output all fields of the SELECT-OPTION NAME highlighted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS NAME FOR SY-REPID MODIF ID XYZ.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;CHECK SCREEN-GROUP1 = 'XYZ'.&lt;/P&gt;&lt;P&gt;SCREEN-INTENSIFIED = '1'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executed before the selection screen is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters (PARAMETERS ) and selection criteria (SELECT-OPTIONS ) defined in the program already contain default values (if specified). You can assign different values here and also change the database-specific selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to R/2 , this event is also executed during background processing.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Define the last day of the previous month as the key date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS QUAL_DAY TYPE D DEFAULT SY-DATUM.&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;QUAL_DAY+6(2) = '01'.&lt;/P&gt;&lt;P&gt;QUAL_DAY = QUAL_DAY - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, the default value of QUAL_DAY is the current date, e.g. 05.04.88 ( QUAL_DAY = '19880405'). Two subseqent statements set the date first to the beginning of the month, e.g. 01.04.88 ( QUAL_DAY = '19880401') and then, by subtracting one day, to the last day of the previous month, e.g. 31.03.88 ( QUAL_DAY = '19880331'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;In more precise terms, INITIALIZATION is executed in the following steps:&lt;/P&gt;&lt;P&gt;Specify default values for the selections. Execute the event INITIALIZATION. Import variant (if used to start the report). On SUBMIT , the values specified for each WHERE clause are also transferred, if necessary. Execute the event AT SELECTION-SCREEN OUTPUT , if it occurs in the report (unlike INITIALIZATION , this event is always executed for PBO of a selection screen). Display selection screen. Transport the screen fields containing user input to the report fields. Continue with START-OF-SELECTION . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712621#M311656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712622#M311657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INITIALIZATION&amp;lt;/b&amp;gt; 	Point before the selection screen is displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you start a program in which a selection screen is defined (either in the program itself or in the linked logical database program), the system normally processes this selection screen first. If you want to execute a processing block before the selection screen is processed, you can assign it to the event keyword INITIALIZATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT SELECTION-SCREEN&amp;lt;/b&amp;gt; 					Point after processing user &lt;/P&gt;&lt;P&gt;input on the selection screen while the selection screen is still active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event keyword AT SELECTION-SCREEN provides you with several possibilities to carry out processing blocks while the system is processing the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AT SELECTION-SCREEN OUTPUT&amp;lt;/b&amp;gt; This event is executed at PBO of the selection screen every time the user presses ENTER - in contrast to INITIALIZATION. Therefore, this event is not suitable for setting selection screen default values. Also, since AT SELECTION-SCREEN OUTPUT is first executed after the variant is imported (if a variant is used) and after adopting any values specified under SUBMIT in the WITH clause, changing the report parameters or the selection options in AT SELECTION-SCREEN OUTPUT would destroy the specified values. &lt;/P&gt;&lt;P&gt;Here, however, you can use LOOP AT SCREEN or MODIFY SCREEN to change the input/output attributes of selection screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712622#M311657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712623#M311658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization we will initialise the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Variable are assigned with soem value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen output. Suppose there are two radio buttons &lt;/P&gt;&lt;P&gt;One  'X' and realetd to X if u want to enter some thing (means a TextBox)  related to X. then the Text field of Y should be Disabled.&lt;/P&gt;&lt;P&gt;Similarly 'Y' is the second radio Button. and when u select y the Text Box of X should be disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this Logic is Written in At Selection-Screen output.&lt;/P&gt;&lt;P&gt;using Modify Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712623#M311658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712624#M311659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initialization event is triggered only one time when the program is started but &lt;/P&gt;&lt;P&gt;At Selection Screen output event is triggered for each cycle of a screen (PBO in dialog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards.&lt;/P&gt;&lt;P&gt;Kalpanashri Rajendran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712624#M311659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712625#M311660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjeev,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Initialization&amp;lt;/b&amp;gt;:This event occurs before the standard selection screen is called.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;At selection-screen output&amp;lt;/b&amp;gt;:In the PBO of the selection screen, the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;event is triggered. This event block allows you to modify the selection screen directly before it is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help on this , Check this &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2708044"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712625#M311660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712626#M311661</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;    Initialization triggers before at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference is in the initialization event we will assign the values to selection screen data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but in at selection-screen output event  we will change properties of the selection screen data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let us think in the selection screen there are two parameters.&lt;/P&gt;&lt;P&gt;in that i want one of them should disable that means it should not allow any input.&lt;/P&gt;&lt;P&gt;in that case we will use the at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    parameters: p1 type c modif id xyz.&lt;/P&gt;&lt;P&gt;                      p2 type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   at selection-screen output.&lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;      if screen-group1 = 'xyz'.&lt;/P&gt;&lt;P&gt;         screen-input = 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;        modifty screen.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here modify screen is necessary.  here we will assign screen data to some modification group.  here it is 'xyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one internal table called SCREEN.  in that these values will be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it can make u to understand what is the difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712626#M311661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712627#M311662</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;initialization is the event where you can initialize the selection with some default values.&lt;/P&gt;&lt;P&gt;this is the first event which triggers after load of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and coming to at selection-screen output , it is like PBO it will trigger twice for every run.&lt;/P&gt;&lt;P&gt;one is before display and another one is after display of selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can make the screen fields input enable and disable, active , inactive by looping the screen table.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712627#M311662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: initialization &amp; at selection screen output (difference)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712628#M311663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all ur answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-at-selection-screen-output-difference/m-p/1712628#M311663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:46:23Z</dc:date>
    </item>
  </channel>
</rss>

