Temporary disable notifications of open workflow transactions in SSHR

There are hundreds of different pending SSHR requests with the HR which has to be either approved or rejected. These requests were raised several months back. HR wants the employees not to receive any notifications/mails on action upon the pending requests.
For example if there's a Personal information update from an employee which was raised 2 months back. HR has to approve the request and don't want the employee to receive notification on the approval.
Is there any way where the notifications from SSHR can be temporarily disabled.

Hi Prabuddha,
In ECC if a change happens to a master data not all the changes are reflected automatically in the open documents like open PO or open Sales order. Some fields values have to be redetermined for eg: "pricing procedure", some of them needs to be changed manually for eg: "Description". Moreover specific to your eg of Base unit of measure, this is a sensitive field and has lot of impact on the process so there for changing such fields it is necessary to close all the open documents against the Master data record in consideration. This fact is regardless whether the change happens through an IDoc or directly by MM02/XK02/XD02
Prabudha, Please revert if you have further questions.
Best Regards
P T Manoj
Edited by: PT MANOJ on Sep 2, 2011 10:25 PM

Similar Messages

  • I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.  For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the

    I have a workflow transaction which got timeout and escalated to the next level. The comments in the approver's notes are just changed by the system in doing so.
    For eg: "Moving John under Michael" gets changed into "Moving+John+under+Michael" during the timeout/reminder notification. Any idea ?
    -Thanks,
    Arun

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • REG:GIVE THE LINK IN THE MAIL TO OPEN THE TRANSACTION

    Hi All:
    As part of my workflow i need to send the mail(i am doing),And in that mail i need to provide a link to open an Transaction by the user to review the details.
    So please could any one tell the way how to solve this issue.
    Thanks in advance.
    Srihasa..

    To provide the link you need to use the link as shown below:-
    http://servername:8001/sap/bc/gui/sap/its/webgui/!?sap-client=100&sap-user=loginid&sap-password=password&~transaction=sbwp
    where
    8001 is the port number
    sap-client is the client you will using in the server
    sap-user stands for the user id
    password stands for password for user id
    transaction is the sap transaction which you need to use
    let me know if you still face any issue.
    Edited by: Rajwin Singh Sood on Jan 20, 2009 10:04 AM
    Edited by: Rajwin Singh Sood on Jan 20, 2009 10:07 AM

  • Error opening a transaction in Logic Editor

    Hi,
    Using 11.5 SR3.
    I have a transaction which some 20 sequences and 30 action blocks. I configured it as a listener. For some strange reason, I just cannot open the transaction in the Logic editor.
    Another issue, though not sure if its related to the same thing is that some of the transactions say 'executing' even though the last sequence in the transaction is executed (the last sequence is a file write and the file is already created) when running from the Logic Editor. I also feel that the performance of the transaction execution has gone down recently. Not sure if all these issues are related or each one is a separate issue.
    Any clues from the gurus?
    Ravi.

    Hi Ravi,
    Found a SAP Note on the transaction loading issue.
    Note: 960362
    Title: Large Transactions can crash server
    URL: [Click Here|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_xap/~form/handler]
    It mentions increasing the heap size as an option.
    Cheers,
    Jai.
    Edited by: Jai Tamhane on Feb 7, 2008 12:23 PM

  • Notification Center open and will not close and......

    My desktop that I installed Win 10 Tech Preview on one day had the Notification Center open down at the bottom right and when clicked on it show "otifications" no new notifications .... my antivirus Software McAfee LifeSafe no longer will work
    and when I do a search for anything.. all the letters and words are either jumbled or missing letters as in the "otification" center.

    Since Windows 10 Technical Preview is just a "beta" version, there are certain amount of compatibility issues when it comes to 3rd party programs.
    Heck, we can't even play DVD in Windows Media Player, and Windows Media Player is a MS product.
    Avast, as I understand it, is not compatible either.
    Perhaps McAfee is facing the same issue. You might want to ask the people in McAfee support forum about the compatibility matter.
    I have a laptop running Win 10 build 9860 as the only OS in the system.
    I am using the build-in Windows Defender as "real time" protection, and Malwarebytes  (free edition) as "on demand" protection. So far, I have no security issue.
    As to letters and text garbled or missing, you need update KB3008956
    installed.
    Go to your Windows Update > click Check for updates >find and install that update.

  • Opening Balance - Transactions - Closing Balance in FD10N & FK10N

    Hi All,
    I need to see the report in following format for FD10N & FK10N
    1. Opening Balance
    2. (+/-) Transactions
    3. Closing Balance
    FD10N and FK10N show the period balance and drilling into the balance shows the detail view of transactions posted in the period. But I need to see the above 3 items (Opening Balance, Transactions & Closing Balance) in 1 report.
    Thanks

    There is no such report to show the opening balance then your transactions and then your closing balance.  (something similar to personal bank statement)
    However, you may see the following reports may suffice your requirement (there is no drilldown available)
    S_ALR_87012172 (for customers)
    S_ALR_87012082 (for vendors)
    Regards,
    Ravi

  • Open AR transaction and Receipts

    Can you let me know the standard concurrent programs which list all the Receivables Open AR Transaction and Open AR Receipts

    The table ar_payment_Schedules_all gives you the outstanding information as on date. For eg. if the system date is 13th April and if you query the ar_payment_schedules_all table, the amount_due_remaining column will give you the open amount as on that date.
    However if you want the oustanding as on some previous date, lets say as on 31st March, in that case you have to rollback all the applications that would have occured from 1st april to 13th april.
    Find below the script that I used to get the oustanding as on any previous date. Pls. note that I am using a temp table here to populate the details.
    declare
    v_cash_receipt NUMBER;
    v_adjustment NUMBER;
    v_credit_memo NUMBER;
    v_as_of_outstanding NUMBER;
    v_cash_receipt_acctd NUMBER;
    v_adjustment_acctd NUMBER;
    v_credit_memo_acctd NUMBER;
    v_credit_memo_acctd_1               NUMBER;
    v_as_of_outstanding_acctd NUMBER;
    p_as_of_date                          DATE;
    cursor cs_get_trx (p_as_of_date1 IN Date) is
    SELECT ps.customer_id CUST_ACCOUNT_ID
    , trx.creation_date INV_CREATION_DATE
    , ps.trx_number INVOICE_NUMBER
    , trx.trx_date                              INVOICE_DATE
    , ps.gl_date GL_DATE
    , NVL(ps.amount_due_original,0) INVOICE_AMOUNT
    , NVL(ps.tax_original,0) TAX_AMOUNT
    , NVL(ps.acctd_amount_due_remaining,0) ACCTD_OUTSTANDING_AMOUNT
    , ps.due_date
    , CEIL(sysdate - ps.due_date) DAYS_OUTSTANDING
    , ps.payment_schedule_id
    , ps.number_of_due_dates INSTALLMENT_NUMBER
    , trx.customer_trx_id
    , CEIL(p_as_of_date1 - ps.due_date) DAYS_LATE_AS_OF
    FROM ra_customer_trx TRX
    , ar_payment_schedules PS
    WHERE
    trx.customer_trx_id = ps.customer_trx_id
    AND ps.gl_date <= p_as_of_date1
    AND ps.gl_date_closed > p_as_of_date1 ;
    CURSOR cs_get_receipt(p_as_of_date2 IN DATE ) IS
    SELECT ps.customer_id CUST_ACCOUNT_ID
    , ps.payment_schedule_id
    , CEIL(p_as_of_date - ps.GL_DATE) days_late_as_of_r
    , ps.gl_date
    , cr.receipt_number
    , app.cash_receipt_id
    , sum(app.acctd_amount_applied_from) ACCTD_AMOUNT_APPLIED
    FROM ar_receivable_applications app
    , ar_cash_receipts cr
    , ar_payment_schedules ps
    WHERE app.cash_receipt_id = cr.cash_receipt_id
    AND app.payment_schedule_id = ps.payment_schedule_id
    AND app.status in ('ACC', 'UNAPP', 'UNID', 'OTHER ACC' )
    AND NVL(app.confirmed_flag,'Y') = 'Y'
    AND app.gl_date <= p_as_of_date2
    AND ps.gl_date <= p_as_of_date2
    AND ps.gl_date_closed > p_as_of_date2
    AND ( ( app.reversal_gl_date IS NOT NULL AND ps.gl_date <= p_as_of_date2 )
    OR app.reversal_gl_date IS NULL
    GROUP BY ps.customer_id
    , cr.receipt_number
    , app.cash_receipt_id
    , ps.payment_schedule_id
    , ps.gl_date
    HAVING
    sum(app.acctd_amount_applied_from) <> 0 ;
    Begin
    delete zxc_aging_cust1 ;
    p_as_of_date := to_date('&Enter_as_of_date','DD-MON-RRRR') ;
         For invoice in cs_get_trx(p_as_of_date)
         LOOP
    /* cash applied after p_as_of_date */
    SELECT NVL(SUM(NVL(acctd_amount_applied_to, 0.0) +
    NVL(acctd_earned_discount_taken,0.0) +
    NVL(acctd_unearned_discount_taken,0.0)),0.0)
    INTO v_cash_receipt_acctd
    FROM ar_receivable_applications
    WHERE TRUNC(gl_date) > p_as_of_date
    AND status||'' = 'APP'
    AND NVL(confirmed_flag,'Y') = 'Y'
    AND applied_payment_schedule_id = invoice.payment_schedule_id
    AND application_type LIKE 'CASH%';
    /* adjustments applied after p_as_of_date */
    SELECT NVL(SUM(ar_adjustments.acctd_amount), 0.0)
    INTO v_adjustment_acctd
    FROM ar_adjustments
    WHERE TRUNC(gl_date) > p_as_of_date
    AND status = 'A'
    AND payment_schedule_id = invoice.payment_schedule_id;
    /* invoice credited after p_as_of_date */
    SELECT nvl(sum(nvl(acctd_amount_applied_to, 0.0)), 0.0)
    INTO v_credit_memo_acctd
    FROM ar_receivable_applications
    WHERE applied_payment_schedule_id = invoice.payment_schedule_id
    AND nvl(confirmed_flag,'Y') = 'Y'
    AND status||'' = 'APP'
    AND TRUNC(gl_date) > p_as_of_date
    AND application_type LIKE 'CM%';
    /*added new by anil patil 7/7/7 */
    /* credit memo applied after p_as_of_date */
    SELECT nvl(sum(nvl(acctd_amount_applied_to, 0.0)), 0.0)
    INTO v_credit_memo_acctd_1
    FROM ar_receivable_applications
    WHERE payment_schedule_id = invoice.payment_schedule_id
    AND nvl(confirmed_flag,'Y') = 'Y'
    AND status||'' = 'APP'
    AND TRUNC(gl_date) > p_as_of_date
    AND application_type LIKE 'CM%';
    /* calculate actual outstanding amount */
    v_as_of_outstanding_acctd := invoice.acctd_outstanding_amount + v_cash_receipt_acctd - v_adjustment_acctd +
                                            v_credit_memo_acctd - v_credit_memo_acctd_1 ;
    insert into zxc_aging_cust1
    ( customer_id ,
    invoice_number     ,
              invoice_date ,
              gl_date          ,
              invoice_amount ,
              tax_amount ,
              acctd_outstanding_amount ,
              due_date     ,
              days_outstanding ,
              installment_number ,
              days_late_as_of ,
              current_os_amt ,
              cash_receipt_amt ,
              adj_amt ,
              credit_memo_amt ,
              credit_memo_amt_1
    values
              (invoice.cust_account_id ,
              invoice.invoice_number     ,
              invoice.invoice_date ,
              invoice.gl_date          ,
              invoice.invoice_amount ,
              invoice.tax_amount ,
              v_as_of_outstanding_acctd ,
              invoice.due_date     ,
              invoice.days_outstanding ,
              invoice.installment_number ,
              invoice.days_late_as_of ,
              invoice.acctd_outstanding_amount ,
              v_cash_receipt_acctd ,
              v_adjustment_acctd ,
              v_credit_memo_acctd ,
              v_credit_memo_acctd_1
         END LOOP ;
    COMMIT;
    FOR receipt in cs_get_receipt (p_as_of_date )
    LOOP
         INSERT INTO zxc_aging_cust1( customer_id
    , invoice_number
    , trx_type
    , acctd_outstanding_amount
    , gl_date
         VALUES( receipt.cust_account_id
    , receipt.receipt_number
    , 'RECEIPT'
    , -1 * receipt.acctd_amount_applied
    , receipt.gl_date );
    END LOOP;
    COMMIT ;
    END;
    Hope this helps.
    Thanks,
    Anil

  • Open Workflow Report

    Hi all
    Can anyone suggest a report that will list all open workflows and whom they are assigned to.
    Thanks for the help.

    Hi,
    Check in me2n , dynamic selection the field Release indicator. select the value which is not equal to release indicator assign to last approval. and also u can have field Relase stratgy and relase group for selection.

  • How do I disable safari from opening up automatically when booting up

    How do I disable Safari from opening up when I turn on my laptop?

    Quit it before logging out, and ensure that neither it nor anything which may launch it is in the list of login items for your user account.
    (69574)

  • How can I disable Notification Centre in IOS5 and go back to getting the big blue text message notifications?

    I have Iphone 4S on iOS 5
    I flicked the button in settings to set up Notification Centre, but now I want to disable Notification Centre as the text notification is nowhere near as good as the old 'big blue' text received box.
    1- where do I find button to DISABLE Notification Centre? (I can't find one)
    2- how do I revert back to the old big blue box text notification?
    Thanks

    I've tried literally every option available in "Notifications" to get back the big blue box, but it seems that every option I choose nothing really changes.
    The messages continue to come up with the small box, green Message icon, and the name and Text Message beneath.
    Is there no other way, or some sort of trick, to get the blue box back?
    Thanks!

  • Is there a way to leave the notification center open

    Hello all,
    I wondered if there was a way to leave the notification center open in OS 10.8.1.
    Maybe via the terminal?
    I am using a 30" monitor and to me it would make sense to have NC alway open.
    Thanks a lot.
    Cheers.

    You can poke around yourself,  but right off I do not see how this is possible in customizing the plist.
    Finder>Go>Go to folder>
    /System/Library/CoreServices/Notification Center.app
    You can right click to open> Show Package Content.

  • Runtime Error while opening the transaction ME22N

    Hi,
       when am trying to open the transaction ME22Nin Ecc6.0 its showing the runtime error like Assign with Length 0 in the pgm SAPLTAX1 in the Module FIND_TAX_SPREADSHEET.
    than you in advance.

    post your Dump information with           
    Short text
    What happened?

  • How to send E-Mail Notification executing through workflow?

    hi All
    I want to send E-Mail Notification executing through workflow in MDM Data Manager?
    I have tried it, But still i am unable to send E-Mail Notification?
    i will explain, how i have tried?
    1) I have created the simple workflow with the following components
        they are in sequence
          start--> process-> notify--->stop
    2)  owner of the workflow is Admin and launcher of the workflow is Admin and i have given email id to the Default Admin user in the console.
    3) i have created another user (i.e. User2) with default roles as like as Admin and i have assigned User2 to the process component in workflow and I have created e-mail address for the User2 in the console.
    4) i have created another user(i.e.User1) with default roles as like as Admin. and give e-mail address,under the notify component User1 is selected in To Field.
    5) stop component as usual
    coming to configuration part about the SMPT server in MDS.ini file
    1) in mds.ini file for the MailServer=, I have given SMTP Server name once and restarted the server and executed the workflow, but not worked
    2)in mds.ini file for the MailServer=, i have given SMTP Server IP Address and checked the port,and we have configured the host file also and restarted the server and executed the worflow , but not worked
    In all the ways i have executed and tried to send E-Mail Notifications through workflow, But I didn't
    can any one help where i have went wrong, so i can rectify  it
    what actually we have to give in mds.ini file? is any other cofiguration required for it?
    if any one have any solution for it , can you please explain me in step by step
    Thanks in Advance
    bharat.chinthapatla

    Hi Bharat,
    your steps seems to be correct. Just try to ping your mail server, to verify if your mail server is running up, besides note that mdm go throw port 25 for sending emails, so please check if you are able to send emails using port 25 in your network.
    Regards,
    Vito

  • Error When Opening the Transactions/Transactions Window

    Hi All,
    in Oracle E-Business Suite R12 Version
    Error When Opening the Transactions/Transactions Window
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "APPS.AR_MO_GLOBAL_CACHE", line 55
    ORA-06512: at "APPS.ARP_STANDARD", line 2912
    ORA-06512: at "APPS.ARP_GLOBAL", line 282
    FRM-40735: PRE-FORM trigger raised unhandled exception ORA-06502
    Can any body help about the error
    Thanks in advance.

    Did you go through the below notes:
    Note:125204.1, Note:153207.1 and Note:191306.1.

  • How to disable click for open a app mobile? i have picture.

    how to disable click for open a app mobile?
    How i do?
    why adobe captivate need to click for open app.
    i need to open auto.
    thank you

    Swiping down from the midle of the screen will open the search window on its upper section.

