<?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 Questions.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042417#M420054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;My doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we deactivate an exit which is send to  production system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between on change of    and   At end of   events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in interactive report can  we come  directly from  10th   level to     2nd level  if so what is the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 05:21:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T05:21:45Z</dc:date>
    <item>
      <title>Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042417#M420054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;My doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we deactivate an exit which is send to  production system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between on change of    and   At end of   events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in interactive report can  we come  directly from  10th   level to     2nd level  if so what is the logic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042417#M420054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042418#M420055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Once the code is gone to PRD you can't deactivate it.&lt;/P&gt;&lt;P&gt;Again in DEV server you have to deactivate/Comment that code, generate the request and transport to PRD.&lt;/P&gt;&lt;P&gt;On change of and AT new are same. On changeof is obsolete now. You can use AT NEW&lt;/P&gt;&lt;P&gt; At end of is used to do SUMS and totals of Qty's and Prices based on certain previous fields in the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the help of SY-LSIND field you can move from list to list.&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;If Sy-lsind = 10.&lt;/P&gt;&lt;P&gt;sy-lsind = 2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042418#M420055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042419#M420056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  in interactive reports u can come from 10th level to 2 nd level &lt;/P&gt;&lt;P&gt;by setting sy-lsind = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on change event occurs whenever the value of the field changes to a new value&lt;/P&gt;&lt;P&gt;at end event occurs after processing all the records for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Premalatha G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042419#M420056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042420#M420057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once it is sent to production system, it cant be changed, u need to make changes for that object which is there in development system, and then need to transport it to porduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON CHANGE OF can be used within blocks like SELECT ENDSELECT, DO ENDDO, LOOP ENDLOOP, but AT END OF can be used only in LOOP ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can have menu options to go to the list whatever u wnat and can navigate using them, U can achive technically by assiging SY-LSIND to the list whihcever u wnat.&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;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042420#M420057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042421#M420058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.In production server you should have authorization to deactivate it.Otherwise deactivate it in development server and transport it to production server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select the exit from tcode  SMOD and &lt;/P&gt;&lt;P&gt;   Project -&amp;gt; Deactivate project&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2. A control break occurs when the value of the field &amp;lt;f&amp;gt; or a superior field in the current record has a different value from the previous record (AT NEW  OR ON CHANGE OF) and  AT END will fire at the end of sunsequent record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042421#M420058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042422#M420059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Deactivating an Exit.&lt;/P&gt;&lt;P&gt;            Goto SMOD. Enter your enhancement name . press F8.&lt;/P&gt;&lt;P&gt;            It will take you to the next screen. Select &lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;Press UNDO ACTIVATION  button in    the application toolbar or press CTRL + F4            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  On Change of can be used outside of the loop. At End of Can only be used within the loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. REPORT ZIRT no standard page heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_val(2),&lt;/P&gt;&lt;P&gt;v_fld(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : c_0 value '0',&lt;/P&gt;&lt;P&gt;c_1 value '1',&lt;/P&gt;&lt;P&gt;c_2 value '2',&lt;/P&gt;&lt;P&gt;c_3 value '3',&lt;/P&gt;&lt;P&gt;c_4 value '4',&lt;/P&gt;&lt;P&gt;c_5 value '5',&lt;/P&gt;&lt;P&gt;c_6 value '6',&lt;/P&gt;&lt;P&gt;c_7 value '7',&lt;/P&gt;&lt;P&gt;c_8 value '8',&lt;/P&gt;&lt;P&gt;c_9 value '9',&lt;/P&gt;&lt;P&gt;c_10(2) value '10',&lt;/P&gt;&lt;P&gt;c_11(2) value '11',&lt;/P&gt;&lt;P&gt;c_12(2) value '12',&lt;/P&gt;&lt;P&gt;c_13(2) value '13',&lt;/P&gt;&lt;P&gt;c_14(2) value '14',&lt;/P&gt;&lt;P&gt;c_15(2) value '15'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : c_0, c_1, c_2, c_3, c_4, c_5, c_6, c_7, c_8, c_9, c_10, c_11, c_12, c_13, c_14, c_15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get cursor field v_fld value v_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : c_0, c_1, c_2, c_3, c_4, c_5, c_6, c_7, c_8, c_9, c_10, c_11, c_12, c_13, c_14, c_15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-lsind = v_val.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : 'Current List :', sy-lsind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042422#M420059</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2007-03-15T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Questions....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042423#M420060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/questions/m-p/2042423#M420060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:57:11Z</dc:date>
    </item>
  </channel>
</rss>

