<?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 INITIALIZATION STATEMENT POSITION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-statement-position/m-p/12643329#M2014436</link>
    <description>&lt;P&gt;Hi here is my code i made:&lt;/P&gt;
  &lt;P&gt;data l_addition type i.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt;SELECTION-SCREEN COMMENT 8(10) LB1.&lt;BR /&gt;PARAMETERS l_num1 TYPE I.&lt;BR /&gt;SELECTION-SCREEN END OF LINE.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt;SELECTION-SCREEN COMMENT 8(10) LB2.&lt;BR /&gt;PARAMETERS l_num2 TYPE I.&lt;BR /&gt;SELECTION-SCREEN END OF LINE.&lt;BR /&gt;&lt;BR /&gt;INITIALIZATION.&lt;BR /&gt; LB1 = 'Number 1'.&lt;BR /&gt; LB2 = 'Number 2'.&lt;BR /&gt;&lt;BR /&gt;l_addition = l_num1 + l_num2.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;write l_addition.&lt;/P&gt;
  &lt;P&gt;The program when it is excuted it doesn't go futher than the selection-screen&lt;/P&gt;
  &lt;P&gt;If i put my addition and write statement before initialization it work...&lt;/P&gt;
  &lt;P&gt;Can you explain me why ? &lt;/P&gt;
  &lt;P&gt;How INITIALIZATION work with START-OF-SELECTION. ?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 10:39:43 GMT</pubDate>
    <dc:creator>d4xtian</dc:creator>
    <dc:date>2022-05-20T10:39:43Z</dc:date>
    <item>
      <title>INITIALIZATION STATEMENT POSITION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-statement-position/m-p/12643329#M2014436</link>
      <description>&lt;P&gt;Hi here is my code i made:&lt;/P&gt;
  &lt;P&gt;data l_addition type i.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt;SELECTION-SCREEN COMMENT 8(10) LB1.&lt;BR /&gt;PARAMETERS l_num1 TYPE I.&lt;BR /&gt;SELECTION-SCREEN END OF LINE.&lt;BR /&gt;&lt;BR /&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;BR /&gt;SELECTION-SCREEN COMMENT 8(10) LB2.&lt;BR /&gt;PARAMETERS l_num2 TYPE I.&lt;BR /&gt;SELECTION-SCREEN END OF LINE.&lt;BR /&gt;&lt;BR /&gt;INITIALIZATION.&lt;BR /&gt; LB1 = 'Number 1'.&lt;BR /&gt; LB2 = 'Number 2'.&lt;BR /&gt;&lt;BR /&gt;l_addition = l_num1 + l_num2.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;write l_addition.&lt;/P&gt;
  &lt;P&gt;The program when it is excuted it doesn't go futher than the selection-screen&lt;/P&gt;
  &lt;P&gt;If i put my addition and write statement before initialization it work...&lt;/P&gt;
  &lt;P&gt;Can you explain me why ? &lt;/P&gt;
  &lt;P&gt;How INITIALIZATION work with START-OF-SELECTION. ?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 10:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initialization-statement-position/m-p/12643329#M2014436</guid>
      <dc:creator>d4xtian</dc:creator>
      <dc:date>2022-05-20T10:39:43Z</dc:date>
    </item>
  </channel>
</rss>

