<?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: BAPI_ALM_NOTIF_DATA_DELETE cannot delete the task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808931#M656563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I have the same problem. I am trying to delete a task from a notification.&lt;/P&gt;&lt;P&gt;I have tried to insert the notif. number and task_key and task_sort_key in the NOTIFTASK table but still doesn't work.&lt;/P&gt;&lt;P&gt;What can I do to make it work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 15:16:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-11T15:16:10Z</dc:date>
    <item>
      <title>BAPI_ALM_NOTIF_DATA_DELETE cannot delete the task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808928#M656560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a bapi : BAPI_ALM_NOTIF_DATA_DELETE for deleting the notification task. I am passing the notification number and data to the table structure : NOTIFTASK the following fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TASK_KEY = Item No(QMSM-MANUM)&lt;/P&gt;&lt;P&gt;REFOBJECTKEY = object No(QMSM-OBJNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still i am unable to delelte the task....Any pointer on what ohter data to be passed so that i can delete the notitication task&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>Tue, 18 Sep 2007 12:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808928#M656560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T12:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_DATA_DELETE cannot delete the task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808929#M656561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a different function... BAPI_SERVNOT_DEL_DATA. We don't have BAPI_ALM_NOTIF_DATA_DELETE in our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BAPI_SERVNOT_DEL_DATA, I have to pass TASK_KEY and TASK_SORT_NO. It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you are missing the sort number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 13:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808929#M656561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_DATA_DELETE cannot delete the task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808930#M656562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPI listed by the previous poster is for service notifications - this one is for PM notifications.  Make sure you are using the correct bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be passing the Item # and the Sort Item # along with the notification number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - the following items could be stopping you from deleting a task :&lt;/P&gt;&lt;P&gt;1. Task in progress&lt;/P&gt;&lt;P&gt;2. Task is completed&lt;/P&gt;&lt;P&gt;3. Notification system status does not allow you to delete&lt;/P&gt;&lt;P&gt;4. Notification is already on a work order in progress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this is the case - or try to create a brand new notification for testing purposes and test deleting an item in difference scenarios.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 18:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808930#M656562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T18:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_DATA_DELETE cannot delete the task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808931#M656563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I have the same problem. I am trying to delete a task from a notification.&lt;/P&gt;&lt;P&gt;I have tried to insert the notif. number and task_key and task_sort_key in the NOTIFTASK table but still doesn't work.&lt;/P&gt;&lt;P&gt;What can I do to make it work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 15:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-data-delete-cannot-delete-the-task/m-p/2808931#M656563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T15:16:10Z</dc:date>
    </item>
  </channel>
</rss>

