<?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: Quality Notification Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quality-notification-problem/m-p/4303810#M1026290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it creates a Production Order or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create QM Notification 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use this BAPI to create a new QM notification. You can create certain fields for the notification header, as well as items, causes, activities, and long texts for the notification. You can also maintain partner data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comments&lt;/P&gt;&lt;P&gt;Errors are transferred in the table RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The changes to the notification data will only be available on the database after the function modules BAPI_QUALNOT_SAVE and BAPI_TRANSACTION_COMMIT have run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The sort field must be filled if you want to create items, causes, tasks, or activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a cause, the sort field for the item must also be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields OBJTYP and OBJKEY must be filled when creating a long text. OBJTYP can contain the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. QMEL - Notification Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. QMFE - Notification Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. QMUR - Notification Cause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. QMSM - Notification Task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. QMMA - Notification Activity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJKEY must contain the corresponding sort field for the values listed above. The combination of sort fields for the item/cause, item/task, or item/activity must be unique within the notification. If you leave the sort field blank, and the OBJTYP is QMEL, a long text will be created for the notification header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJTYP     OBJKEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMEL      initial ('        ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt; Long text for notification header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An external reference key can be transferred in the field REFOBJECTKEY. The relationships between external reference keys and SAP keys are transferred in the export table KEY_RELATIONSHIP. If the fields SENDER, REFOBJECTTYPE, and REFRELTYPE are filled, an object relationship can be created at notification header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: The reference object is a quality notification with the number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4711:&lt;/P&gt;&lt;P&gt;&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;REFOBJECTTYPE : BUS2078&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFOBJECTKEY  : 000000004711&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRELTYPE    : REFZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort number in the item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If several items have  the same sort number, you can assign a common cause and/or a common activity and/or a common task to these items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort number in cause, activity, task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sort number is the key field for accessing the relevant cause, activity, or task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sort number for the item also exists in the cause, activity, and task. You can use this to sort causes, activities, and tasks at header or item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the causes, the sort number for the item must be filled with a number that is greater than or equal to 1, because causes always belong to items and can never appear at header level. In activities and tasks, the sort number for the item can be zero; then these are part of the notification header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;EXTERNAL_NUMBER&lt;/P&gt;&lt;P&gt;NOTIF_TYPE&lt;/P&gt;&lt;P&gt;NOTIFHEADER&lt;/P&gt;&lt;P&gt;TASK_DETERMINATION&lt;/P&gt;&lt;P&gt;SENDER&lt;/P&gt;&lt;P&gt;NOTIFHEADER_EXPORT&lt;/P&gt;&lt;P&gt;NOTITEM&lt;/P&gt;&lt;P&gt;NOTIFCAUS&lt;/P&gt;&lt;P&gt;NOTIFACTV&lt;/P&gt;&lt;P&gt;NOTIFTASK&lt;/P&gt;&lt;P&gt;NOTIFPARTNR&lt;/P&gt;&lt;P&gt;LONGTEXTS&lt;/P&gt;&lt;P&gt;KEY_RELATIONSHIPS&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;2078&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2008 15:36:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-06T15:36:42Z</dc:date>
    <item>
      <title>Quality Notification Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quality-notification-problem/m-p/4303809#M1026289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am BAPI_QUALNOT_CREATE and BAPI_QUALNOT_SAVE for the Quality Notification(QA) Creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QA is getting created but the Production Order is not getting updated on it.&lt;/P&gt;&lt;P&gt;I am getting the following message - &lt;/P&gt;&lt;P&gt; "Enter a production order or a production version"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me some sample code or something and tell what I am not doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 15:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quality-notification-problem/m-p/4303809#M1026289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Quality Notification Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quality-notification-problem/m-p/4303810#M1026290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it creates a Production Order or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create QM Notification 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use this BAPI to create a new QM notification. You can create certain fields for the notification header, as well as items, causes, activities, and long texts for the notification. You can also maintain partner data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comments&lt;/P&gt;&lt;P&gt;Errors are transferred in the table RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The changes to the notification data will only be available on the database after the function modules BAPI_QUALNOT_SAVE and BAPI_TRANSACTION_COMMIT have run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;The sort field must be filled if you want to create items, causes, tasks, or activities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a cause, the sort field for the item must also be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields OBJTYP and OBJKEY must be filled when creating a long text. OBJTYP can contain the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. QMEL - Notification Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. QMFE - Notification Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. QMUR - Notification Cause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. QMSM - Notification Task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. QMMA - Notification Activity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJKEY must contain the corresponding sort field for the values listed above. The combination of sort fields for the item/cause, item/task, or item/activity must be unique within the notification. If you leave the sort field blank, and the OBJTYP is QMEL, a long text will be created for the notification header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJTYP     OBJKEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMEL      initial ('        ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt; Long text for notification header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An external reference key can be transferred in the field REFOBJECTKEY. The relationships between external reference keys and SAP keys are transferred in the export table KEY_RELATIONSHIP. If the fields SENDER, REFOBJECTTYPE, and REFRELTYPE are filled, an object relationship can be created at notification header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: The reference object is a quality notification with the number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4711:&lt;/P&gt;&lt;P&gt;&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;REFOBJECTTYPE : BUS2078&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFOBJECTKEY  : 000000004711&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRELTYPE    : REFZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort number in the item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If several items have  the same sort number, you can assign a common cause and/or a common activity and/or a common task to these items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort number in cause, activity, task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sort number is the key field for accessing the relevant cause, activity, or task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sort number for the item also exists in the cause, activity, and task. You can use this to sort causes, activities, and tasks at header or item level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the causes, the sort number for the item must be filled with a number that is greater than or equal to 1, because causes always belong to items and can never appear at header level. In activities and tasks, the sort number for the item can be zero; then these are part of the notification header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;EXTERNAL_NUMBER&lt;/P&gt;&lt;P&gt;NOTIF_TYPE&lt;/P&gt;&lt;P&gt;NOTIFHEADER&lt;/P&gt;&lt;P&gt;TASK_DETERMINATION&lt;/P&gt;&lt;P&gt;SENDER&lt;/P&gt;&lt;P&gt;NOTIFHEADER_EXPORT&lt;/P&gt;&lt;P&gt;NOTITEM&lt;/P&gt;&lt;P&gt;NOTIFCAUS&lt;/P&gt;&lt;P&gt;NOTIFACTV&lt;/P&gt;&lt;P&gt;NOTIFTASK&lt;/P&gt;&lt;P&gt;NOTIFPARTNR&lt;/P&gt;&lt;P&gt;LONGTEXTS&lt;/P&gt;&lt;P&gt;KEY_RELATIONSHIPS&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;2078&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 15:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quality-notification-problem/m-p/4303810#M1026290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T15:36:42Z</dc:date>
    </item>
  </channel>
</rss>

