SRM 7.0 Notification in case of rejection of SC by approver is not working

Hi Experts,
we are on SRM 7.0 EhP 1.
I would like to send a mail to the shopping cart creator in case of rejection of the SC by the approver.
- Event schema SC has been assigned to transaction type SHC
- Event schema contains event APPROVAL_PROCESS_DOC_REJECTED (event category: notific // subcategory of event: APPROVAL_RESULT_NOTIFIC_NEW)
- In scenario SC (approve shopping cart) user role CR (contact person u2013 in most cases the creator of the document) the entry Rejection of Application Object is ticked
After rejecting the SC no mail is sent. (checked is sost)
The SC creator has an e-mail address in his su01 account.
Iu2019ve checked SWI1 there is an entry with task TS40007983 u2013 Task text: Trigger Event: 'Document Rejected)
Iu2019ve checked transaction swetypv (event type linkages). There is no entry with BUS2121 u2013 Event rejected. Do I need to add this entry?
Have I missed anything?
Thanks in advance for your help
Regards
Stefan

Hello,
You can check note 1483233 which explains how to debug alert triggering.
Regards,
Ricardo

Similar Messages

  • Offline approval workflow not working - SRM 5.0

    Hi Team,
    Suddenly we have an issue in SRM production server with Offline approval workflow, inbound mails are not getting processed in SOIN and workitems are not getting cleared. So document status is not getting changed.
    There is no problem in receiving the mail, we have all configurations setup as per below link,
         Offline approval - general configuration - Supplier Relationship Management - SCN Wiki
    Incoming mails are received to system user and then auto-forwarded to dialog user. Dialog user is used to schedule the batch job - RBBP_OFFLINE_EVAL.
    Please help to resolve this issue,
    Thanks
    Rajesh Rajagopal

    Can anyone please help me on this issue, offline approval functionality is completely stopped
    Please provide your help

  • CASE.. WHEN statement.. Query not working

    Hi,
    Can someone help me to correct the following code:
    select * from(
    select col1,col2,
    CASE
    WHEN
    Percentage >=75 THEN 'red'
    ELSE
    'green'
    end as color from (select
    ROUND(((COUNT(CASE WHEN class ='A' THEN 1 END)/
    nullif((SUM(CASE WHEN class ='B' THEN 1 END)+ SUM(CASE WHEN class ='C' THEN 1 END)),0))*100),1)) as Percentage, col4,col5
    from table
    group by class,col2
    order by class;P.S: Percentage is the alias for the complex query, I am using.... it is not the column name.
    Front end is APEX, once the code is syntactically correct, I can use it in APEX. So didn't post it in APEX forum.

    Hi,
    Emy_Jack wrote:
    I am sorry..
    OK the structure of the table is the following
    TABLE NAME: STATISTICS
    STRUCTURE:
    REGION VARCHAR2(50),
    COUNTRY VARCHAR2(50),
    SITE VARCHAR2(50),
    GROUP VARCHAR2(50),
    GROUP isn't the best name for a column; it will get mixed up with the keyword GROUP used in GROUP BY.
    Why not name your column something that is not an Oracle keyword, such as grp or stats_group?
    LANGUAGE VARCHAR2(50),
    PEOPLE VARCHAR2(50)Posting the table structure is better than nothing, but it would be even better to post a working CREATE TABLE statement, so the people who want to help you can re-create the problem for themselves, and test their ideas.
    So the query is:
    SELECT * FROM(
    SELECT REGION,COUNTRY,SITE,
    ROUND(((COUNT(CASE WHEN GROUP_FIRST ='A' THEN 1 END)/
    There's no column called group_<b>first</b> in the table structure you posted.
    NULLIF((SUM(CASE WHEN GROUP ='B' THEN 1 END)+
    SUM(CASE WHEN GROUP ='A' THEN 1 END)),0))*100),1)
    AS "PERCENTAGE",
    CASE
    WHEN
    "PERCENTAGE" >=75 THEN 'red'You can't define a column alias (such as percentage) and reference it in the same SELECT clause. In fact, the ORDER BY clause is the only place where you can use a column alias in the same sub-query where it was defined.
    If you define a column alais in a sub-query, then you can use it anywhere you want to in a super-query. In this query, do the GROUP BY and compute percentage in a sub-query, then compute color (referencing percentage) in the main query.
    ELSE
    'green'
    end "Color", group,peopleIf group and people are not in the GROUP BY clause, then you can't use them by themselves in the SELECT clause like this.
    FROM
    STATISTICS
    WHERE GROUP IN ('B','A')
    GROUP BY REGION,COUNTRY,SITE
    ORDER BY REGION,COUNTRY);ORDER BY in a sub-query is usually just a waste of resources. The order will not necessarily be preserved in the main result set. Don't use ORDER BY in the sub-query here, use it only in the main query.
    ERROR:
    ORA-00904: "PERCENTAGE": invalid identifier
    00904. 00000 -  "%s: invalid identifier"
    *Cause:   
    *Action:
    Error at Line: 8 Column: 5Edited by: Emy_Jack on Mar 16, 2013 3:06 AMAs an example of how to use a sub-query to define an alias:
    WITH     got_percentage     AS
         SELECT       region, country, site
         ,       AVG ( CASE
                             WHEN  group_first = 'A' THEN  100
                                                  ELSE    0
                         END
                    )          AS percentage
         FROM      statistics
         WHERE       group_first     IN ('A', 'B')
         GROUP BY  region, country, site
    SELECT       region, country, site
    ,       percentage          -- if wanted
    ,       CASE
               WHEN  percentage >= 75  THEN  'red'
                                               ELSE  'green'
           END          AS color
    FROM      got_percentage
    ORDER BY  region_country
    ;If you'd care to post CREATE TABLE and INSERT statements for a little sample data, and the results you want from that sample data, then I could test this.
    Edited by: Frank Kulash on Mar 16, 2013 7:17 AM
    Added query.

  • Email notification in approval task not working

    Hi Experts,
    We are trying to use email templates, to trigger emails for role requests on Approval task as below.
    As if we raised request to the role, It is triggering the Notification Task, executing the Log Notification task in Provisioning frame work, but not triggering Email, From notification switch task, it is going to Else statement as Unknown notification type instead of Email.
    When I checked the table mxpv_audit_variables with the request audit id, no entry created.
    Can please suggest how to fix this,
    Many Thanks,
    Jaya

    Hi Chris,
    Thank you very much for your reply.
    We are forming the work flow like this.
    First we are setting the Manager as approver.
    If assigner=manager, it should do auto approval.
    we configured auto approval.
    but the problem is after auto approval, for notification we are writing a job, instead of using assignment notification.
    is this possible to sent autoapproval mail without writing separate job?
    Regards,
    Jaya

  • SRM 7.0 SP05 - BRF Item level approval does not work

    Hi Experts,
    I am working on process controlled workflow for shopping cart approval process.  I have defined necessary process levels and workflow works fine for a single item SC.
    I have selected decision type as "Item-based approval for partial document" for each process level and hence expect each line item (according the start condition) should have it's own set off approvers, but instead of this, system determines approvers at header level and hence item which does not really need approval undergoes approval as well.
    Could you please help me to resolve the issue?
    Thanks in advance.
    Best Regards,
    Amit

    Hi Bharat,
    Yes, we are using the copy of the standard implementation. We are looking into the BADI implementation and trying to assign a separate AREA GUID to each line item. Hopefully, when different aggents are assigned to these AREA GUIDs, it will enable the item level approval. I will keep you updated.
    Meanwhile, it would be really helpful if you could share some sample code of such badi implementation which can help me to understand it more clearly.
    Thanks & Regards,
    Amit

  • Is it still the case that the Muse CC Forms widget will not work properly unless you have Business Catalyst?

    I am looking into options for our next office website redesign.  We will definitely need a forms function.  I downloaded the Muse CC free trial and went through all of the tutorials.  The video on the forms (Contact Form) stated that the forms widget would not work or would not work properly if you do not have Business Catalyst.  I'm hoping that has changed since the video was created.
    Is this still true that you need to purchase the Business Catalyst product for Muse CC form widgets to work correcty??? 

    Piruki have you tried utilizing the Previous version option within the Creative Cloud Desktop application?  You can find additional details under the install Previous version section of CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.

  • Iphone 4 push notifications not working for any app

    hi, Actually I own an iPhone 4 os 4.2.1(8c148). The thing is that push notification for all the apps that support this feature is not working, I've been an iphone user for long time now, so I konw all the stuff about turning on the push notifications etc. the problem is that my phone give me the pushes like 1 hr or 2 late, or some times never , i just have to open the apps to see my new messages and stuff. Since i live in colombia I have brought the iphone to the store and they take it for like a week and then they give me the phone back saying that is ok , but it isn't. I' have reinstalled the software, I've done anything you can think of, like turning on an of push notification, put it in plane mode, restore as new, backups, and I don't know what else to do, and the thing is that in colombia they don't exchange your phone that easy as it is in the US. So please any advise? ANd I'm sorry about my English. Thank you!

    Unfortunately you have already done everything we can possibly instruct you to do.. at this point the only option is getting them to exchange it its under warranty its not working you have to get a exchange

  • Email notification mail not working in case of customer repository

    Hi Experts,
    We have the system MDM 7.1 SP06, we are not able to get the email notification for customer repository. For other repositories like material & vendor mails are working fine. I Have checked the following steps.
    1) Added notification step to the workflow between processes.
    2) Verified the email addresses of the workflow owner and the receiver of the notification.
    3) Verified that the mds.ini has the "MailServer=" setup to the right smtp.
    I have check in workflow history, it is showing notify step but not showing details of mail like send to, mail body. While in case of material repository, it was showing complete details like send to, mail body & all.
    Previously mails for customers were working fine. Kindly suggest the solution.
    Regards,
    Gaurang

    Hi Gaurang,
    Are the time parameter same for all the repositories?
    Create a dummy user and dummy workflow,and try to send mail from that workflow.
    If this works with some id then check with the Admin id which you are using.
    This way you can eliminate the possibility of id not working.Also it will tell you that user is corrupt or not.
    Check for log and traces,kindly provide with the post here.
    Thanks,
    Ravi

  • BPEl Human Activity Issue - Reject case is not working

    Hi All,
    I have bpel processs. It is works like this:
    It has a human task for approval from manager with ACCEPT or REJECT as outcomes.
    Once the manager Accepts the request, the initiator (say applicant) should get a email updating the status as accepted.
    And when the request is rejected by manager, then the initiator(say applicant) should get an email updating the status.
    The problem is the human activity is working fine for ACCEPT and sending email. But struck up for REJECT outcome. It is waiting for task completion from manager, i mean completion of human activity even though it is completed as the manager rejected it.
    Audit activity log when Human activity got REJECTed by manager:
    *"waiting for "onTaskCompleted" from "TaskService". Asynchronous callback"*
    I tried the below things.
    1) Deleted the task form --> saved the process --> closed Jdev --Re-opened  JDev and created a new task form. Still the same behavior. Not working for REJECT case.
    Can some body help me in figuring out the issue.
    I am using SOA suite 10.1.3.1 n JDev 10.1.3.1
    Thanks,

    Hi,
    I could figure out the solution to the problem.
    The issue was with xquery. I build it wrongly. I could find this from my domain logs.Then I corrected the query. Now it is working fine.
    Thanks,
    Irfan khan

  • Resubmit and notification in case of error

    Hi,
    In Oracle B2B if there is error while sending outbound or Inbound message, how can we resubmit the messages automatically.
    Also is there any way to send the notification in case of error while sending the messages.
    Thanks,
    Arun Jadhav

    Hi Arun,
    As far as Resubmittting is concerned, there are two ways by which you may resubmit a message in 11g -
    1. Through UI (http://blogs.oracle.com/oracleb2bgurus/2009/09/what_do_i_like_most_in_11g_-_r.html)
    2. Through Resubmit command line utility (http://blogs.oracle.com/oracleb2bgurus/2009/09/b2b_commandline_utilities.html)
    Notification is not an in built mechanism in Oracle b2b. You may like to implement the same using BPEL. As Nitesh mentioned, by default exception/error message is enqueued to IP_IN_QUEUE and has the recipient name b2berroruser. You may develope a BPEL process listening for error messages (recipient name=b2berroruser), and perform required notification processing (EMail, SMS, Fax etc.) in that.
    Regards,
    Anuj

  • Notification to HR on rejection of leave

    Hi All,
    When a person's leave request is rejected, probably a notification is sent to the employee.
    How can we send the notification to HR team also that this leave application has been rejected?  Or also, to all the people in the approval hierarchy?
    Thanks,
    Abdul Wahid

    WaAlaikumuSalam Wr Wb Asif/ Hi Vignesh,
    JazakAllahu Khairan. Combining with this thread, and following thread, overall feel that no other option apart from going workflow customization.
    Raising the SR as now InshaAllah. Overall purpose of this discussion was to look out if there is any existing solution or some approach by which workflow customization could be avoided (because the requirement feels very generic which I thought some other customer of Oracle may have done already InshaAllah).
    Matt's thread..
                             Notification to HR on rejection of leave
    Again thanks for your Replies .
    Abdul Wahid

  • Extended Notification not working for Dialog Task with agent assignment

    Hi Friends,
    I have an issue where I have a user decision step and a sub workflow contains a dialog task with agent assignment.
    Extended notification is configured properly and is working properly for user decision step but its not working for the dialog task created as an activity.
    Batch jobs are configured to run report SWN_SELSEN.
    I was checking SDN and found this discussion handy :
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4f/3bed495cc018c8e10000000a42189e/content.htm
    One thing that wonders me is that notifications show up in SOST 4-5 seconds before the user decision step starts execution.
    See screenshot from SOST and WF log.
    SOST log :
    2 questions here: Why is notification not being sent for Dialog task?
                              Why is user decision notification being sent that early even before the User decision task starts execution?
    Please provide your valuable inputs.
    Regards,
    Sandip

    An activity step with agents is supported by the extended notifications if it is a decision task or not, I have used it many times and it works well just no approval/rejection links if it's not a decision task.
    From your screenshot you can see that a mail has been created and is found in SOST, usually this cases are problems with the mail server or connection to it, check the mail settings in the SMTP node in transaction SCOT, also check with mail server team if there is a block to/from the SAP server.

  • Push notifications WhatsApp not work.

    Push notifications WhatsApp not work. I only receive them when I open the app. I've checked the settings on iOs and Whatsapp and all is ok. I've also updated to the latest versions. Can you help me?

    I actually did, and here is the answer I received:
    "When you are sent a message in WhatsApp, but are not online to receive it, WhatsApp will automatically send your message to the Apple Push Notification Service (APNS). This allows an alert containing the message to be displayed, even when WhatsApp is closed or your phone's display is off. Most often, all that is needed to resolve notification issues is to ensure that all notification settings are enabled. Review these FAQ pages for troubleshooting steps:
    Notifications Troubleshooting
    Connection Troubleshooting
    Sending your message to APNS typically takes only a few milliseconds. Once your message is sent to APNS, any delays or failure to deliver the message as a push notification to your device are usually caused by issues with your phone or network connection. Currently, all of our systems are operating normally.
    If you are using iOS 7, and are confident that you have all push notification settings enabled in WhatsApp and the iPhone Notification Center, then there is likely an issue with your phone that WhatsApp cannot resolve for you. In this case, I recommend the following steps:
    Backup your entire phone to iCloud.
    After the backup is complete, Erase all content and settings.
    Continue setting up your phone as a new device (do not restore from the iCloud backup).
    Install WhatsApp and verify that push notifications are working correctly (have someone send you a few test messages while your phone's display is turned off).
    Erase all content and settings and restore from the iCloud backup. "
    I tried to delete everything from my iPhone and then restore my data with the backup on my computer but it did not change anything, I still can't receive any notification, unless I open the application... However, I restored immediatly my backup cause I was afraid it wouldn't work after, but I don't really think it would change something to first start as a new device and then erase all content again and restore it.

  • Push Notifications Are Not Working

    I'm currently using an iPhone 4 (iOS 4.3.3) and push notifications have stopped working. The only app that seems to still be pushing is TextPlus. In my case Facebook, Scrabble, Gowalla and Twitter have all stopped working.
    Here is what I have already tried:
    Restored my iPhone
    General --> Reset --> Reset All Settings
    None of these things worked. Are there any suggestions that will definitively help fix this issue? I'm at a loss.
    Thanks

    I have the exact same problem you have? I can occasionally getpushnotification, but only once a day fore facebook. For twitter, I get nothing and newer got. Other programs never got any notification att all.Push notification is on both under notification center and therespective programs.I have iOS 5.0.1 on iPhone 4S.

  • Bridge on Mac deleting/rejecting/filtering not working!?! HELP

    Ok seems as if I am having a problem only windows users have run into in earlier versions of CS.  I was using CS5 on my PC and for many reasons I had to dump the dead weight of the PC world and move to a Mac... FINALLY! But that also ment purchasing a new CS5 for Mac.  I thought this would be flawless... CS5 to CS5. WRONG. I store my photos on a 2TB external, same one i used on my PC. Now, I can not do any sort of "editing" of image info like "delete, "reject", "star" or anyother rating within bridge. It does not work with key commandes or from the menu.  After researching this issue for two days it seems as if this issuse has been reserved for PC users and earlier versions being upgraded to newer ones.  This is not the case for me.  They said to "use as Administrator" I am the adminsitrator, and have made sure the permisissions have been set to read and write. That has not made a difference.  Others have said that there seems to be no solution. Things they have tried include:
    ~Uninstall/reinstall of CS
    ~administrator settings
    ~setting it to open automatically at start up
    ~deleting pictures and reloading them through the new software version (this also seems to be an issue reserved for photos that have already been uploaded, I do not know if this will change with new images loaded through the new version as I have not had a chance to try it, since I'm trying to resolve this first)
    I need to have access to my previously loaded files and this is a huge hiccup!
    PS I can open the files to Photoshop, and edit, and the changes seem to stick, its just any organization, deleting, staring etc actually in bridge DONT stick. another issue that the PC users seem to have is error messages and pop-up windows when tring to exicute these tasks. I have no error messages.
    PLEASE HELP! thx

    I am read only on both of my externals! when i tried to find a way to set permissions, it says that I should be able to find a "lock" once I have gone to "get info" there is no "lock" so that I may enter my password and change permissions.
    First thing that comes to my mind is that you have used the same external disks as you did for Windows. And that you did not reformatted them for a Mac using MacOS Extended (Journaled) formatting.
    Without knowing your situation I assume you have a back up disk with the same content as your problem disk. If not it might be wise to buy a new back Up disk. There is one thing sure about disks, they all have an end date, some sooner most later but they all die and often at a moment you did not expect it nor could use it...
    Make sure you have a proper back up and the reformat the disk (or the new disk) using Mac Disk Utillity
    Personally I always use the safety option to overwrite the disk once with Zeros but that takes a bit longer.
    Give it a proper name and use the default format as mentioned above. Copy the content back to the new formatted disk and try again
    If in doubt try another older disk or buy a cheap one for testing if this method is working for you.

Maybe you are looking for

  • No video on export

    I'm trying to export an MPEG4 video in QTPro. I've tried several codecs ((Cinepac, Photo JPEG etc I'd like to use the Photo JPEG). Anyway, I'm only getting audio with no video on any of the codecs I've used. What am I doing wrong please? Thanks, Paul

  • Do you know how to use Flash? can you help?

    hi all, Do you know how to use Flash? I have been trying for months to find someone who can use flash, who can help me, with no luck. I need my links on my website updating, just a couple of them need the text changing as i need to change the name/ti

  • Blocking international call numbers

    Christina,     I am also having the same issues with international texts and I am being charged for them. I am getting messages from two numbers: (numbers removed) I have asked them to stop and they continue to call and text me. Is there any way you

  • What are PSTUB and PSTUBT procedures in SYS()

    I am migrating my system from 8.1.7.4 to 10.2.0.4. I see PSTUB and PSTUBT procedures in SYS schema. What are these procedures and should I migrate them also to 10g ?

  • I just made a big mistake.

    Hi, I wanted to clean my make and remove everything from it. So I press cmd R and restart the DD. Now when i start my mac I see a picture of a doc with a question mark. there is a way to reinstall the OS? Ps : There is no instal CD when I bought my m