<?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: Change Notification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258545#M489369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikrant,&lt;/P&gt;&lt;P&gt;                i guess u must be using submit report or call tcode stmt. but befor that declare a range and use SET parameter ID stmt for notification field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itab8.&lt;/P&gt;&lt;P&gt;      r_matnr-low = itab8-matnr.&lt;/P&gt;&lt;P&gt;      r_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;      r_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      append r_matnr.&lt;/P&gt;&lt;P&gt;      clear r_matnr.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;   set parameter id: 'MAT' field itab8-matnr,&lt;/P&gt;&lt;P&gt;                     'CAR' FIELD itab8-matkl.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                   'CON' FIELD connection.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   SUBMIT   RWSORT40  WITH s_matNR in r_MATNR&lt;/P&gt;&lt;P&gt;   WITH p_aldat = sy-datum&lt;/P&gt;&lt;P&gt;   with AUF_SAM = 'X'&lt;/P&gt;&lt;P&gt;   with C_SIMPLE = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_PO = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_ST = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_SD = 'X'&lt;/P&gt;&lt;P&gt;   with D_LICOND = 'X'&lt;/P&gt;&lt;P&gt;   with D_INFREC = 'X'&lt;/P&gt;&lt;P&gt;   with S_LVORM = 'X'&lt;/P&gt;&lt;P&gt;   with PRINTALL = 'X'&lt;/P&gt;&lt;P&gt;   with TEST = 'X'&lt;/P&gt;&lt;P&gt;   with P_BATCH = 'X'&lt;/P&gt;&lt;P&gt;   with P_ALLERR = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   AND return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;alson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 07:14:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T07:14:52Z</dc:date>
    <item>
      <title>Change Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258543#M489367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear expert,&lt;/P&gt;&lt;P&gt;                     i m selecting multiple notification, and calling iw 58 through report program for change the notification, but the this report is calling the IW53, in this i m unable to change the notification. Do any suggestion, how i can change the notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258543#M489367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258544#M489368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Notification change transaction code is IW53 only, you can change the Notification from IW53 &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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258544#M489368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258545#M489369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikrant,&lt;/P&gt;&lt;P&gt;                i guess u must be using submit report or call tcode stmt. but befor that declare a range and use SET parameter ID stmt for notification field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itab8.&lt;/P&gt;&lt;P&gt;      r_matnr-low = itab8-matnr.&lt;/P&gt;&lt;P&gt;      r_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;      r_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      append r_matnr.&lt;/P&gt;&lt;P&gt;      clear r_matnr.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;   set parameter id: 'MAT' field itab8-matnr,&lt;/P&gt;&lt;P&gt;                     'CAR' FIELD itab8-matkl.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                   'CON' FIELD connection.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   SUBMIT   RWSORT40  WITH s_matNR in r_MATNR&lt;/P&gt;&lt;P&gt;   WITH p_aldat = sy-datum&lt;/P&gt;&lt;P&gt;   with AUF_SAM = 'X'&lt;/P&gt;&lt;P&gt;   with C_SIMPLE = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_PO = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_ST = 'X'&lt;/P&gt;&lt;P&gt;   with CHECK_SD = 'X'&lt;/P&gt;&lt;P&gt;   with D_LICOND = 'X'&lt;/P&gt;&lt;P&gt;   with D_INFREC = 'X'&lt;/P&gt;&lt;P&gt;   with S_LVORM = 'X'&lt;/P&gt;&lt;P&gt;   with PRINTALL = 'X'&lt;/P&gt;&lt;P&gt;   with TEST = 'X'&lt;/P&gt;&lt;P&gt;   with P_BATCH = 'X'&lt;/P&gt;&lt;P&gt;   with P_ALLERR = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   AND return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;alson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-notification/m-p/2258545#M489369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:14:52Z</dc:date>
    </item>
  </channel>
</rss>

