Notification to be sent to all approvers in Portal

Hi,
I have a requirement where, when a user is getting retired, all possible approvers for this process, should be notified in Portal and not SBWP.
If I configure agents in the notification tab of an activity in the workflow, the agents are being notified in SBWP, but not in the portal. Since end users would be using only portal? Is there any way the agents be notified from the portal?
Regards,
Anusha

You can not directly receive the notifications to the UWL , for that you need to integrate a thrid party software [SONIC Connector|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8525afd0-0d01-0010-aaa0-ac6b9e3a2907?quicklink=downloads&overridelayout=true]

Similar Messages

  • SUS - MM Scenario: notification mail not sent to all Supplier Users

    Hi,
    we're in a SUS-MM scenario and we publish Purchasing documents (PO and/or SAR) to SUS portal.
    The notification mail for new published documents are sent only to the e-mail address of the Supplier (imported from SAP to SUS) which is in the SAP Supplier Master data. But if the Admin supplier creates other users for the supplier (F1 / F2 / F3), the notification mail for new published PO/SAR are not sent to the mail address of F1 / F2 / F3 users. Is it the standard behavior or is there some missing customizing setting missing?
    Our customer wants that notification mail are sent to all the mail addresses of the Supplier Users.
    Has someone had this kind of requirement? and, if it is not achievable via standard customizing, which could be the right solution to meet this requirement?
    Thanks in advance

    Hi,
    This is a standard SAP process which SAP has provided,
    The other way is to develop a custom program,
    1) Select the Supplier.
    2) Check the available contact persons of the Supplier.
    3) When a document is created in ECC (Hope you are in MM-SUS), select the list of contact persons for Supplier. (I assume need a RFC FM to develop to SUS)
    4) Send a e-mail to all users linked with this Supplier.
    You can find the linked Contact persons in BP transaction and Table BUT000.
    Please change the Status of the Issue once your problem solved, other will get benefitted. If possible post the soulution.
    Thank you,
    Anil

  • Email notification for approval sent to all managers

    Hi everybody,
    an astonishing process occurs in the workflow, a shopping cart was sent for approval, waiting for the manager linked to the requester in organizational structure to receive an email notification for approval,
    unfortunately , in certain case the email is sent to all managers even if we did a control in the badi concerning the workflow according to their role and flag is_manager in the structure.
    Is there anyway to check the flow and try to debug it to understand the way the workflow build this email notification and furthermore how the managers are selected?
    I already passes through the FM RH_GET_ACTORS, I had a look on the report RBBP_OFFLINE_EVAL.
    Thank you in advance for your suggestions.
                             Best regards Mahmoud

    Hi Manoj,
    I check this note today but it 'sounds'  good.
    There are two other notes which are interesting adding to the previews one: 764068 and 636540.
    Thank you very much for your reply.
                          Best regards Mahmoud

  • Mail step should be sent to all the users in multiple condition

    hi experts,
                      I have a requirement on invoice posting.Say if invoice amount is 1000 then person A can post the invoice.
    if >= 1000 person B can post the invoice.
    If >=2000 person C can post the invoice.
                                                                      what i have did is, created a multiple condition and then based on the inv amount assigned 3 methods for invoice posting.My problem is if a person posts an invoice amount of 1000.A mail has to be sent to Person B and C informing that an amount of 1000 is posted with user id.Same for person B, ie mail should be sent to person A and C informing regarding invoice posting.Now inside the multiple condition i cannot assign mail step.Coz based on the condition it will go to a particular user for invoice posting but where as mail should be sent to all the users.So how can i achieve this??.

    Hi Priyanka,
    I am getting 1 thing why you need need multiple conditions. No need to create any multiple conditions.
    1. Create a rule using transaction PFAC. (you can use the example as Rule: 0000168).
        a. Create an function module with table parameters as ACTOR_TAB (type SWHACTOR) and AC_CONTAINER (Type
            SWCONT). You can aswell copy the FM used in 168 rule and change it. check the logic mentioned below.
        b. In PFAC transaction, go to container tab and create 2 container elements.  For amount and Mail_indicator (type should be
            same as that of the amount field in your workflow) .
    2. Use this Rule in your workflow to send mail.
    Logic:
    ""Lokale Schnittstelle:
    *"       TABLES
    *"              ACTOR_TAB STRUCTURE  SWHACTOR
    *"              AC_CONTAINER STRUCTURE  SWCONT
    *"       EXCEPTIONS
    *"              NOBODY_FOUND
      INCLUDE <CNTAIN>.
      DATA BEGIN OF ORG_OBJECT OCCURS 0.
              INCLUDE STRUCTURE SWHACTOR.
      DATA END OF ORG_OBJECT.
      DATA: BEGIN OF NEW_AC_CONTAINER OCCURS 3.
              INCLUDE STRUCTURE SWCONT.
      DATA: END OF NEW_AC_CONTAINER.
      DATA: V_AMOUNT TYPE <AMOUNT FIELD>.
      DATA: V_MAIL_INDICATOR TYPE <FLAG>.
      REFRESH: actor_tab.
    Get the org-object under consideration. AMOUNT is the container name defined in your PFTC transaction
      SWC_GET_ELEMENT AC_CONTAINER 'AMOUNT' 'V_AMOUNT'.
    Get the org-object-type and the org-object id.
      SWC_GET_ELEMENT AC_CONTAINER 'MAIL_INDICATOR' V_MAIL_INDICATOR .
    Pass the org-object, the org-object-type and the org-object-id
    to a new container.
    The org object get a new name: ORG_AGENT.
      SWC_SET_ELEMENT NEW_AC_CONTAINER 'AMOUNT' 'V_AMOUNT'.
      SWC_SET_ELEMENT NEW_AC_CONTAINER 'MAIL_INDICATOR' V_MAIL_INDICATOR .
    check for V_AMOUNT and V_MAIL_INDICATOR.
    if the v_amount = 1000 .'
      if  v_mail_indicator = ' '.
        actor_tab-OTYPE = 'US'  .
        actor_tab-OBJID = 'SAPUSER1'.
        append actor_tab
      else.
        actor_tab-OTYPE = 'US'  . 
        actor_tab-OBJID = 'SAPUSER2'.
        append actor_tab
        actor_tab-OTYPE = 'US'  .
        actor_tab-OBJID = 'SAPUSER3'.
        append actor_tab
      endif.
    endif.
    Similarly write the logic for other conditions.
    This way you can use same for different purposes.
    If you pass the indicator that means you are sending mail to other approvers for information.
    Revert back if u need more help.
    Regards,
    Gautham

  • TS20000168 workflow sent to all users

    Hi all,
    I need help with the following problem:
    I have set up TS20000168 (mm_po_ok)  for workflow notification to be sent when the release of a purchase order is effected. For the activity "Release of purchase order effected", I have already set the agent using the expression &_WF_INITIATOR&.
    However, when the workflow is triggered, all my users, instead of only the initiator, will get a similar message in their inbox. Why is this so? Is there something I should look out for?
    Any form of help is appreciated. Thank you in advance.
    Cheers,
    Daniel

    Hi,
    I am using the same workflow it working fine.
    1) Check it is general Task, if you developing in one client and testing in another client, then in the testing client check whether it is general Task
    2) Check the binding is as below,
    Workflow to Task
    &RELEASECODE&      -
    > &RELEASECODE&
    &PURCHASEORDER& -
    >  &_WI_OBJECT_ID&
    Task to workflow
    &PURCHASEORDER&  -
    >  &_WI_OBJECT_ID&
    3) Then Save & activate and test the workflow
    4) If still same problem, check any authorization issue.
    Regards,
    Surjith

  • No Offer notification is being sent to applicant in IRecruitment

    Dear All,
    i have a problem that when sending the offer by the recruiter to the applicant, the applicant is not receiving notification from the application at all, and even when he respond and accept the offer, the Recruiter or the manager are not receiving notitication of the acceptance either, why its not working??
    Note: all the other notifications are working fine (Interview creation, interview update, communication, applicant status).
    Please help as soon as possible as it is an urgent request.
    Thanks & Regards.

    Not sure what EBS release you are on, however you may review the following docs and see if it helps.
    Multiple Notifications or no Offer Notifications are Sent in iRecruitment in Release 12.1.3 (Doc ID 1293737.1)
    iRecruitment External Site Issues (Doc ID 1368686.1)
    Offer Notification not Appearing in Applicants Worklist (Doc ID 1136043.1)
    Can you find any errors in the workflow/database log files?
    For urgent issues, please log a SR.
    Thanks,
    Hussein

  • Alert Notification should be sent to each supervisor about different employ

    Hi Guys,
    i have develop Summary alert . Now i have created summary alert .
    This alert giving results empno, empname, supervisor, supervisor email .
    but Notification should be sent to each supervisor about different employee reporting to them.
    how can this requirement is possible. Please help any one.
    thanks,
    Ramu

    Dear Ramu,
    If you are using Message type Action, try keeping the Supervisor email in 'To' and Supervisor name variable out side the Summary template , and remaining all inside summary template. Then it will work in the way you wanted.
    Thanks
    Raj

  • Iso8 will not download to my IPad Air WiFi it says notification has been sent and I must wait, 24 hours?

    Hi, last night I updated my IPhone 4s over home wifi with no problems but I've also been trying to update my IPad Air WiFi which just keeps telling me that a notification has been sent to Apple and I have to wait for the update, that's been the case now for over 20 hours? Please can some one tell me what I've done wrong and how do I fix it.
    MAny thanks.... marldonman.

    Last night there weren't millions and millions of new iPhone users all trying to activate and fill their devices up with apps.
    This is prime time for the US but also early evening in the UK and europe, so lots of people all trying to do the same thing.
    my experience wednesday and last night was that I didn't get decent download speed until 8-9pm central time

  • Notify all approvers for any reject order

    Under the on-line help, I had a question regarding on the following statement:
    What happens when I reject an order?
    The approval process stops. The order owner is informed of your rejection, and the order is canceled
    Why rejecting the orders, only the order owner is informed? How about all other approvers, shouldn't they get notify, too?
    null

    Your idea sounds logic, however we think it is better to give the rejector the option to notify both requestor and all approvers.
    This to avoid a mass of e-mails sent for orders not that important.
    Could also be a setting by the company admin to define what should happen.
    Regards,
    Michel de Knoop
    KPN Xchange

  • Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache of sent text?

    Fire Fox sent not all the data in text form. Reached only piece of information. Where can I find the cache sent the text?
    For example, I posted an article on a news site, but found that only a small part of my article was posted.

    I'm not sure whether Firefox saved that information. There is a chance that it is in the session history file, especially if you haven't closed that tab yet. To check that:
    Open your currently active Firefox settings folder (AKA your Firefox profile folder) using
    Help > Troubleshooting Information > "Show Folder" button
    Find all files starting with the name sessionstore and copy them to a safe working location (e.g., your documents folder). In order to read a .js file, it is useful to rename it to a .txt file. Or you could drag it to Wordpad or your favorite word processing software.
    The script will look somewhat like gibberish, but if you search for a word in your article that doesn't normally appear in web pages, you may be able to find your data.
    Any luck?
    For the future, you might want to consider this add-on, although I don't know how long it saves data after you submit a form: [https://addons.mozilla.org/en-US/firefox/addon/lazarus-form-recovery/].

  • Extended Notifications: Message not sent

    Hi Folks
    I had configured the extended notifications in the development system and it was working perfactly. Then I transported the customizing request for the above config to Test system.
    I have scheduled the job for SCOT and SWN_SELSEN.
    SWN_SELSEN do select the notifications to be sent but it does not send any messages.
    I have checked the application log and it displays a message SWN 032 ERROR while creating a message.
    Waiting for your expert opinion on how to resolve this issue.
    Regards
    Waz

    Hi Folks
    Thanx for sending me your answers. I found the solution to this.
    The solution lies in the activation of some services in SICF.
    List of services can be found at the following link in the Pre-requisites section:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/27/9a793426cea749b18fa409565c3dee/content.htm
    Thanks & Regards
    Waz

  • Upgrade packages(mups) are not sent to ALL mobile clients

    Upgrade packages are not sent to all mobile clients even though there are
    subscriptions assigned. There are 3 sites(A,B,C) with these
    subscriptions. Only one site(A) receives the package. The other two
    sites(B and C) doesnt receive the package and their outbound queue doesnt
    show the messages.
    The subscriptions were earlier removed for these sites (B and C) and then
    added back.
    Generated all the bdocs in smoggen, gnrwb and sent the package again but in vain.

    the generation did the trick. the queue has been stopped in between and that is the reason why the packages were not sent after the bdocs were generated.

  • How do I do this. Users without FormsCentral accounts or accounts with unverified email addresses cannot receive email notifications. No notifications will be sent until the accounts are created and verified.

    How do I do this. Users without FormsCentral accounts or accounts with unverified email addresses cannot receive email notifications. No notifications will be sent until the accounts are created and verified.

    Moving this discussion to the FormsCentral forum.

  • My phone will not light up when i receve test messages, calls, or other notifications. i have the sounds all turned on and everything turned on i could in the settings but it still wont  work...?

    My phone will not light up when i receve test messages, calls, or other notifications. i have the sounds all turned on and everything turned on i could in the settings but it still wont  work...? please help!!

    Make sure that you have do not disturb off. If you pull up notification center it will be the crescent moon.

  • Push Notification doesn't work at all.

    i had my iphone 4 which bought three months ago. that time i was using ios 4.3.3. however, i found that my push notification doesn't work at all. my data plan was on 24 hours. supposing there will be notificaton for apps like facebook, twitter, intsgram, talkbox and so on. however, mine doesn't work at all. i only reallise there were msg when i open the apps. I thaught it will be my ios problem. So, i decide to upgrade to ios 5 recently. However, the problem still remain the same. i'm very confirm that i had on all the push notification. i even restore for a few times just to hope that the problem can be solved. howevr, it doesn't. i found very dissapointed and frustrated with this issue. can anyone advise??
    sometimes when my fren watsapp or talkbox me, i only realise when i lock in to the apps after a couple of hour which cause my thingy was delayed!

    I have the exact same problem you have? I can occasionally get pushnotification, 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 the respective programs.I have iOS 5.0.1 on iPhone 4S.

