<?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/2109962#M440807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help about this. I need to create a new notification number using BAPI_ALM_NOTIF_CREATE with the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_nothdri-equipment     = CNWX100095.                &lt;/P&gt;&lt;P&gt;lwa_nothdri-code_group    = MECHCODE.          &lt;/P&gt;&lt;P&gt;lwa_nothdri-coding        = PM.&lt;/P&gt;&lt;P&gt;lwa_nothdri-reportedby    = FRT-CLAIMS.          &lt;/P&gt;&lt;P&gt;lwa_nothdri-priority      = 3.       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_notitemi-dl_codegrp   = WAYSINSP.        &lt;/P&gt;&lt;P&gt;lwa_notitemi-dl_code      = WR.&lt;/P&gt;&lt;P&gt;lwa_notitemi-descript     = Test.   &lt;/P&gt;&lt;P&gt;lwa_notitemi-item_key     = 0001.             &lt;/P&gt;&lt;P&gt;lwa_notitemi-item_sort_no = 0001.         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Create.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            notif_type         = 'CC'&lt;/P&gt;&lt;P&gt;            notifheader        = lwa_nothdri&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            notifheader_export = lwa_notifheader_export&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            notitem            = li_notitemi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lwa_notifheader_export-priority is returning a value of 1 instead of 3. how can I correct this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 04:18:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T04:18:28Z</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/2109962#M440807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help about this. I need to create a new notification number using BAPI_ALM_NOTIF_CREATE with the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_nothdri-equipment     = CNWX100095.                &lt;/P&gt;&lt;P&gt;lwa_nothdri-code_group    = MECHCODE.          &lt;/P&gt;&lt;P&gt;lwa_nothdri-coding        = PM.&lt;/P&gt;&lt;P&gt;lwa_nothdri-reportedby    = FRT-CLAIMS.          &lt;/P&gt;&lt;P&gt;lwa_nothdri-priority      = 3.       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_notitemi-dl_codegrp   = WAYSINSP.        &lt;/P&gt;&lt;P&gt;lwa_notitemi-dl_code      = WR.&lt;/P&gt;&lt;P&gt;lwa_notitemi-descript     = Test.   &lt;/P&gt;&lt;P&gt;lwa_notitemi-item_key     = 0001.             &lt;/P&gt;&lt;P&gt;lwa_notitemi-item_sort_no = 0001.         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Create.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            notif_type         = 'CC'&lt;/P&gt;&lt;P&gt;            notifheader        = lwa_nothdri&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            notifheader_export = lwa_notifheader_export&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            notitem            = li_notitemi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lwa_notifheader_export-priority is returning a value of 1 instead of 3. how can I correct this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 04:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/2109962#M440807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T04:18:28Z</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/2109963#M440808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a notification with the same data manually.  You may find that your configuration for the notification type does not allow for that particular priority code.  Also - depending on config this value may be inheriting from the equipment/floc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 12:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-notif-create/m-p/2109963#M440808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T12:54:46Z</dc:date>
    </item>
  </channel>
</rss>

