Mail triggering for any personnel Action

Hi Experts,
Whenever any Personnel Action is carried out for an employee an mail should be automatically triggered to the Personnel Administrator, Payroll and Time Administrator.
I tried through dynamic actions but it didnt work cananyone help me in this aspect.
Regards,
Smitha

Hi Smitha,
Through dynamic action mail will not go to all admins  which have been maintained in IT0001. You need to do few set up.
1. Fist maintain code for all admin in T526 table.
2. Then assign PersAdmin, Time admin and payroll admin in IT0001 for all employees which can be loaded thru LSMW.
3. Mail ID and user ID should be maintained in IT0105 and sub tyoe 0001, 0010 for all admin which have been maintained in T526
3. Create notification text thru SO10
4. Create distribution list thru SBWP
5. Then assign text & Distribution list in your custom feature which is copied from M0001
6. In the feature maintain give X mark for RECV1 (Pers Admin), RECV2 (payroll admin), RECV3 (Time admin).
7. Then call this feature in dynamic action
Then notification will trigger to all admin. Revert for further clarification.
Regards,
Purnima

Similar Messages

  • How to find out the Idoc number triggered for any material transfer frm SAP

    Hi Folks,
    Can any body let me know How to find out the Idoc number triggered for any material transfer frm SAP?
    Do we have any navigation for that in MM03?
    Thanks,
    SPMD.

    Hi Shabbirmdpasha,
    If you know the user name then you can find the idoc numbers created by that user. But the problem here is it not only gives the material it gives all the idocs created by that user. Go to SE16 --> table name EDIDS --> here you can fill the approximate date and in UNAME give the userid and execute. This will give all the idocs created by that user. I know it is only a partial solution.
    Also would suggest to post the same in abap forums for more answers:
    ABAP Development
    Regards,
    ---Satish

  • User Exit for Special Personnel Actions

    Hello,
    I would like to figure out a way to generate an email when HR does a termination action. Can you help?
    Can this be done by enhancing the user exit - Please help with the steps!
    Here's the - User Exit for Special Personnel Actions:
    This step enables you to implement the following user exit for the Customer Enhancement for Special Personnel Actions:
    EXIT_SAPLHRBAS00ACTIONS_001
    Thanks!
    PS

    You need follow the below steps to activate the user exit.
    1. Goto Transaction CMOD.
    2. Create a new project or select an existing 'Z' project.
    3. Click on the Enhacement tab on the application tool bar. Add "HRBAS001" as the enhancement.
    4. Save it and click on the componet tab. You will see the exit EXIT_SAPLHRBAS00ACTIONS_001. Double click on this. It will take you the fuction module interface and you see the include zxhrbas00actionsu01 in it. You need to double click and add your custom code there.
    5. Activate the code. Come back and active the enhancement and the project.You see the active button on the application tool bar.
    Then this gets triggerd from PA40/PA30 and sends the notification as coded in the include program.

  • Restrict Personnel area for executing personnel actions

    Hello,
    Guys I need your help on the following issue. Any help will be appreciated.
    The project Which i am working on has 67 Personnel Areas (PA) and 24 personnel actions.
    I need to create a role in such a way the the user will be accessing some 4-5 actions for 1 particular PA. Now I know this can be done in the authorization object P_ORGIN. But i can only give one value of PA to one particular role.
    Now the long and tedious solution for me is to create 67 different roles. I need a simple and easy to maintain solution for this.
    Again any help will be appreciated.
    Thanks,
    Mangirish

    Hi sikandar,
    Thanks for your prompt reply.
    I am already done with the infogroups using user groups. What the client now require is to restrict a user in executing personnel action for one particular personnel area.
    I know this can be done through roles but there are 67 Personnel areas and 7 different levels of user (you do the math)
    Is there a easier way out??
    Thanks,
    Mangirish

  • TS3276 mail won't senb or get mail thanks for any help verizon is no help

    Mac mailwon't let me send or get mail . Verizon is no help they say go to apple .Thanks for any help

    If you have Applecare you can call AppleCare.
    Applecare: 1-800-275-2273
    This is the setting I have set for Verizon e-mail.
    POP
    Mail >  Preferences > Accounts > Account Information
    Check mark the box next to "Enable this Account".
    Account Type:                              POP
    Description :                                 the name of the inbox
    Email Address:                             your Verizon email address
    Full name:                                    Your full name
    Incoming Mail Server:                  incoming.verizon.net
    User Name:                                  your Verizon email address
    Password:
    Outgoing Mail Server(SMTP)       verizon. net
                                                          the box for "Use only this server" unchecked.

  • Mail triggered for a PO which is old dated

    Dear Experts,
    I got a problem, Purchase order is way back ( created in 2008 April) and so far GR is not taken place.
    But all of a sudden user got the auto mail saying that for this PO GR is expected.
    How this message can trigger when PO is created long back and how system has triggered auto mail? what could have gone wrong?
    can you help me please?
    Thanking you
    Regards
    Sharan

    Hi
    Please review the following note from metalink:
    cancelling purchase orders / purchase orer lines [ID 105840.1]
    Hope this helps.
    Thanks and Regards
    Manish Jain

  • Mail triggering for material received in inbound side using ale/idoc's

    hi,
    i have an issue iam sending a material from sending system to reciving system upto now it is working fine,now the reciving side end user has know that material is received and creted in inbound side..
    here for enduser they doesn't go and check in we02 ..they should initimate externally that material is received  in receiving system .

    thanks for u r reply ,,
    iam new to ale/idoc concept,how can i carete a custom function module ,here what ever the mpping i required i did on sending side ,in inbound side just posting only..
    please can u guide me

  • OAAM 11g R2: Unable to load java class for custom configurable action

    Need to configure a Configurable Action to get triggered for a particular action at a given checkpoint.
    Steps Followed:
    1. Created a java class implementing com.bharosa.vcrypt.tracker.dynamicactions.intf.DynamicAction, getParameters() and execute() methods were implemented in that java class.
    2. Added necessary jars from $ORACLE_IDM_HOME\oaam\cli\lib to the build classpath.
    3. Compiled and created a jar with it.
    4. Extracted the oracle.oaam.extensions.war file into a working folder.
    5. Added the Custom Jar created in step 3 into <working folder>/WEB-INF/lib/
    6. Changed the following in MANIFEST.MF in <working folder>/META-INF/:
    Specification-Version:11.1.2.0.1
    Implementation-Version:11.1.2.0.1
    7. Rejar-ed the oracle.oaam.extensions.war from the working folder using following command:
    jar -cvfm oracle.oaam.extensions.war <working folder>\META-INF\MANIFEST.MF -C <working folder>/ .
    8. Stopped the oaam_admin_server1, oaam_offline_server1 and oaam_server_server1.
    9. Deleted the oracle.oaam.extensions deployment from the weblogic.
    10. Deployed the newly created oracle.oaam.extensions as a shared library for oaam_admin_server1 and oaam_server_server1.
    11. Started all managed servers.
    But when I tried to create an action template with the java class I just created, it was throwing following error
    +java.lang.ClassNotFoundException: *+
    Unable to load configurable action class *. Ensure the class is made available in the class path.
    Referred following documents:
    1.      http://docs.oracle.com/cd/E27559_01/admin.1112/e27207/cfgactions.htm
    2.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/cfg-action.htm
    3.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/extend.htm
    Kindly help me. Thanks in advance.
    Edited by: 917717 on Dec 12, 2012 7:16 PM

    This thread is a bit stale but I thought it might help to clarify one point about custom jar files on UCCX.
    To properly load a custom jar:
    Upload it into the classpath directory in the document repository. 
    Select it under System | Custom Classes Configuration
    Finally you need to restart the CCX Engine and the CCX Administration services.  If you have HA you need to restart them on both servers. 
    Other notes:
    When referencing your class in the CCX Editor, use the fully qualified name of the class.  Lots of other classes use things like Element or Document so you need to be explicit. The editor only knows about the 20 native classes by their object names.  If you create a Document object in the editor you are really creating a com.cisco.doc.Document object.  If you loaded jdom.jar and you wanted a jdom document then you need to create an object of type org.jdom.Document.
    When compiling your custom jar files, be sure to compile for the version of Java that the CCX Engine runs.  In general UCCX 7.X and older use Java 1.4.  UCCX 8.X and higher use Java 1.6.  Several of the core Java classes had significant changes between 1.4 and 1.6. If you ran your code on UCCX 7 or earlier and now it fails in UCCX 8.X or higher, recomplile for Java 1.6 and you classes will likely work again.
    Finally, check for security violations in UCCX 8.X or higher.  Cisco has restricted some of the things you can do.  These URL's have more information:
    http://docwiki.cisco.com/wiki/Engine
    http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_8.0
    -Steven
    Please help us make the communities better.  Rate helpful posts!

  • Customer Support:: it's listed but you can't get it. Where is e-mail support for issue below?

    Version:1.0 StartHTML:0000000176 EndHTML:0000003270 StartFragment:0000002398 EndFragment:0000003234 SourceURL:file://localhost/Users/markvega/Desktop/ADOBE%20SUPPORT.doc
    I was provided with PDF of contacts but there is no specific contact e-mail for my issue, plus cannot get though to customer support, as usual. The telephone number 0116227746 does not exist. The other links provided on PDF just lead to the same pages I tired before. Still cannot locate e-mail contact address for support issue.
    I have a copy of Photoshop CS and Dreamwaver CS3 that I want to sell they are both registered in my name and I want to sell them to allow the buyer to register in his name. I realize that I will have to deactivate the software, however, as I cannot get throght to Adobe (UK) will this prove problematic. It seems there is no e-mail contact for any support in the UK.

    In the future, please post your topic once.  Posting 20 times with identical content was uncalled for.
    And the URL you gave is on your local hard drive, so not too useful to the rest of us.
    To answer your question:
    Adobe does not have email support, only phone and online chat support, plus these user forums.
    http://www.adobe.com/uk/support/contact/

  • Mail constantly showing spinning ball for any action for any version of

    For Any action in Mail, I constanly get the spinning beach ball. This has happened with all versions of Yosemite. i'm using imac (2009). There have been numerous complaints about this problem on other forums,but no solution yet.

    The answer is obviously to find in the overhead of the body: 22:1 chars by a short, soft Tidy-up with BBedit-builtin.... The difference in timeconsumption is to see in Safari, in Mail it takes minutes to show anything of this mails.
    Perhaps I came back, if this is not the whole true....
    Karl

  • Can SunMC send mail alert to sysadmin for any hardware failure?

    Hi All
    for SunMC 3.61 or 4.0,, Sunmc can send mail alert to sysadmin if hardware failure.
    1. I noticed that the email actions from Attribute Editor Actions Panel is not for all the hardware attribute.
    is there any way to send mail alert to sysadmin for any hardware failure?
    2. does SunMC monitor Sun Fire T2000 hardware fully?

    Hi EricTan,
    erictan wrote:
    Hi All
    for SunMC 3.61 or 4.0,, Sunmc can send mail alert to sysadmin if hardware failure.
    1. I noticed that the email actions from Attribute Editor Actions Panel is not for all the hardware attribute.
    is there any way to send mail alert to sysadmin for any hardware failure?The out-of-the box notifications in SunMC must be set up for every data point on every system, which can be a pain to configure and manage in all but the smallest environments. And as you've noticed, for some hardware attributes there are no "Actions" tabs the allow you to configure email. To gain the features of centralized notification, and to get alarms from all sources of events in SunMC, you should consider installing [PrimeAlert EventAction|http://www.halcyoninc.com/products/EventAction/index.php] . It ships with a 30-day eval license, and if you need any help setting it up, please let me know.
    2. does SunMC monitor Sun Fire T2000 hardware fully?Yes, the Tx000 series systems have some of the best hardware support available in SunMC. As an example you can look at a T2000 screenshot and list of hardware info [in this post about SunMC and xVM Ops Center|http://forums.halcyoninc.com/showthread.php?t=109] .
    Regards,
    Regards,
    [email protected]
    [http://www.HalcyonInc.com|http://www.HalcyonInc.com]
    New !! : [http://forums.HalcyonInc.com|http://forums.HalcyonInc.com] !!

  • I am trying to use my usual e-mail address for Cloud but it is not being accepted. Any help?

    I understand that I can use my usual e-mail address for Cloud but when I enter it, it is not accepted. Any ideas why?

    Hi gms12286!
    This article should be able to help you achieve this goal:
    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/ht5621
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • When I tried to Mail Merge for Data is is not exporting any data.

    HI,
    EBS-12.1.3
    DB-11gR1
    OS - RHEL 5.6
    [With my Login User and SysAdmin Login User] When I enter into to the "People -> Enter and Maintain" Form and then I press the "Export Button", there is error Alert
    Function is not available to this responsibility. Change Responsibilities or Connect to the System Administrator
    I Added the Function "HR ADI Seeded Integrator Form Functions" into the "AE HRMS Manager" Responsiblity. It is also working and Export Data icon is enable.
    Problem:
    But Problem is when I tried to Mail Merge for Data is is not exporting any data.
    ====================================================================
    Steps
    1.Move to the "People -> Recruirment" and then "Request Recruitment Letter" .
    2. Enter the New Request. as
    Letter Name "App. Letter Contract Site",
    Automatic or Manual = Manual.
    Select the Name from the LOVs for the Request for Detail Block.
    3. Press the "Export Data" icon.
    4. Integrator Page Appear with my Custom Integrator Name as "Appointment Letter - Contact Site".
    5. Select the "Word 2003" from the View List. and Reporting is Checked.
    6. Review the Folowing Enteries as:
    Integrator Appointment Letter - Contact Site
    Viewer Word 2003
    Reporting Yes
    Layout App. Letter Contract Site
    Content XXHR_MBE_APP_LET_CONT_SITE_V
    Session Date 2011/08/02
    Mapping XXHR_MBE_APP_LET_CONT_SITE_V Mapping
    7. Press "Create Document" Button.
    8. It will open the Excel 2003 and then Word 2003. But no data down download from the Form.
    9. It open the Mail Merge Letter but no Data is Display.
    ===========================================================
    Note:
    a. I am following the Steps from the Link:"http://apps2fusion.com/at/38-ss/351-generate-recruitment-letters-web-adi".
    b. From the "Desktop Integrator Manager", "Oracle Web ADI", "HRMS Web ADI", it is working fine and Dowload the Data.
    ===========================================================
    Thanks
    Vishwa

    Please try the solution in ("Function not available to this responsibility" Error While Cliclking On Forms Personalisation [ID 1263970.1]) and see if it helps.
    Thanks,
    Hussein

  • Hi, Dear. I purcahse my iphone 4S on of the guy, my problem is when i update any app from App store and i click update there is an e-mail address is coming which i doesnt know about the password, how can i revome the e-mail address for update our apps.

    Hi, Dear. I purcahse my iphone 4S on of the guy, my problem is when i update any app from App store and i click update there is an e-mail address is coming which i doesnt know about the password, how can i revome the e-mail address for update our apps.

    Yes. Delete the Apps that were not Purchased using Your Apple ID.
    But a Restore as New is the way to go.

  • Can't use Find My Friends on iPhone due to Apple ID not being verified. Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!

    Can't use Find My Friends on iPhone due to Apple ID not being verified.
    Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!
    So my options are:
    Create a new Apple ID, use that and lose all the apps I've purhcased with it (a fairly substantial amount)
    Somehow Migrate these purchases over to a new Apple ID
    Apple let me change the primary ID for the account
    Anyone else ran into this before?
    I've tried accessing the mail through a mail application using the correct server information, and trying both the old 6 character password and the one I had to change it too after they updated the security guidelines - neither work.
    Help would be greatly appreciated as I can see more services down the line not working without the address being verified!

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you do this you may find that the password for your old ID isn't accepted.  If this should happen, and if your old ID is an earlier version of your current ID, you need to temporarily recreate your old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You should not need to verify the old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for

  • Error message after changing 8460p motherboard

    I replaced a new motherboard on hp Elitebook 8460p with serial number - czc1293lxq Product - yq321ec#abb and when powered on it gives this error massage before booting to windows The following product information programmed into the system board is m

  • Can I copy my iTunes files and folders to Time Capsule wirelessly from my PC?

    Can I copy my iTunes files and folders to Time Capsule wirelessly from my PC? I was wondering since my iTunes files and folders are connected to iTunes.

  • "Flattening" changes to a Virtual copy.

    Basically, I'd like to be able to make a virtual copy where all the changes that I made to the original becomes the baseline of the virtual copy; ie. the state that Reset reverts the image to. For example if a need to split the image into two halves.

  • Incorrect (and constant) File Update Date

    Hi, No matter on which date I actually create or update a file, the "modified date" now always appears as Jan 5 2012.  Even files I haven't touched for years now reflect this date.  This problem only started about two weeks ago when I was trying to c

  • Multiple Oracle CRS Homes Installation

    My Production environment is planned to use oracle Database RAC configuration, SAPCTL, and Oracle CRS as the High availability Solution I need for a sample TEST environment for this configuration to test Oracle Homes Patching and different configurat