Maybe you are looking for

  • How to add drive space from one drive to another drive in Solaris 10

    This is something I have never done in Solaris. I have a mounted drive (UFS) with a dir being used for a samba share. The dir is near full. I have another drive right beside it that is empty. 1. How can I add the drive space from the empty drive to t

  • Best Practice for implementing dual APEX applications environment

    Question: We are in the early stages of building an APEX application for Oracle SaaS consumption. The question I wanted to ask you is what would be the best way to deploy this app for production? Would it be easier just to create a new workspace in a

  • I can't figure out why my ipad is saying it's full but I have just purchased storage on the cloud

    Not sure what I am doing wrong here. I am not able to take pic or vids on ipad as it's saying it's full but I have purchased storage on the cloud and set it up as directed on the website Can anyone help me figure out what I need to do please Thanks

  • Different numbers between devices

    Why does Photos on my iMac (the original library) have a different number of photos than my iPhone, MacBook and iCloud?  On my iMac (where I migrated from iPhoto to Photos) there are 39,953 Photos, 1938 Videos.  On my iPhone, Macbook and iCloud there

  • Aperture to LightRoom conversion

    I'm a potential buyer of LR but one thing that is holding me back is the prospect of manually trying to load my images from aperture to LR. My library contains around 10k images so I suspect its not a large one compared to others but the prospect of