About Rules, not functioning properly.

Dear friends,
   Can anyone tell me how to change a existing rule.
   And how to find out the Wage type which is participated in different rules.
   My requirement is I have to change the Wage type which is in one rule and have to assign another wagetype there,
when I simply changed the wagetype , the calcualtion is not getting changed but able to see the calcualtion as it is before.
Could anyone please help me out in this.

If you are talking about 'Eligibility rules', you need to change the wage type model which is assigned to your adjustment type.
Below is the path for configuration: Personnel management -> Compensation management -> Planning and Adminstration -> Adjustments.

Similar Messages

  • Satellite P300D-110 integrated webcam is not functioning properly.

    Hello everyone,
    as the title says, the integrated webcam of my Toshiba Satellite P300D-110 is not functioning properly. Allow me to explain. Using the Camera Assistance Software I can take photo's and record music. If I try to record a video the preview screen turns up black and the end result tuns out black aswell, completely black.
    Whenever I try to use my camera with applications such as MSN Live Messenger, Skype or at community websites using Firefox, Internet Explorer or Safari the application in question crashes.
    *How did this happen?*
    You tell me. This is how it went;
    * Day 1: I've started up my laptop and looked at my fresh and clean install of windows vista home premium. I tried out my webcam using the webcam assistance software and it worked like a charm.
    * Day 2: Once again I boot up my laptop and try to start my webcam only to find out that it no longer functions.
    To give a quick summary of the thread;
    * Using Camera Assistance Software provided by Toshiba I can take pictures.
    * Using Camera Assistance Software provided by Toshiba I can record sound.
    * Using Camera Assistance Software provided by Toshiba I can _*NOT*_ record or preview a video.
    * I can not start my camera using any other application such as but not limited to; MSN Live Messenger, Skype, Mozilla Firefox, Internet Explorer and Safar.
    * I have downloaded and isntalled the latest drivers from the Toshiba website.
    * My laptop is about a week old.
    I'm not sure what more I can do, all I want is for the webcam to work, if anyone can help me out please do so.
    And if possible WITHOUT having to reinstall Windows Vista Home Premium.
    I haven't even used it and wouldn't want to make that a solution for all the problems that might occur in the future.
    Sincerely,
    a sad customer.

    Using Camera Assistance Software provided by Toshiba I can NOT record or preview a video.
    Can you please describe the steps how you try to do this? I must ask you this because it runs well on my notebook. When the recording is finished player opens and you can see recorded movie. It is avi format and at the top of this player you can see the path where the movie is saved.
    Most strange thing for me is that you cannot use it with Skype. Ok for MSN is not the perfect but there is absolutely no problem with Skype. Check the settings and it must work somehow.

  • The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:  "Extensions may not function properly because it does not meet the dependency conditio

    The list of extensions for InDesign now have a yellow triangle warning symbol in front of a good many of the extensions and when moused over i get one of two messages:
    "Extensions may not function properly because it does not meet the dependency condition."
    OR
    Extension Status is not consistent with extension set configuration."
    The reason I opened the Extension Manager in the first place was to check to see if I had installed a third party extension.  And I was presented with these warning symbols.  I haven't added anything, I haven't done anything that would cause this.
    Does anyone know how to fix this???
    I am running OSX 10.9.5; Indesign CS6 version 8.0.2 And Adobe Extension Manager version  6.0.8.28.
    Thanks in advance!
    Nina

    Many InDesign pre-installed extensions (Those extensions you have immediately after InDesign installation) define dependency rules in their mxi files. Dependency means that one extension works well only if one or more other extensions are installed and enabled. If this condition is not met, the yellow triangle warning will be shown.
    You can select an extension with warning, click "Advanced" tag page in the lower right panel. You will see "This extension has dependency on: <extension name> ...". Check whether every extensions listed here are available and enabled. If not, enable them. Repeat these steps for all the extensions which have warning.

  • Give me details about rule details functions conversion, currency etc in bi

    give me details about rule details functions conversion, currency etc in bi  when creating transformation

    Rule Type
    Use
    The rule type determines whether and how a characteristic or key figure, or a data field or key field is updated into the target.
    Direct Assignment:
    The field is filled directly from the selected source InfoObject. If the system does not propose a source InfoObject, you can assign a source InfoObject of the same type (amount, number, integer, quantity, float, time) or you can create a routine.
    If you assign a source InfoObject to a target InfoObject that has the same type but a different currency, you have to translate the source currency into the target currency using a currency translation, or apply the source currency.
    If you assign a source InfoObject to a target InfoObject that has the same type but a different unit of measure, you have to convert the source unit of measure into the target unit of measure using a unit of measure conversion, or apply the unit of measure from the source.
    Constant:
    The field is not filled by the InfoObject; it is filled directly with the value specified.
    Formula:
    The InfoObject is updated with a value determined using a formula.
    Read Master Data:
    The InfoObject is updated by reading the master data table of a characteristic that is included in the source with a key and a value and that contains the corresponding InfoObject as an attribute. The attributes and their values are read using the key and are then returned.
    The Financial Management Area characteristic is included in the target but does not exist in the source as a characteristic. However, the source contains a characteristic (cost center, for example) that has the Financial Management Area characteristic as an attribute. You can read the Financial Management Area attribute from the master data table and use it to fill the Financial Management Area characteristic in the target.
    It is not possible to read recursively, that is, to read additional attributes for the attribute. To do this, you have to use routines.
    If you have changed master data, you have to execute the change run. By reading the master data, the active version is read. If this is not available, an error occurs.
    If the attribute is time dependent, you also have to define when it should be read: at the current date (sy-date), at the beginning or end of a period (defined by a time characteristic in the InfoSource), or at a constant date that you enter directly. Sy-date is used as the default.
    Routine:
    The field is filled by the transformation routine you have written.
    The system allows you to select whether the routine is to be valid for all attributes for this characteristic, or only for the attributes displayed.
    Transformation rules generally only have one return value. If you select Return Table, the corresponding key figure routine no longer has a return value; it has a return table. You can then generate any number of values from a data record.
    For DataStore objects and InfoObjects: you cannot use the return code in the routine for data fields that are updated by being overwritten. If you do not want to update specific records, you can delete these from the start routine.
    If, for the same characteristic, you generate different rules for different key figures or data fields, a separate data record can be created for each key figure from a data record of the source.
    With InfoCubes: You can also select Routine with Unit. The return parameter 'UNIT' is then also added to the routine. You can store the required unit of the key figure, such as 'ST', in this parameter. You can use this option, for example, to convert the unit KG in the source, into tons in the target.
    If you fill the target key figure from a transformation routine, currency translation has to be performed using the transformation routine. This means that automatic calculation is not possible.
    Time Update:
    When performing a time update, automatic time conversion and time distribution are available.
    Direct Update: the system automatically performs a time conversion.
    Time Conversion:
    You can update source time characteristics to target time characteristics using automatic time conversion. This function is not available for DataStore objects, since time characteristics are treated as normal data fields. The system only displays the time characteristics for which an automatic time conversion routine exists.
    Time Distribution:
    You can update time characteristics with time distribution. All the key figures that can be added are split into correspondingly smaller units of time. If the source contains a time characteristic (such as 0CALMONTH) that is not as precise as a time characteristic of the target (such as 0CALWEEK), you can combine these characteristics with one another in the rule. The system then performs time distribution in the transformation.
    The time distribution is always applied to all key figures.
    Initial:
    The field is not filled. It remains empty.
    No Transformation:
    The key figures are not written to the InfoProvider.
    Unit of Measure Conversion and Currency Translation
    You can convert data records into the unit of measure or currency in the target transformation.
    Assigning InfoObjects for Converting Amounts or Currencies
    Use
    An InfoObject has to be assigned to a source field of a DataSource if currencies or units of measure need to be converted. The translation types require InfoObjects as input fields to carry out a conversion. You therefore have to assign the appropriate InfoObject to the source field.
    If the target has a fixed unit, you only have to assign an InfoObject if you want to carry out a conversion. Otherwise, you can select the No Conversion option.
    Procedure
    1.      You are in the rule details. Select the rule type Direct Assignment.
    2.      Select an appropriate key figure in the InfoObject Assignment field in the Source Fields of Rule area.
    3.      Choose the required conversion in the Currency field.
    4.      Choose Transfer Values.
    Example
    In your transformation, you want to assign the AMOUNT field of the DataSource to the FIX_EUR InfoObject in your target, carrying out a currency conversion. To do so, you assign the FIX_EUR InfoObject to the AMOUNT field in the rule details so that the currency can be read from the InfoObject.
    Hope this helps u...
    Regards,
    KK.

  • HT4623 The APP application on my iPad does not function properly - any downloads requested immediately fail and send me back to the main iPad screen.  Any suggestions on how to fix this - all software has been updated to iOS 5.1.1 and no other updates are

    The APP application on my iPad does not function properly - any downloads requested immediately fail and send me back tot he main iPad screen.  Any suggestions on to hoe to fix this?  The software has been updated to iOS 5.1.1, and no furthe updates are available.

    This is my boilerplate response when app downloads are stalled or in the "waiting" mode. There are a bunch of things here to try.
    Tap on the "installing" icon and see if you can pause the install, then tap on it again in order to resume the install.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download and install at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and see if the install resumes.
    If all else fails, download the updates or the apps in iTunes on your computer and then sync the content to your iPad.

  • HCPL0631 is not functioning properly please help!!

    To adminitrator,
    I am trying to use the HCPL0631 optocoupler for my simulation. However, this optocoupler will not function properly and will not give me a good result.
    I have attached the circuit diagram in the attachment, please let me know what is wrong with my circuit causing the components to fail.
    thank you for your kind attention
    Message Edited by justinycc on 04-11-2009 06:40 AM
    Message Edited by justinycc on 04-11-2009 06:41 AM
    Solved!
    Go to Solution.
    Attachments:
    circuit1.PNG ‏69 KB

    Actually, never mind about that, the model for the HCPL0631 isn't very good. It doesn't actual have a open collector output. It also has a built in VCC of 5V, so the power supply that you are attaching isn't really being used. Your problem is grounding. Multisim constructs mesh current and node voltage equations for simulation and can't do it accurately if you don't specify the ground for your circuit.
    Try adding a ground to the GND terminal of the optoisolator. You should also have a ground attached to the cathode of the optoisolator or neutral wire of the function generator. The GROUND component is in the Master Database in the Sources group and in the POWER_SOURCES family.
    Yi
    Software Developer
    National Instruments - Electronics Workbench Group

  • Extension may not function properly...

    My co-worker has been having some issues with her InDesign crashing latley. I opened up her Extensions manager just to see if I could find anything abnormal, and found alot of the extensions for InDesign have little yellow triangle warnings next to them. When I hover the mouse above it, it says "Extension may not function properly because it does not meet the dependency condition. I don't know what this means, or what should be done to resolve the issue.
    I checked my extensions manager on my computer at work, and i don't have any of these warnings on my InDesign extensions. So, I'm thinking this might be the cause of her InDesign crashing, but not sure.
    I clicked on the checkmark of one of her extensions, Assignment UI, to disable it, but not sure if I should do the same with the rest of them. After I disabled it, I can't see how to re-enable it. I try to click back on the box to enable it, but it doesn't do anything.
    She was just upgraded to OSX 9 Maverick today, but prior to that was using OSX 10.7.xx (Whatever the latest version was). I am currently using OSX 10.8.5, but wil be upgrading to Maverick soon as well.
    We are both using Mac 2.66 GHz Quad-Core Intel Macs with 16 GB memory. Both are using CS6, with the latest updates for InDesign applied.
    If anyone has any ideas on what to do with her extensions that have warnings it would be appreciated.
    Steve

    Many InDesign pre-installed extensions (Those extensions you have immediately after InDesign installation) define dependency rules in their mxi files. Dependency means that one extension works well only if one or more other extensions are installed and enabled. If this condition is not met, the yellow triangle warning will be shown.
    You can select an extension with warning, click "Advanced" tag page in the lower right panel. You will see "This extension has dependency on: <extension name> ...". Check whether every extensions listed here are available and enabled. If not, enable them. Repeat these steps for all the extensions which have warning.

  • The u, j, m and 7 keys on the keyboard are not functioning properly on my macbook air. Please Help!

    The u, j, m and 7 keys on the keyboard are not functioning properly on my macbook air. In its place are a random assortment of keys (Ex - u = "eqrw" or "IOUY"). This randomly happened when logging back in after sleep mode. No liquid damage at all. Please help!

    OK, I fixed the problem by doing a SMC (System Management Controller) reset as follows:
    1. Powered off my MacBook and removed everything connected except for the power chord.
    2. When powered off, I held "Shift" + "ctrl" + "Option" + "Power button" for 5 seconds or so until the little light on the front started to blink rapidly.
    3. Powered up my Mac, which took a little longer than usual to start and tested the "missing" keys which now works perfectly again.
    Just added another couple of years usage with my aging mac :-)

  • HT1665 Bluetooth on my IPhone 3GS seems not function properly

    Bluetooth on my IPhone 3GS seems not function properly. How to check and rectify it.

    It would help if you explained what you mean when you say it doesn't function properly. What are you attempting to do? What happens when you try? What troubleshooting steps have you already taken?

  • Why do QTVR interactive images do not function properly or at all?

    QTVR interactive images do not function properly. Check this page out in firefox and then in safari and see the difference.....
    http://www.edfruinphotography.com/MILLCITY_2.html

    I have Safari 5.1.7. I am using Mac Snow Leopard.
    That page is using Flash as well as Quicktime. With Firefox, when I drag the cursor, there is no movement until I let go of the button. That makes it very jerky.
    You could try disabling hardware acceleration and see if that works better with Firefox, in Preferences > Advanced > General.

  • Click and Drag in OS X Yosemite 10.10.3 is not functioning properly on desktop folders

    The click and drag on my Mac 10.10.3 is not functioning properly.  It won't allow me to click and drag folders on desktop or dropping them into emails.  Thought I looked every where for solution....... Any input would be appreciated.....Thanks! 

    Select
              View ▹ Show View Options
    from the Finder menu bar. In the dialog that opens, select
              Sort by: None

  • Why are my firefox icons and tabs not functioning properly?

    My firefox is not functioning properly since Monday. I have tried uninstalling and installing firefox but the problem is still there when I open it. Please help.

    Unfortunately, the most likely explanation is an incompatibility with your graphics card/chipset driver software. One of the effects of Safe Mode is to disable Firefox from using hardware acceleration. To turn that feature off in normal mode as well:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    This takes effect the next time you exit Firefox and start it up again. Any difference?

  • My iPad is not functioning properly, I want to restore it. but I'm unsure if my Minecraft world will be saved in the backup

    My iPad is not functioning properly, I want to restore it. but I'm unsure if my Minecraft world will be saved in the backup. Please help, I need to use it ASAP

    How to BackUp
    http://support.apple.com/kb/ht1766
    See iTunes will backup the following Information  Here...
    http://support.apple.com/kb/HT4946

  • Cropping tool does not function properly in Photoshop CS3

    Cropping tool does not function properly in Photoshop CS3. Always crops to .004" x .004". Tried reinstall with no luck. Any fixes out there?

    Reset the tool by right-clicking on the crop tool drop-down/fly-out menu in the top options bar (big crop tool icon above the tools panel, when the crop tool is selected). Be sure to check there aren't values in the crop tool by hitting the clear button in the options bar.

  • One or more of cells in the battery are not functioning properly?

    one or more of cells in the battery are not functioning properly
    I assume this means I need a new battery?  This was the message I got when I did the battery check.  
    The battery will not charge.  Laptop just runs on AC power and battery is in but will not charge.  What happens that causes cells in battery to not work?  I did leave it off a few months.  Would take make the battery go bad?
    Thanks for any info you can give me.  Have a HP G60-230US Notebook PC

    Hello dlriowa,
    Take a look at this document and let me know if it helps to resolve your issue.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • How do I remove drop shadows from the default text in the labels of a Numbers pie chart?

    I set up a pie chart in Numbers and set labels for percentage.  The default text has drop shadowss.  They do print well at the scale needed for the page.  I cannot find out how to remove these shadows for clearer printing.  Can the shadows be removed

  • Removing photos that have been deleted

    I used to have photos on a hard drive that were linked in iPhoto.  The hard drive crashed and now everytime I access on of those photos, I get an error message.  Is there any way to quickly fix this?  I have thousands of photos and would hate to go t

  • TC works in airport utility - but can't find it under time machine

    Hello out there I have a BIG problem .. I have for some while ago, bought a TC and used it with no problems for some month while i have had a wi-fi at home .. Now, I don't have the wi-fi connection anymore - i use my iPhone for sharing, so the settin

  • Error with - addStylesToDocument(doc); please help

    Hello, this is my unfinished code for a simple program I am writing. Basically I have a menu and buttons, and am looking to add a JTextPane. I think I have all the code there, except when compiling I am having an error with line addStylesToDocument(d

  • Delete archive log file

    hello, I am using oracle 10g on linux i want to delete archive log file automaticaly there is any way to do this.or anyone can tell me scripts for do this.ur help regarding this is highly appreciated Regard,s Umair Iqbal