<?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_QUALNOT_CREATE is not creating the Document flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393021#M1545740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks for your reply sujay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not passing the key relations ships. Is it the mistake am doiong ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just passed the data which i have passed manually to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code any way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Header data&lt;/P&gt;&lt;P&gt;ls_ntype = 'Z2'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ls_nhead-REFOBJECTTYPE = 'BUS2078'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*ls_nhead-REFOBJECTKEY   = '000000004711'.&lt;/P&gt;&lt;P&gt;ls_nhead-REFRELTYPE     = 'REFZ'.&lt;/P&gt;&lt;P&gt;ls_nhead-doc_year          =  '2010'.&lt;/P&gt;&lt;P&gt;ls_nhead-mat_doc_item      =  '0001'.&lt;/P&gt;&lt;P&gt;ls_nhead-mat_doc           =  '0011171068'.&lt;/P&gt;&lt;P&gt;ls_nhead-po_number         =  '4500084423'.&lt;/P&gt;&lt;P&gt;ls_nhead-po_item           =  '00010'.&lt;/P&gt;&lt;P&gt;*ls_nhead-REFOBJECTTYPE     = 'QMEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Patener data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_part-partn_role = 'KU'.&lt;/P&gt;&lt;P&gt;ls_part-partner    = 'BEYER'.&lt;/P&gt;&lt;P&gt;APPEND ls_part TO lt_part.&lt;/P&gt;&lt;P&gt;CLEAR ls_part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_part-partn_role = 'LF'.&lt;/P&gt;&lt;P&gt;ls_part-partner    = '000000304302'.&lt;/P&gt;&lt;P&gt;APPEND ls_part TO lt_part.&lt;/P&gt;&lt;P&gt;CLEAR ls_part.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_QUALNOT_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXTERNAL_NUMBER          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    notif_type               = ls_ntype&lt;/P&gt;&lt;P&gt;    notifheader              = ls_nhead&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TASK_DETERMINATION       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SENDER                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   notifheader_export       = ls_exp&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTITEM                  = lt_item&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFCAUS                = lt_caus&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFACTV                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFTASK                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   notifpartnr              = lt_part&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   LONGTEXTS                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   KEY_RELATIONSHIPS        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   return                   = lt_ret .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR lt_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_QUALNOT_SAVE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    number      = ls_exp-notif_no&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    notifheader = ls_exp1&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    return      = lt_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'    .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 11:37:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-11T11:37:50Z</dc:date>
    <item>
      <title>BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393016#M1545735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create Notification using bapi BAPI_QUALNOT_CREATE . The Notification is getting created , but document flow is not available for the created notification   &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt; . &lt;/P&gt;&lt;P&gt;  But if I create the Notification manually through transaction QM02 with the SAME data , notification will be created as well as I can see the document flow .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated and &amp;lt;&amp;lt;some text that was removed by the moderator&amp;gt;&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Oct 11, 2010 4:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 10:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393016#M1545735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393017#M1545736</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;Did you use &lt;STRONG&gt;BAPI COMMIT&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 10:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393017#M1545736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393018#M1545737</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;The changes to the notification data will only be available on the   &lt;/P&gt;&lt;P&gt;database after the function modules &lt;STRONG&gt;BAPI_QUALNOT_SAVE&lt;/STRONG&gt; and            &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_TRANSACTION_COMMIT&lt;/STRONG&gt; have run successfully.                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call of these 3 functions modules :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first  : &lt;STRONG&gt;BAPI_QUALNOT_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;second : &lt;STRONG&gt;BAPI_QUALNOT_SAVE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;third : &lt;STRONG&gt;BAPI_TRANSACTION_COMMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 10:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393018#M1545737</guid>
      <dc:creator>StMou</dc:creator>
      <dc:date>2010-10-11T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393019#M1545738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin , Yes am using bapi_transaction_commit as well as Bapi_qualnot_save . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see the created notification in QM02 , but only document flow is missing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 10:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393019#M1545738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393020#M1545739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you passing the external reference key and the KEY_RELATIONSHIPS to the function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your answer to my question is I'm passing the fields correctly then I would ask you to post the code passed to the FM to identify the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujay Venkateswaran Krishnakumar on Oct 11, 2010 4:51 PM Added passed to the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393020#M1545739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393021#M1545740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks for your reply sujay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not passing the key relations ships. Is it the mistake am doiong ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just passed the data which i have passed manually to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code any way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Header data&lt;/P&gt;&lt;P&gt;ls_ntype = 'Z2'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ls_nhead-REFOBJECTTYPE = 'BUS2078'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*ls_nhead-REFOBJECTKEY   = '000000004711'.&lt;/P&gt;&lt;P&gt;ls_nhead-REFRELTYPE     = 'REFZ'.&lt;/P&gt;&lt;P&gt;ls_nhead-doc_year          =  '2010'.&lt;/P&gt;&lt;P&gt;ls_nhead-mat_doc_item      =  '0001'.&lt;/P&gt;&lt;P&gt;ls_nhead-mat_doc           =  '0011171068'.&lt;/P&gt;&lt;P&gt;ls_nhead-po_number         =  '4500084423'.&lt;/P&gt;&lt;P&gt;ls_nhead-po_item           =  '00010'.&lt;/P&gt;&lt;P&gt;*ls_nhead-REFOBJECTTYPE     = 'QMEL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Patener data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_part-partn_role = 'KU'.&lt;/P&gt;&lt;P&gt;ls_part-partner    = 'BEYER'.&lt;/P&gt;&lt;P&gt;APPEND ls_part TO lt_part.&lt;/P&gt;&lt;P&gt;CLEAR ls_part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_part-partn_role = 'LF'.&lt;/P&gt;&lt;P&gt;ls_part-partner    = '000000304302'.&lt;/P&gt;&lt;P&gt;APPEND ls_part TO lt_part.&lt;/P&gt;&lt;P&gt;CLEAR ls_part.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_QUALNOT_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXTERNAL_NUMBER          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    notif_type               = ls_ntype&lt;/P&gt;&lt;P&gt;    notifheader              = ls_nhead&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TASK_DETERMINATION       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SENDER                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   notifheader_export       = ls_exp&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTITEM                  = lt_item&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFCAUS                = lt_caus&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFACTV                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NOTIFTASK                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   notifpartnr              = lt_part&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   LONGTEXTS                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   KEY_RELATIONSHIPS        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   return                   = lt_ret .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR lt_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_QUALNOT_SAVE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    number      = ls_exp-notif_no&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    notifheader = ls_exp1&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    return      = lt_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'    .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393021#M1545740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393022#M1545741</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;If you don't provide REFOBJECTTYPE, REFOBJECTKEY and REFRELTYPE, document flow will not be updated. If you populate these fields, you have to give KEY_RELATIONSHIPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 11:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393022#M1545741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393023#M1545742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujay . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing           REFOBJECTTYPE  = BUS2078 &lt;/P&gt;&lt;P&gt;                               REFRELTYPE    = REFZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please let me know from where we can derive  REFOBJECTKEY .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393023#M1545742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393024#M1545743</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;In table TQ80, you will find the reference object type for the quality notification type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for QWRNUM in table VIQMEL for the ones which got created through QM01 / QM02. Pass similarly to REFOBJKEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 12:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393024#M1545743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393025#M1545744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having the same problem, could you just give some hint code for how to populate the KEYRELATIONSHIPS table when executing the BAPI or if we just give the REFOBJECTTYPE, REFOBJECTKEY, REFRELTYPE, is enough to create the document flow. I would also really appreciate if you could give example code for the entire BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create the Notification through the BAPI but not the task activities and causes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 06:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393025#M1545744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-05T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_QUALNOT_CREATE is not creating the Document flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393026#M1545745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hamid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should fill the field &lt;EM&gt;&lt;STRONG&gt;sender&lt;/STRONG&gt;&lt;/EM&gt; with your Mandant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should fill this field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFOBJECTTYPE : business object name.&lt;/P&gt;&lt;P&gt;REFOBJECTKEY : The reference object, i.e. a purchase order.&lt;/P&gt;&lt;P&gt;REFRELTYPE :  REFZ&lt;/P&gt;&lt;P&gt;SENDER : Field "Logical System" from table T000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Victorino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 08:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-qualnot-create-is-not-creating-the-document-flow/m-p/7393026#M1545745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-01T08:36:44Z</dc:date>
    </item>
  </channel>
</rss>

