<?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: Get BAPI list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239185#M1381902</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;There is no such option available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to get the OBJNR(object numbers) for the notifications and then pass the same to the FM: STATUS_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR:&lt;/P&gt;&lt;P&gt;You can find the status from table JEST or JSTO and take all the OBJNR for the required status and then go the Notification table (QMEL or any table) and get the notifications required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 10:06:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-30T10:06:05Z</dc:date>
    <item>
      <title>Get BAPI list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239184#M1381901</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;Can anyone tell me BAPI for getting list of notifications as per STATUS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 09:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239184#M1381901</guid>
      <dc:creator>prashant_nandanikar</dc:creator>
      <dc:date>2009-09-30T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get BAPI list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239185#M1381902</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;There is no such option available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to get the OBJNR(object numbers) for the notifications and then pass the same to the FM: STATUS_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR:&lt;/P&gt;&lt;P&gt;You can find the status from table JEST or JSTO and take all the OBJNR for the required status and then go the Notification table (QMEL or any table) and get the notifications required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 10:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239185#M1381902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get BAPI list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239186#M1381903</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;You can use the tables for this purpose. &lt;/P&gt;&lt;P&gt;1.Get the object no of the notification and notification type from QMEL table based on the Notifcation no.&lt;/P&gt;&lt;P&gt;2. Get the Status profile of the Notifcation from TQ80 based on the Notifcation type (QMART).&lt;/P&gt;&lt;P&gt;3. Get all the user statuse no.s of this profile from TJ30T table and get the status no.s of the system statuses from TJ02T table.&lt;/P&gt;&lt;P&gt;4. Read the status table to get the required status no. of the the status (either user or system status).&lt;/P&gt;&lt;P&gt;5. Based on the object no. in step 1, status no obtained in step 4, hit the table JEST to know whether that particular status is set on the notification or not. you can also use INACT flag to know whether the status is set on the notification or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no BAPI for doing this. It is suggested to use the above logic, which will increase the performance of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Navy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 10:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-bapi-list/m-p/6239186#M1381903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T10:28:13Z</dc:date>
    </item>
  </channel>
</rss>

