Employee Percentage getting reset to 100

Hi,
I am supporting work schedule change form from technical side. When user changes the schedule to anything other than 80 or 100, for eg. 75, then eventhough program passes 75 to backend it is reset to 100.
Any thought why this must be happening? Where can I check for any configuration (I am a developer so do not know much about config.)
Thanks in advance.
Jitendra

Hi,
There was an issue in the Form. Form was developed to change the percentage but did not include Hours in the calculation. I defined an additional field "hours' in form scenario and did populate that field in enhancement badi and it started working.
Thanks for your help.

Similar Messages

  • My client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month employee will get shift  full amount,

    Hi Experts,
    Please help me to solve this two issues
    I will give you clearly about my client requirement
    in the current system (existing)  already configured  for shift allowance.
    shift allowance for executive
    Shift Allowance Rates
    2 shift
    3 shift
    RM  240
    RM 330
    shift allowance for non executive
    Shift Allowance Rates
    Category 1
    Category 2
    2 shift
    3 shift
    2 shift
    3 shift
    RM  180
    RM 280
    RM 95
    RM 130
    they are not maintained (there is no any key)   in info type 0014 or info type 0015  they earliest hr consultant  copied to  the Shift Allowance wage types :- 5533, 5534,5535,5536,5537,5538and 5559
    Note : 5533 & 5536 are for Payment.
    Other wage types are for calculation purposes only.
    And they modified (standard LAP9)  YAP9 (copied)  schema written pcr  for shift allowance
    The pcrs are YSH1,YSH2,YSH3,YSH4,YSH5,YSH6,YSH7,YSH8,AND YSHF
    1) So my actual my client requirement (Issue 1)
        In my client current process shift amount is prorating.   Now my client requirement  employee change shift (SE20321D)   to normal (NSO70012) in the mid of the month
    employee will get shift  full amount
    2) client requirement (Issue 2)     Shift Allowance become prorate if the Action (Info type 0000)  in the same month have changes. (Depand the action type)
    Actions are
    WA,WB,WC,WD,WE,WF,WG,WH,WI,WJ,WK,WL,WM,WN,WO,WP
    XO,X1,X2,X3,X4,X5,X6,X7,X8,X9.
    XA,XB,XC,XD,XE,XF,XG,XH,XI,XJ,XK,XL,XM,XN,XP,XQ,XR,XS,XT,XW,XX,XY,XZ.
    Y0,Y1,Y2,Y3,Y4,Y5,Y6,Y7
    YA,YB,YC,YD,YE,YF,YG,YH,YI,YJ,YK,YL,YM,YN,YP,YQ,YU,YV,YW,YX,YY,YZ
    Z9,ZY
    Example
    in same month employee changed action on 20.07.2014
    Kindly help me to solve this issues  feel very happy for your help.and if you need any information about issue please let me know i will share to you.
    Thank you
    Raamarao

    Try this, it works very well for me.
    import XMonad.Hooks.ManageHelpers (composeOne, isFullscreen, isDialog, doFullFloat, doCenterFloat)
    myManageHook = composeAll. concat $
    [ [ className =? c --> doCenterFloat| c <- floats]
    , [ resource =? r --> doIgnore | r <- ignore]
    , [ resource =? "gecko" --> doF (W.shift "net") ]
    , [ isFullscreen --> doFullFloat]
    , [ isDialog --> doCenterFloat]]
    where floats = ["sdlpal", "MPlayer", "Gimp", "qemu-system-x86_64", "Gnome-typing-monitor", "Vlc", "Dia", "DDMS", "Audacious", "Wine"]
    ignore = []
    myLayout = tall ||| Mirror tall||| Full ||| tab ||| float
    where
    tall = named "Tall" $ limitWindows 4 $ minimize $ Tall 1 (3/100) (1/2)
    tab = named "Tab" simpleTabbedBottom
    float = named "Float" simpleFloat
    main = do
    myStatusBarPipe <- spawnPipe myBar
    conkyBarProc <- spawnPipe conkyBar
    trayproc <- spawnPipe myTrayer
    xmonad $ ewmh $ withUrgencyHook NoUrgencyHook $ defaultConfig {
    terminal = "urxvt"
    , manageHook = manageDocks <+> myManageHook <+> manageHook defaultConfig
    Last edited by helloworld1 (2012-08-14 05:20:56)

  • SelectOneChoice value getting reset

    Hi All,
    My page has 4 conditional selectOneChoice components.
    1.State
    2.City
    3.Area
    4.Zipcode
    I have partialtriggers for all components.When i select "State" my valueChangeListener gets called and values for "City" comes but the value for "State" selectOneChoice gets reset to "Unselected label".
    Please let me know the reason for value getting reset.
    Following is the code
    JSPX page
    <af:selectOneChoice id="compId328"
    value="#{bindings.State.inputValue}"
    label="#{messageBean['SS_UM_STATE']}"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    unselectedLabel="#{messageBean['SS_UM_STATE_SELECT']}"
    autoSubmit="true" inlineStyle="width: 125px"
    binding="#{umRegistrationIdtypeChange.stateSelecOneChoice}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngCity}" >
    <af:selectItem label="AN" value="AN"/>
    <af:selectItem label="AP" value="AP"/>
    <af:selectItem label="AR" value="AR"/>
    <af:selectItem label="AS" value="AS"/>
    <af:selectItem label="UP" value="UP"/>
    <af:selectItem label="WB" value="WB"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId333" partialTriggers="compId328"
    unselectedLabel="Select"
    inlineStyle="width: 125px"
    binding="#{umRegistrationIdtypeChange.cityselecOneChoice}"
    value="#{bindings.City.inputValue}"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    label="#{messageBean['SS_UM_CITY']}"
    autoSubmit="true"
    valueChangeListener="#{umRegistrationIdtypeChange.chngArea}">
    <f:selectItems value="#{umRegistrationIdtypeChange.returnCityList}"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId334"
    partialTriggers="compId333 compId328"
    inlineStyle="width: 125px"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    value="#{bindings.StreetAddress3.inputValue}"
    autoSubmit="true" unselectedLabel="Select"
    binding="#{umRegistrationIdtypeChange.cityareaSelecOneChoice}"
    label="#{messageBean['SS_UM_STREET_ADDR3']}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngPincode}">
    value="#{bindings.StreetAddress3.inputValue}"-->
    <f:selectItems value="#{umRegistrationIdtypeChange.returnAreaList}"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId335"
    partialTriggers="compId334 compId333 compId328"
    inlineStyle="width: 125px"
    value="#{bindings.PostalCode.inputValue}"
    autoSubmit="true"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    unselectedLabel="Select"
    label="#{messageBean['SS_UM_ZIP_CODE']}"
    binding="#{umRegistrationIdtypeChange.postalcodeSelecOneChoice}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngPostalCode}">
    <f:selectItems value="#{umRegistrationIdtypeChange.returnPincodeList}"/>
    </af:selectOneChoice>
    <af:inputText id="compId320"
    binding="#{umRegistrationIdtypeChange.houseNoInputText}"
    label="#{messageBean['TDN_UM_STREET_ADDR1']}"
    inlineStyle="width: 125px" maximumLength="100"
    required="true"
    requiredMessageDetail=" "
    value="#{bindings.StreetAddress.inputValue}"/>
    <af:inputText id="compId323"
    binding="#{umRegistrationIdtypeChange.street_addressInputText}"
    label="#{messageBean['TDN_UM_STREET_ADDR2']}"
    maximumLength="150" inlineStyle="width: 125px"
    rendered="true"
    required="true"
    requiredMessageDetail=" "
    value="#{bindings.StreetAddress2.inputValue}"/>
    Code in Bean
    public List<SelectItem> chngCity(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngCity method");
    returnCityList = new ArrayList<SelectItem>();
    String state = valueChangeEvent.getNewValue().toString();
    if (state != null) {
    List<Object> returnPickList = RegAMImpl.getCity(state);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnCityList.add(si);
    return returnCityList;
    public List<SelectItem> chngArea(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngArea method");
    returnAreaList = new ArrayList<SelectItem>();
    String city = valueChangeEvent.getNewValue().toString();
    if (city != null) {
    List<Object> returnPickList = RegAMImpl.getArea(city);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnAreaList.add(si);
    return returnAreaList;
    public List<SelectItem> chngPincode(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngPincode method");
    returnPincodeList = new ArrayList<SelectItem>();
    String area = valueChangeEvent.getNewValue().toString();
    if (area != null) {
    List<Object> returnPickList = RegAMImpl.getPincode(area);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnPincodeList.add(si);
    return returnPincodeList;
    public void chngPostalCode(ValueChangeEvent valueChangeEvent) {
    String pincode = valueChangeEvent.getNewValue().toString();
    UMPostalCodeTypeVOImpl pincodeVO = RegAMImpl.getUMPostalCodeTypeVO1();
    ViewCriteria vc = pincodeVO.createViewCriteria();
    ViewCriteriaRow vcr = vc.createViewCriteriaRow();
    vcr.setAttribute("ParentName", pincode);
    vc.insertElementAt(vcr, 0);
    pincodeVO.applyViewCriteria(vc);
    In pagedef i have also added RefreshCondition="{adfFacesContext.postback==true}" for iterators of VO's binded to selectOneChoice
    <iterator id="ContactAddressVO1Iterator" RangeSize="-1"
    Binds="Root.RegistrationAM1.ContactAddressVO1"
    DataControl="SessionAMDataControl" RefreshCondition="{adfFacesContext.postback==true}"/>
    <iterator id="RegStateTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.RegStateTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMCityTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMCityTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMCityAreaTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMCityAreaTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMPostalCodeTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMPostalCodeTypeVO1"
    DataControl="SessionAMDataControl"/>
    Regards,
    Himanshu

    Please read the FAQ http://forums.oracle.com/forums/help.jspa and format your code, as it is unreadable.
    Next you need to supply more information about your environment like jdev version and technology stack you are using.
    Timo

  • How do I get rid of 100's of duplicate PLAYLISTS?

    How do I get rid of 100's of duplicate PLAYLISTS?

    Have you subscribed to iTunes Match? There is a bug that can sometimes create hundreds of duplicate empty playlists. I've two scripts which might help you clean up: KillEmptyPlaylists and KillTopLevelPlaylists. This post describes a technique for resetting iTunes Match to stop it happening again.
    tt2

  • Time & Labor: EARLIEST_CHGDT not always getting reset when timesheet is upd

    We recently installed Time & Labor version 9.0 and we're seeing intermittent problems with corrected timesheets. Most of the time when an employee submits a timesheet - new or updated - it resets the EARLIEST_CHGDT on TL_TR_STATUS back to the beginning of the week for which the change was made. That sets the timesheet so that it's picked up by Time Admin and new Payable Time is created.
    However, we have had some employees make changes and the EARLIEST_CHGDT does not get reset, so they do not go through Time Admin and their payable time does not match their reported time.
    Has anyone else experienced this problem with EARLIEST_CHGDT not getting reset? There doesn't seem to be any pattern - some are Elapsed reporters, some are Punch. Sometimes it's when a day is added, somethimes it's when a day is changed. But it doesn't happen every time.
    Any help would be appreciated!

    Update:
    I tried doing a Full Restore and Setting up as a New Phone instead of restoring from my backup incase there was a problem with my backups too.
    Unfortunately it still didn't work.
    The more I try to fix this, the more I think it's a problem with the iMessage servers. Seemingly with my iCloud account.

  • Download gets stuck at 100% ?

    Hello,
    I bought a monthly subscription to After effects -I had the trial version- and I started downloading it. Everything is fine, just that the download does not finish and gets stuck at 100%. While I try to open the program in Finder, it opens a window saying the trial version has expired and that I have to buy the licence.
    Thanks you so much for your answers.

    Yes, I have. I first logged in onto Creative cloud and then clicked the install button right next to the After effects icon. It started fine, then at 90%the download speed became lower and lower. I have already tried to cancel the download and reset Creative cloud (and the download of course) but it is the same outcome.
    FYI : I have already been sent the email from Creative cloud saying they received the payment

  • 3rd party signature handler set in Adobe Acrobat 9 Professional Extended gets reset

    Hi All,
    I have got a 3rd party digital signature creating plug-in i.e. MySign . I have set it inside 'Preference > Security > Advanced Preferences > Creation > Default Method to Use when Signing and Encrypting Documents' > MySign. If I restart Adobe Acrobat that setting is lost and the Adobe Default Security handler is then used.
    I don't want to set handler manually every time I restart Adobe Acrobat. I have figured out that Adobe Acrobat is creating a registry entry named aPrivKey against that inside cHandlers BUT it gets removed on Adobe restart if I set MySign as the handler in the first place.
    Similarly I want the same handler to verify signatures. For that I have set 'Preferences > Security > Advanced Preferences > Verification > Always use the default method (overrides the document-specified method)' along with the name of handler i.e MySign but on restart of Adobe, this is also gets reset.
    Any idea how to set my handler as default to sign & verify without getting it reset?
    Regards,
    Wahaj

    Hi All,
    I checked with Adobe X and this issue is not present there.
    Regards,
    Wahaj

  • How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

    How can i get more than 100 email in Mail? I can only see the latest 100. I have an hotmail account and it worked at my other mac.

  • Parameter gets reset and Multi-value parameter doesn't work

    Hi
    Two Issues:
    I've set the value of a Date parameter (Start Date) when moving from the home screen (Report 1) to the next screen (Report 2) as the first day of the current year (DateSerial(Year(Today),1,1). In report 2, if I try to change the Start Date to another date,
    it gets reset to the first day of the year. I had the default value set as the first day of the year and even after removing it, the Start Date gets reset.
    I've set a multi-value parameter (Area) in Report 1 that collects four integers. I pass Area to Report 2 (through Join (Parameters!Area.value,",")). I also used SPLIT (Join (Parameters!Area.value,","),",") to get the value.
    Then, in the data set, I call this parameter as "Select A1,A2,A3,B1,B2,B3 FROM TEST_VIEW WHERE ID IN (?)". But this query throws an error that the query could not be executed. I ran the same query on the server side and it runs fine.
    Note:
    We cannot reference parameter names as @area for example because the Composite Server doesn't allow that.
    Split and Join operate on strings but my parameters are of integer type. Is this an issue?
    Please help.

    1. Are setting an expression for available values of parameter in report 2? Is the value you pass a valid among the set of values?
    2. IN wont work with comma separated values. You need to parse the individual values out using a string parsing udf as a table and then join to that
    so in your case you would be like
    Select A1,A2,A3,B1,B2,B3 FROM TEST_VIEW t
    INNER JOIN dbo.ParseValues (@Area,',')f
    ON t.ID = f.Val
    ParseValues UDF can be found in below link
    http://visakhm.blogspot.in/2010/02/parsing-delimited-string.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Trackpad - tap to click gets reset on laptop restart

    I have set my trackpad setting to "tap to Click" but it gets reset every time I restart my macbook pro. Could you please help me overcome this problem!?

    Tap to click has to be enabled separately in your Windows partition. I'm assuming you've installed all the Boot Camp drivers - in which case you need to navigate to the bottom right of your task bar and press the little arrow to reveal all of your background services. You should see the Boot Camp logo. Double click on it (or if that fails, right click on it and open the Preferences menu) and you should see some tabs such as 'Startup Disk', 'Keyboard' etc. Navigate to the one called 'Trackpad' and you should find a checkbox for the tap to click option.

  • Keyboard "use F-keys as standard function keys" setting gets reset on system restart

    Hi all,
    I have set in system preferences -> keyboard to "use f1, f2 etc. keys as standard function keys" or rather I want to keep this setting set but unfortunately this gets reset on each restart-
    I'm wondering what happened, this used to work initially with Lion. I may have set somewhere something that resets this on each start but I have no clue what that might be.
    Machine iMac mid 2011, keyboard Apple alu keyboard with cable (pre-Lion layout).

    Thanks BDAqua...sure looked like the function had disappeared over time and appreciate the confirmaion. Hard to understand why a function like that would be taken away. The program I run uses function keys f3,f7,f11 and f23(shifted f11) and I have all working okay by turning them off in keyboard and mouse menus. The f23 is causing issued in that when I use shifted f11 the screen scrolls upward instead of passing along the f23 function. Looks like I will have to work around this since the operating system will not allow the function keys to just work "standard"...thanks by the way for the welcome...!!

  • Xsl:param or xsl:variable gets reset.

    Hi, I'm trying to keep a counter using a top level variable in xsl.
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:variable name="rownumber">1</xsl:variable>
    And every time my xsl calls a specific template, i want to keep a counter.
    <xsl:template match="row">
    <xsl:variable name="rownumber">     
    <xsl:number value="$rownumber+1"/>     
    </xsl:variable>     
    <xsl:variable value="$rownumber"/>
    </xsl:template>
    However, my variable $rownumber always gets reset to the default value of "1" everytime the template is called and returns a value of "2".
    Is there a work around for this? Is there a way to keep a counter in xsl? Can top level variable change?
    I don't want to count the nodes either....
    Thanks in advanced,
    jon

    You can't do that. Variables can't change. And there is no "workaround", as you put it. XSLT is not that kind of programming language. If you want to count something, you need to figure out an expression that looks at the incoming XML and determines the answer. This is often surprisingly easy once you stop writing programs that assume that statements are executed one after the other. For example, in your case it appears that you just want to count the number of "row" elements in the document. The XPath expression for that is "count(//row)". Or perhaps you want to count the number of "row" elements below the current node; that's "count(row)".

  • Why does my Share Name ID get reset every month?

    With my personal account, I prefer to be identified on the receiving end as "WIRELESS CALLER".  I can change this on my account.  However, once a month my Share Name ID gets reset back to my account name.  After updating this one a month for the last four months, I realize the problem is not on my end. 
    Verizon, what's up?
    Thanks.

    Hello, and thank you for responding.  I really appreciate it. 
    The steps you specified are exactly what I have been doing, yet the account resets back to my name.  To get it change back to WIRELESS CALLER takes the following steps and 48+ hours. 
    1) Once my account has been reset back to my first and last name, the Share Name ID screen shows no specific radio button being selected, yet shows the message:
    Your name is currently displayed as "WIRELESS CALLER" on Caller ID enabled devices.
    2) I select the middle radio button, my actual name (using your example) and click submit. 
    3) Wait 24 hours.
    4) I return to the Share Name ID screen and select the WIRELESS CALLER radio button, then click submit.
    5) Wait 24 hours.
    A caller ID device now shows my name as WIRELESS CALLER. 
    The indeterminate radio button and incorrect text in step 1 is the key. 
    Thank you.

  • [svn:osmf:] 10085: Fixing video width and height getting reset when there' s no true dimensional change reported by 'onMetaData'.

    Revision: 10085
    Author:   [email protected]
    Date:     2009-09-09 07:39:54 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Fixing video width and height getting reset when there's no true dimensional change reported by 'onMetaData'.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/video/VideoElement.as

    hi their i have tried your last code but their is a problem with it on my pc that when i click the send video button it gives the error related to vector,
    Vector deviceList = CaptureDeviceManager.getDeviceList()
    di = (CaptureDeviceInfo)deviceList.firstElement();
    returns zero.
    please help my email address is [email protected]
    kindly send me an email regarding the solution of my problem. i am using 'creative web cam' over XP windows.

  • How can I permanently save my customized toolbars and navigation button settings? When I run Norton Utilities CleanUp, Firefox gets reset to 'factory'.

    I like to clean things out on a regular basis but when I run the Norton Clean-up utility all of my custom toolbar and navigation button settings get reset to 'factory' condition. How can I permanently save these changes to my config or preference settings?

    Cookies, Completed Forms, .tmp files are all that's set to be cleared. If I can identify the appropriate elements I can protect them from deletion. Does anyone know?

Maybe you are looking for

  • Notification settings not being saved

    Anyone else having the trouble that the notification settings are being reset everytime you log-in or restart? Furthermore, login items are not respecting the 'hide' option.

  • I often lose my connection when playing bridge on Bridge Base on Line

    I often lose my connection when playing bridge on Bridge Base on Line == URL of affected sites == http://www.bridgebase.com

  • Use Querystring to define result source for searching

    I am migrating a site from SP2010 to SP2013. One of page contain a search result webpart. By define the querystring like this: SearchResult.aspx?k=Scope:Hotnews It will return only the defined scope results. However, SP2013 no longer provide Scope. C

  • ... changes revert ...

    Hello everyone, MacPro 3.1, Intel Quad-Core Xeon, MAC OS X Leopard 10.5.4, 4 GB RAM, CS3. We create our magazine (Veritas) in CS3; print; and proofread. We indicate changes; make the changes; save the changes; and print. Changes to images always work

  • AC3 5.1 onto DVD?

    Gday I have some AC3 5.1 files which I'd like to be able to play using my Philips 736k DVD Player. Problem is not even Quicktime/iMovie/iDVD etc will play the sounds... VLC is the only program I have that plays them, but it of course wont make a DVD