<?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: Create Notification using BAPI_QUALNOT_CREATE with ref to existing notif in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176491#M1372608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue as you did.&lt;/P&gt;&lt;P&gt;Do you get any solution for it? Please let me know if you solve your problem. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;CAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2013 05:49:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-28T05:49:35Z</dc:date>
    <item>
      <title>Create Notification using BAPI_QUALNOT_CREATE with ref to existing notif</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176488#M1372605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a Quality Notification using the BAPI_QUALNOT_CREATE with reference to and existing notification no. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have passed the following fields in the header and the table key_relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wa_notifheader-refobjecttype  = 'BUS2078'.&lt;/P&gt;&lt;P&gt;      wa_notifheader-refobjectkey = i_viqmel-qmnum.   "Parent Notification&lt;/P&gt;&lt;P&gt;      wa_notifheader-refreltype   = 'REFZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have passed the all the other required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The notification is created successfully, but the relation is not established between the Parent and the new notification and the field QWRNUM is not populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_QUALNOT_CREATE'
        EXPORTING
          notif_type         = lv_notif_type
          notifheader        = wa_notifheader
          sender             = lv_bapi_sender
        IMPORTING
          notifheader_export = wa_notifheader_export
        TABLES
          notitem            = it_notitem
          notifcaus          = it_notifcaus
          notifactv          = it_notifactv
          notiftask          = it_notiftask
          notifpartnr        = it_partner
          longtexts          = it_longtexts
          key_relationships  = it_keyrelation
          return             = it_notif_return.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 06:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176488#M1372605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T06:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Notification using BAPI_QUALNOT_CREATE with ref to existing notif</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176489#M1372606</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;have a look at documentation for this BAPI. It looks like you have to fill field SENDER as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transferred in the export table KEY_RELATIONSHIP. If the fields SENDER,&lt;/P&gt;&lt;P&gt;REFOBJECTTYPE, and REFRELTYPE are filled, an object relationship can be&lt;/P&gt;&lt;P&gt;created at notification header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 09:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176489#M1372606</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-10-01T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Notification using BAPI_QUALNOT_CREATE with ref to existing notif</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176490#M1372607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; have a look at documentation for this BAPI. It looks like you have to fill field SENDER as well.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; transferred in the export table KEY_RELATIONSHIP. If the fields SENDER,&lt;/P&gt;&lt;P&gt;&amp;gt; REFOBJECTTYPE, and REFRELTYPE are filled, an object relationship can be&lt;/P&gt;&lt;P&gt;&amp;gt; created at notification header level.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Cheers&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou for the reply. &lt;/P&gt;&lt;P&gt;I am already passing the current logical system as the SENDER.&lt;/P&gt;&lt;P&gt;But even then the relation is not getting created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 11:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176490#M1372607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-01T11:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Notification using BAPI_QUALNOT_CREATE with ref to existing notif</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176491#M1372608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue as you did.&lt;/P&gt;&lt;P&gt;Do you get any solution for it? Please let me know if you solve your problem. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;CAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 05:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-notification-using-bapi-qualnot-create-with-ref-to-existing-notif/m-p/6176491#M1372608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-28T05:49:35Z</dc:date>
    </item>
  </channel>
</rss>

