<?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 BAPI_ALM_NOTIF_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340177#M1230045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI_ALM_NOTIF_CREATE in my program to create service notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The notification is getting created. But its not saving in database. Even i've tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT. The data is not getting saved. Can anyone help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 13:29:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-12T13:29:42Z</dc:date>
    <item>
      <title>BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340177#M1230045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI_ALM_NOTIF_CREATE in my program to create service notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The notification is getting created. But its not saving in database. Even i've tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT. The data is not getting saved. Can anyone help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 13:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340177#M1230045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340178#M1230046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must call in sequence 3 FM/BAPI&amp;lt;br /&amp;gt;&lt;/P&gt;&lt;P&gt;- [BAPI_ALM_NOTIF_CREATE|https://www.sdn.sap.com/irj/scn/advancedsearch?query=bapi_alm_notif_create&amp;amp;cat=sdn_all]&lt;/P&gt;&lt;P&gt;- [BAPI_ALM_NOTIF_SAVE|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=bapi_alm_notif_save&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue]&lt;/P&gt;&lt;P&gt;- [BAPI_TRANSACTION_COMMIT|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=+bapi_transaction_commit&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue]&lt;/P&gt;&lt;P&gt;(Take a look at [Note 604300 - FAQ: BAPI_ALM_NOTIF* and BAPI_SERVNOT*|https://service.sap.com/sap/support/notes/604300])&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The changes of the notification data exist on the database only after the function modules BAPI_ALM_NOTIF_SAVE (or BAPI_SERVNOT_SAVE) and BAPI_TRANSACTION_COMMIT have been run successfully&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 13:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340178#M1230046</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-12T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340179#M1230047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that one now. But not succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By seeing that note i've tried the same in SE37 its working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but how to do the same programmatically, pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: chandra sekhar narra on Mar 12, 2009 3:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 13:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340179#M1230047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_NOTIF_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340180#M1230048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The chain of call work fine in my Sap, &lt;/P&gt;&lt;P&gt;- Did you check the return table parameter for error messages&lt;/P&gt;&lt;P&gt;- Did you get the correct notification number (from notifheader_export)&lt;/P&gt;&lt;P&gt;- Are the three calls in the same Luw (no implicit or explicit break via commit or interactive dynpro)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 14:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/5340180#M1230048</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-12T14:35:40Z</dc:date>
    </item>
  </channel>
</rss>

