<?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: Workflow - Quality Notifications Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-quality-notifications-error/m-p/1810174#M347395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the event container if the business object you are using is a Z one Let me tell you how to of that.&lt;/P&gt;&lt;P&gt;Go to transaction swo1 , give your business object there.&lt;/P&gt;&lt;P&gt;Go to the required event , palce your cursor there and press the button parameter on the toolbar for that screen.&lt;/P&gt;&lt;P&gt;You will be able to see all the parameters for that event . Now you can add new parameter or you can delete the existing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you were talking about chaging the data in the event container , i dont think this can be done, because the Event parameter picks up the data for the given object guid so you will get the data according to the object created .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending a custom data is quite possible you can crete a custom Attribute for the business object and write the code for the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel i am not that clear with the problem , please do reply with the clear problem you are facing.Maybe then i can explain in details how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this has helped you please do give points for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 05:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T05:42:47Z</dc:date>
    <item>
      <title>Workflow - Quality Notifications Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-quality-notifications-error/m-p/1810173#M347394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a new Quality Notification, upon saving, the Workflow event 'Create' is triggered.  When this event is triggered, I am not able to modify the event container that is passed in the SAP code.  In addition to the basic object data sent in the container, I need additional custom data to be sent to the workflow. Therefore, I am trying to trigger an event using the Function Module 'SWE_EVENT_CREATE' and filling the event container myself.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware that a Function module can be placed in an action box and the trigger will be successful upon save after the action item, but I would like a trigger to take place if they use the Quality Notification save icon and not an action item, therefore I would like the trigger to be in the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried placing the trigger in user exit 'EXIT_SAPLIQS0_016' which is the only exit for Quality Notifications that I could find that is hit again after the notification is saved.  When debugging the message says that the notification has been saved (which to me means the object has been created), the trigger then starts, but I get a workflow error.  The error message says that Operation '&amp;amp;&amp;amp;QN.TYPE&amp;amp;' cannot be evaluated because object '=' has no value.  I think this means the Notification type cannot be found, but I am not sure why the object is not there, if the Notification has been created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on maybe another exit to use, or something different to pass in the container would be great?  Or if there is another way to trigger the workflow after the object has been created, I am open to ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 14:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-quality-notifications-error/m-p/1810173#M347394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - Quality Notifications Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-quality-notifications-error/m-p/1810174#M347395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the event container if the business object you are using is a Z one Let me tell you how to of that.&lt;/P&gt;&lt;P&gt;Go to transaction swo1 , give your business object there.&lt;/P&gt;&lt;P&gt;Go to the required event , palce your cursor there and press the button parameter on the toolbar for that screen.&lt;/P&gt;&lt;P&gt;You will be able to see all the parameters for that event . Now you can add new parameter or you can delete the existing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you were talking about chaging the data in the event container , i dont think this can be done, because the Event parameter picks up the data for the given object guid so you will get the data according to the object created .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending a custom data is quite possible you can crete a custom Attribute for the business object and write the code for the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel i am not that clear with the problem , please do reply with the clear problem you are facing.Maybe then i can explain in details how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this has helped you please do give points for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 05:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-quality-notifications-error/m-p/1810174#M347395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T05:42:47Z</dc:date>
    </item>
  </channel>
</rss>

