<?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>Question Re: ChaRM email to Current Processor when status changes in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662119#M2099786</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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Hi Joe,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in the past I had almost the same problem. I could get it run when using one status value in STATUS_TABLE only. For me it did not work using multiple status values (even this was mentioned in the note).&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Try using only one status value. If this works, just schedule the action several times using one status each.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; You may also have a look at note 1275036. (Did not check if this one will work with multiple status values).&lt;/P&gt;&lt;P&gt;&amp;gt; It works great for single values.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; /cheers&lt;/P&gt;&lt;P&gt;Hi Kristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've  implement note 1275036 successfully (badi implementatio)  but still in my &lt;EM&gt;ZDMJ  action profile&lt;/EM&gt; nothing happening, but  in the actions log of ZDMJ transaction type  there is a  log related to corresponding email actions  : &lt;STRONG&gt;condition is not fulfilled&lt;/STRONG&gt; ? therefore email is not triggered!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed all note instructions and in the &lt;EM&gt;Schedule Actions tab&lt;/EM&gt; I created actions: &lt;/P&gt;&lt;P&gt; - Email should be  triggered when user status is E0002 (In development) therefore I put &lt;STRONG&gt;Initial value:&lt;/STRONG&gt; of the &lt;STRONG&gt;Element: USER_STATUS&lt;/STRONG&gt; to      E0002  to triggers email every time when ZDMJ reach this status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also It will not work  if I will use only one status value, like you stated in the above quoted text!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be so kind and suggest what to check or read, I have SOLLMAN EHP1 SP18!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris Milosevic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Boris Milosevic on Oct 26, 2009 7:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 17:33:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T17:33:18Z</dc:date>
    <item>
      <title>ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaq-p/5662116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Solution Manager 7.0 Ehp1 (ST18). I am trying to configure the PPF to email the current processor of a Normal Correction when either the status of the correction changes or when the current processor changes (To send the email only once when the status changes or current processor changes). I have defined the Action Profile, Actions and Start Condition per note 691303 under the ActionProfile SDMI_ACTIONS and using PartnerFunction SDCD0004 (Current Processor) for the Partner Determination. My start condition is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;CRM Service Process.User Status&amp;amp;  = E0001SDMIHEAD  &lt;/P&gt;&lt;P&gt;  or    &amp;amp;CRM Service Process.User Status&amp;amp;  = E0002SDMIHEAD  &lt;/P&gt;&lt;P&gt;  or    &amp;amp;CRM Service Process.User Status&amp;amp;  = E0004SDMIHEAD  &lt;/P&gt;&lt;P&gt;  or    &amp;amp;CRM Service Process.User Status&amp;amp;  = E0006SDMIHEAD  &lt;/P&gt;&lt;P&gt;  or    &amp;amp;CRM Service Process.User Status&amp;amp;  = E0009SDMIHEAD  &lt;/P&gt;&lt;P&gt;  or    &amp;amp;CRM Service Process.User Status&amp;amp;  = E0010SDMIHEAD  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIth this configuration I was able to send the email as expected except that it would only send one email if Action Merging were set to any of the "Max 1" settings or it would send an email every time the correction document was saved if the 'Delete After Processing' flag is set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I next cam across note 865619, implemented the attached code, created the two parameters STATUS_IS_NEW and STATUS_TABLE and changed the start condition to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;STATUS_IS_NEW&amp;amp;  = X  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the status table I enter the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E0001&lt;/P&gt;&lt;P&gt;E0002&lt;/P&gt;&lt;P&gt;E0004&lt;/P&gt;&lt;P&gt;E0006&lt;/P&gt;&lt;P&gt;E0009&lt;/P&gt;&lt;P&gt;E0010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aftter changing to this configuration I am not able to get the email to send at all. When my correction document is created I can see my 'SEND_EMAIL' action but it does not seem to be executed even though the status of my correction document has changed from 'Created (E0001)' to 'In Development (E0002)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any thoughts as to what the problem may be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I saw a thead that suggested I put brackets aorund the start condition. I tried this but it still did not work. I also understand that if I want the email to be sent if only the current processor is changed then I would need to modify the method from note 865619. Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Joe Hall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 22:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaq-p/5662116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T22:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662117#M2099784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the past I had almost the same problem. I could get it run when using one status value in STATUS_TABLE only. For me it did not work using multiple status values (even this was mentioned in the note).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using only one status value. If this works, just schedule the action several times using one status each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also have a look at note 1275036. (Did not check if this one will work with multiple status values).&lt;/P&gt;&lt;P&gt;It works great for single values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 15:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662117#M2099784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662118#M2099785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our company we use 2 different actions (content and distribution is different)&lt;/P&gt;&lt;P&gt;- one for processor change&lt;/P&gt;&lt;P&gt;- one for status change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use a badi condition with return code 0 when condition is met (what ever you like to check) and this is working fine.  The action is triggered directly by this condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Xavier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 15:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662118#M2099785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662119#M2099786</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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Hi Joe,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in the past I had almost the same problem. I could get it run when using one status value in STATUS_TABLE only. For me it did not work using multiple status values (even this was mentioned in the note).&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Try using only one status value. If this works, just schedule the action several times using one status each.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; You may also have a look at note 1275036. (Did not check if this one will work with multiple status values).&lt;/P&gt;&lt;P&gt;&amp;gt; It works great for single values.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; /cheers&lt;/P&gt;&lt;P&gt;Hi Kristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've  implement note 1275036 successfully (badi implementatio)  but still in my &lt;EM&gt;ZDMJ  action profile&lt;/EM&gt; nothing happening, but  in the actions log of ZDMJ transaction type  there is a  log related to corresponding email actions  : &lt;STRONG&gt;condition is not fulfilled&lt;/STRONG&gt; ? therefore email is not triggered!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed all note instructions and in the &lt;EM&gt;Schedule Actions tab&lt;/EM&gt; I created actions: &lt;/P&gt;&lt;P&gt; - Email should be  triggered when user status is E0002 (In development) therefore I put &lt;STRONG&gt;Initial value:&lt;/STRONG&gt; of the &lt;STRONG&gt;Element: USER_STATUS&lt;/STRONG&gt; to      E0002  to triggers email every time when ZDMJ reach this status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also It will not work  if I will use only one status value, like you stated in the above quoted text!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be so kind and suggest what to check or read, I have SOLLMAN EHP1 SP18!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris Milosevic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Boris Milosevic on Oct 26, 2009 7:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 17:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662119#M2099786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T17:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662120#M2099787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please be sure that the person who puts the message "in Developement" is different to the person who will receive the email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 07:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662120#M2099787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: ChaRM email to Current Processor when status changes</title>
      <link>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662121#M2099788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change manager role is the person who change status from E0001 to E0002 in ZDMJ. And current processor (SDCD0004) is developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still nothing??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;BM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 07:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/charm-email-to-current-processor-when-status-changes/qaa-p/5662121#M2099788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T07:53:37Z</dc:date>
    </item>
  </channel>
</rss>

