Third party deduction for LIC premium from salary ?

for deduction of LIC from salary
i assigned the standard wagetype MLIC  in v_t7inia .
then i maintained the infotype 57 where i maintained  standard wagetype MLIC  with amount 2000 and payment frequecy 3 month start month as november.
while i run the payr,oll  for november month from salary 2000 is not deducting.
so can any body guide me  how lLIC  premium will be deducted from salary. and how system will take it as exemption.
thanks hope for  quick reply .
thank you
suprita

Hello
Regarding your query, to me it looks like that this is a problem of the processing class 41 for the wagetype which you are using.
Please check by changing the value to 0 or 8?
Please compare the same with standard wagetype MLIC
Thanks and Kind Regards
Ramana

Similar Messages

  • Third party plugin for premier pro cs6

    I installed a third party plugin for premier pro cs6 on my mac and it's not loading... How can get premiere to see it in the program?

    hi todd,
    cart in front of the horse syndrome - wrote BEFORE reading the article. sorry ;-)
    am coming from 10 years of vegas, unhappily so, but at my age 60+, i'm wary of anything new....

  • Is there any third party software for itunes that will do this:

    Is there any third party software for itunes that will organize the browser window. Ideally I would like the third browser window (album name) organized by "main albums" "compilations" "bootlegs" "singles"
    It would look like this for the Beatles
    Main
    1963 Please Please Me
    1965 Help
    etc.
    Compilations
    1970 Red Album
    1990 Greatest Hits
    etc.
    Bootlegs
    1985 Ultratrax 1
    etc.
    CD Singles
    1999 Whatever
    This info would be marked on either the info or option tab when labeling.
    If this has not been made, one of you nerds should make it, it would be great and you could charge $3 for it and I buy it. and so would 100,000 other people.

    If you haven't already, try looking through the Apple Downloads specifically for iTunes.
    http://www.apple.com/downloads/macosx/ipod_itunes/
    There might be something there that is at least similar to the app your looking for.
    edit: There is one shareware that is an iTunes plugin called Multi-tunes. With it you can create multiple iTunes libraries, one library called "Main" one called "Bootlegs" etc, and Multi-Tunes will allow you to quickly switch between them from within the iTunes window. Not exactly what your looking for but close.
    http://www.apple.com/downloads/macosx/ipoditunes/multitunesdavidcaldwell.html
    Message was edited by: Zookalicious

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Access to my Office 365 third-party app for external user : "a User account is not registered for the account"

    In my third-party web application of Office 365, I want to have access to the contacts, events and emails of all the users from the organizations who installed my app. The thing is I don't want that all these users have to grant me access, I just want one
    admin of the org to grant access for my app and then be able to retrieve the data I need for all the users.
    To test for one organization, I logged in as the admin and proceed to the Oauth2 authentication to retrieve the access token and in the first request (the GET one to retrieve an authorization code) i add the parameter
    prompt=admin_consent.
    With this access token, I can access the data (emails, contact, event) of the admin
    for instance for the contacts
    uri: https://outlook.office365.com/ews/odata/Users(adminemail)/Contacts
    but not the data of the other users of this org with this uri
    uri: https://outlook.office365.com/ews/odata/Users(useremail)/Contacts
    The only thing I can do is retrieve an access token for each user but it supposed that each user has to authorize the access to the app but it's very cumbersome. So, i don't see what enables the parameter prompt=admin_consent and how to use it. Does anybody
    know what it does?
    And my question is: how can I do to access the data of all the users of one organization when the access has been granted by one admin?
    Thank you!

        
    This was answered on StackOverflow by Dushyant Gill.  http://stackoverflow.com/questions/25316175/access-to-my-office-365-third-party-app-for-external-user-a-user-account-is-n/25316678#25316678
    You are sending the OAuth request to a tenant specific endpoint of Azure AD. Note the {key_provided} part of your Url - that part represents the tenantid or a registered domain name of an Azure AD tenant. Azure AD throws this error is the user signing in
    is not a user in that tenant.
    Multi-tenant applications like yours have two options:
    Perform home realm discovery yourself and send the SSO request to the correct tenant-specific endpoint of Azure AD: when a new Azure AD organization signs-up for your application, record its tenant ID, and registered domain names. On your login page, ask
    the user for their email and try to discover what Org they belong to using the suffix the email.
    Use the common endpoint of Azure AD. Instead of the {key_provided} part of the URL, use 'common'. In this case Azure AD will determine the user's tenant and sign-in the user. The token that your application will receive will still be from the user's tenant
    (iss claim).
    2 is more convenient for apps. However #1 has an advantage when the user's Organization has customized their sign-in page with the company logo etc - in the case of #1 the user will directly be taken to the customized and familiar sign-in page.
    I recommend a combination of the two: try determining the user's organization and sending them to the tenant specific SSO endpoint. If you're not able to - send them to the common endpoint.

  • Third Party Integration for Template Based Hire in PS 9.1

    Hi All,
    I am implementing template based hire on PS 9.1.
    I am receiving the applicant details from a third party vendor in a xml message.
    Requirement is to insert the applicant details into template based hire records (HR_TBH_HDR and HR_TBH_DATA).
    I am able to subscribe the field values from xml message. But facing the problem while inserting the values into base records.
    I am trying to use Component Interface on HR_TBH_JOB component. The pages on this component are dynamically build and so the records.
    If anyone has worked on the third party integration for Template Based Hire in PS 9.1, please let me know your suggestion for insertion into template based hire records.
    Thanks,
    Vijay

    Hi Michel,
    I am not getting any error message as I haven't completed the coding yet.
    I will go more on the technical stuff so that the issue will be more clear.
    I am using the Integration Broker setup to receive the xml message from third party.
    I have written the app package and added that as handler into the service operation. as of now I am able to subscribe the xml message. I am having the field values into the variables.
    For insertion of those values into template based hire (TBH) records (HR_THB_HDR and HR_TBH_DATA) I created a new CI on HR_TBH_JOB component.
    But when I analysed this component I came to know that Pages, Sections on the Pages and the fields of the sections are dynamically build based on the Template.
    On HR_TBH_DATA page PeopleSoft is using derived record (HR_TBH_SCR_WRK). Field values are assigned to this record fields bsaed on the section of the template.
    Here is issue I am facing while coding. As there is only one record (HR_TBH_SCR_WRK) to store the all the values from the template, I am not able to understand that how to assign the variables to CI variable. I am looking for the logic, so that the CI will work normally.
    If you have any sugestion to insert the data into TBH records other than using CI, will be appriciated.
    Thanks

  • Capturing third party manufacturer for the batch

    Hi ,
    we are in the business of Pharma Products trading and marketing , as per business requirement we need to capture third party manufacturer for particular batch.
    The scenario is as follows -
    Our Company - Raise PO to Vendor A for Material  Mat001 -  this vendor A takes same product from any of his own vendors  X, Y , Z .( third party manufacturer)
    Now the requirement is when we receive goods from Vendor A for MAT001 , it may have multiple batches and these batches may come from one or different sub vendor of A .  During GR we need to capture this sub vendor of Vendor A or say third party manufacturer .
    Please provide possible solution
    Edited by: Bhushan Bivalkar on Jun 4, 2010 11:06 AM

    You can use batch characteristics. Make a class (type 023) and assign a characteristic to it (with approprite description).
    Assign this class in the material classification view.
    Now you can maintain the 3rd vendor's batch number in the batch characteristic (in MSC2N)
    Regards,
    Aroop

  • Third party tool for faster message recovery?

    Does anyone know if a third party tool for message recovery?  Restoring mailbox data from a Recovery Mailbox Database is very time consuming.  One of our Mailbox databases is almost 400 GB, and the restore alone is timely.  Our Recover Deleted
    Items is set to 14 days.  We could increase this recovery setting, but there may be situations where users are looking for data over 30 days deleted.
    Thanks in advance for any input.
    Fran

    Hi Fran,
    What version of Exchange server do you have? Based on my knowledge, Exchange 2013 can keep the deleted items for 24,855 days. 
    More details to see:
    https://technet.microsoft.com/en-us/library/ee364752%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    Also provide an useful article for your reference:
    Restore Data Using a Recovery Database
    https://technet.microsoft.com/en-us/library/ee332351(v=exchg.141).aspx
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • Third party tool for burning MP3 CDs?

    Hi,
    Are there any third party tools for burning MP3 CDs from an iTunes library?
    The iTunes functionality is not sufficient for me for two reasons:
    *) I have ALAC files in my library and iTunes won't convert them for putting them on the CD. I know I can convert them in iTunes, but I am looking for a more elegant solution.
    *) iTunes seems to put all files in the root of the CD. My car stereo does not use MP3 tags but subdirectories to recognize albums, so I need a directory for every album.
    Any hints are appreciated!
    Thanks, Robert

    ed2345 wrote:
    Easily done. See iTunes: How to set the play order of songs on an MP3 CD. Basically, if you sort the playlist by album, iTunes will burn the MP3 CD with album folders.
    Thanks, that solves the second problem, which was the more pressing anyway.
    Do you maybe also have an idea how to get rid of the number in front of the album title in the directory name?
    Cheers, Robert

  • How do I allow third party cookies for a website and how do I turn off pop-up blocker?

    How do I allow third party cookies for websites and how do I turn off pop-up blocker?

    Allow third party cookies at Safari > Preferences > Privacy > Block Cookies - "Never".
    Turn off the pop-up blocker at Safari > Preferences > Security > Block pop-up windows = unchecked

  • Interface or Third Party Software for viewing SAP Org. Structure in SAP

    Hi All:
    Has any one used a third party software for viewing the SAP Organizational Structure in portal (for MSS).
    Or has developed a custom java iview that would display the org. structure in Portal. (EP 6.0)?
    Thanks

    Yes. I have seen it....with Visio. Sadly, No. I do not have the technical details. Sorry.

  • Developing Third Party Connectors for the Universal Worklist

    Hi,
    We need to develop a third party connector for the Universal worklist.
    In order to retrieve the workflow items we want to use a web service that will be developed according our needs.
    The documentation that I found regarding the UWL states that in terms of connectivity we can use Web based protocols such as HTTP and Web Services, but i couldn't find any example for this, besides the SONIC.
    Has someone already developed a third party connector? Examples?
    Thanks in advance.
    Best regards,
    José

    Hi,
    Have a look at these PDFs...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/405729e9-314f-2a10-eab6-fcebe6fe8cba
    http://help.sap.com/javadocs/nwce/current/uw/UWL%20Custom%20Connector%20API.pdf
    Regards,
    Srinivas.

  • Third party app for single call delete

    how do i delete single call entry in my iphone4 or any third party application available for this?

    There is no third-party app for this, as third-party apps do not have the ability to edit the call list

  • Third party tool for SAP transports

    Hello All,
    I would like to know if there is any third party tool for doing transports ?
    Regards,
    Amber S

    Hi,
    There is 3rd party Change Management software eg http://www.xrsc.com/Rev-Trac.html ...but they will all still make use of SAP backend tools. Many company's including ourselves have developed in house Change Management software in SAP using standard backend tools.
    I'm curious why you ask ?
    Regards,
    Nelis

  • Third party application for Intel-based iMac

    Greetings y'all...anybody out there know of a list of third party apps for Intel-based Macs???

    Try Apple's Made4Mac area for universal applications which are built for Intel and Power PC:
    http://guide.apple.com/universal/
    Although I must admit Versiontracker is very good too.

Maybe you are looking for

  • Video Blaster WebCam II on XP ?

    Is there a way to install this cam on XP, I cant find any drivers, updates or anything for it. I tryed it on my XP and get a window that says something like the drivers for device are not compatible with Xp and migh cause malfunctions. Thank you for

  • Template for Academic Handout

    Hello, Does anyone know of a template for academic handouts? Thanks, ~A

  • Handling Unit - Is there a way to set default weigh unit in HUPAST screen?

    All the HU expert, We would like to find a way to set default the weigh unit LB in the HUPAST screen. We look at the packing station profile configuration HUPAST_C, and couldn't find any relevent setting in it. Do you have the similar issue and what

  • Table breaking - More Newbie Q's

    http://www.oerica.com/test.htm The text in table cell breaks when it extends past the width of cell. I've tried tabe-layout__fixed, min/max widths, div tag within the table cell. Not sure what I am missing.

  • How to fins path for voting disk

    Hi , Would like to know apart from crsctl query css votedisk , is there any another method through which we can find the location for voting Disk . Regards Arun