Maybe you are looking for

  • What's wrong with this picture (unbundle display glitch)?

    Let me state first that I actually like the look of what I am going to show you, and I am tempted to suggest it as an actual feature... In any case, here it is: This is an unbundle node in an actual diagram. All items are connected. I was simply hove

  • IChat gone missing

    The iChat application is no longer in my Applications folder (along with DVD Player). Is there a location from Apple that I can download these two apps, to replace the missing two? Also, in the top menu bar, I seem to remember that I could choose opt

  • MacG4 now fails to sync with Visor deluxe

    Same old story I am afraid. My venerable Visor deluxe has been syncing with my Mac G4 running 10.4.11 using a travel USB cable (the one without a button) and Isync for years. The Palm desktop system was 4.0 and hotsync worked fine. A month or two ago

  • FCC in SFTP

    Hi Experts, Can someone explain how FCC can be performed on this file HEADER:ABC:XYZ 1234 aJHJS 1245 AJSHJD 7895 WSTA4556 4588 AHGSDJ_AHSHA END to get this into following structure <?xml version="1.0" encoding="utf-8"?> <ns:MT_Source xmlns:ns="Some/a

  • Generating XML from SQL queries and saving to an xml file?

    Hi there, I was wondering if somebody could help with regards to the following: Generating XML from SQL queries and saving to a xml file? We want to have a procedure(PL/SQL) that accepts an order number as an input parameter(the procedure is accessed