<?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 Reading ISR Notification data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895062#M1480538</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;I need to read Special data from ISR notification to report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can get it from function modules ISR_SPECIAL_DATA_GET or HRIQ_ISR_DATA_GET.&lt;/P&gt;&lt;P&gt;But I have several (more than 1 lack) notifications to be read and reported, hence worried about the performance of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other function modules, or places where I can get this data easily/efficient way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 May 2010 13:31:50 GMT</pubDate>
    <dc:creator>kammaje_cis</dc:creator>
    <dc:date>2010-05-19T13:31:50Z</dc:date>
    <item>
      <title>Reading ISR Notification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895062#M1480538</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;I need to read Special data from ISR notification to report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can get it from function modules ISR_SPECIAL_DATA_GET or HRIQ_ISR_DATA_GET.&lt;/P&gt;&lt;P&gt;But I have several (more than 1 lack) notifications to be read and reported, hence worried about the performance of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other function modules, or places where I can get this data easily/efficient way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 13:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895062#M1480538</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2010-05-19T13:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading ISR Notification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895063#M1480539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Try to understand the functionality of the FM &lt;STRONG&gt;ISR_SPECIAL_DATA_GET&lt;/STRONG&gt;  and Implement the same in a Custom FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have got a chance to go through it. Its working in a below manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FM is retrieving the Notification number from table &lt;STRONG&gt;QMEL&lt;/STRONG&gt;. After that Its using the method &lt;STRONG&gt;read_for_display&lt;/STRONG&gt; of class &lt;STRONG&gt;cl_isr_xml_document&lt;/STRONG&gt; for reading the ISR XML Document and then method &lt;STRONG&gt;get_data_from_xml&lt;/STRONG&gt; for  reading the data from XML document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can do the same by the below way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;**  Get only the special Notification Numbers*
  SELECT * FROM qmel INTO  into it_qmel
                            WHERE qmnum = notification_no and auswirk &amp;lt;&amp;gt; SPACE.

Just loop the internal table it_qmel , call those two methods inside that , collect the output.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895063#M1480539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reading ISR Notification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895064#M1480540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I went through. But I still feel that I cannot get data of multiple notifications simultaneously. (Like I am reading a table). Please let me know if there is any such way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-isr-notification-data/m-p/6895064#M1480540</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2010-05-19T16:36:54Z</dc:date>
    </item>
  </channel>
</rss>

