Sick Quota validity/ded. issue

Hello,
Can you guys please help me with this issue..
we have only one sick quota and , and its validity periods are set as year to year (validity beginning of year and deduction as end of year)..
but, we have 2 rules for new hires... for one group.. they should get quota on hire date valid thru end of year.. and for other group the quota should start after 3 months of service to end of the year. all other people with more than 1.5 yrs of service will have the quota validity and deduction dates from beginning of the year.
so how to have different validity/ded periods of one quota type..
Annmarie.

here
we can divide it into three parts
for nornal hireing period if u want to generate the quota
>u can check the Pro rata option in the accural period
for the second one
Run the Programme RPTQTA00 once only when he comepletes the 3 months of service
for the last one also we can do same as manually
if this is not possible thru standrad the only option is to change the code of RPTQTA00
but check above options once

Similar Messages

  • Validation for issue for production not working

    hi all,
    i have designed database validation for issue for production  .
    by default SAP gives error  if instock is less than the quantity to be issued.
    My Clients requierment is whlie issuing item for production, row level item quantity should not be greater than the instock of a warehouse selected for that item in row level.
    while in case of sap default validation it considers all the instock of item from all the warehouse and i want to consider only those stock  of warehouse whih is selected for the item at row level.
    my validation is as follows but it gives error for all cases.
    IF @transaction_type in ('A','U') AND @object_type = '60'
    BEGIN
    declare @line as numeric(4)
    declare @dline as numeric(4)
    declare @ritem as nvarchar(50)
    declare @bref as nvarchar(50)
    select @bref= T1.[BaseRef] from OIge T0 left outer JOIN
    Ige1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join oitm t2 on t2.itemcode=t1.itemcode
    left outer join  OITW T3 on t3.whscode=t1.whscode and t3.itemcode = t1.itemcode
    where T1.docentry=@list_of_cols_val_tab_del
    set @dline=0
    select @line= isnull(max(t1.linenum),0)
    from OIge T0 left outer JOIN
    Ige1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join oitm t2 on t2.itemcode=t1.itemcode
    left outer join  OITW T3 on t3.whscode=t1.whscode and t3.itemcode = t1.itemcode
    where t1.docentry= @list_of_cols_val_tab_del
    while @dline<=@line
    begin
    select @ritem= t1.itemcode from OIge T0 left outer JOIN Ige1 T1 ON
    T0.DocEntry = T1.DocEntry
    left outer join oitm t2 on t2.itemcode=t1.itemcode
    left outer join OITW T3 on t3.whscode=t1.whscode and t3.itemcode = t1.itemcode
    where T0.DocEntry = @list_of_cols_val_tab_del and
    t1.linenum=@dline
    if exists (SELECT T0.DocEntry
    from OIge T0 left outer JOIN Ige1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join oitm t2 on t2.itemcode=t1.itemcode
    left outer join OITW T3 on t3.whscode=t1.whscode and t3.itemcode = t1.itemcode
    where T0.DocEntry = @list_of_cols_val_tab_del and
    t1.linenum=@dline and t1.itemcode in (@ritem) and t3.onhand < t1.quantity )
    BEGIN
    SELECT @Error = 1, @error_message = 'less quantity'
    END
    set @dline=isnull(@dline,0)+1
    set @ritem=' '
    end
    END
    pls suggest solution...

    Iu2019m sorry. The error was that the tables contain the data after the transaction. So try this:
    IF @object_type = '60' and @transaction_type= 'A'
    and (Select top 1 j.BaseType from IGE1 j
          Where j.DocEntry = @list_of_cols_val_tab_del)=202
    BEGIN
    if exists
    (Select i.DocEntry from IGE1 i
       Where i.DocEntry = @list_of_cols_val_tab_del
        and (select w.OnHand from OITW w
            where w.ItemCode=i.ItemCode and w.WhsCode=i.WhsCode)<0 )
    Begin
    set @error =1
    set @error_message = 'Less quantity in the warehouse !'
    End
    END

  • Not a Valid Month Issue

    Hi,
    When i execute an insert statement i get ORA-01843 not a valid month error.
    below is the SQL i try to execute in SQLPlus;
    Insert into IKD$TA_L_FACHL_SCHRITT (FACHL_SCHRITT_ID, FACHL_SCHRITT_TEXT, VALID_FROM, VALID_TO) values (1,'LOAD_STG_TMD_ZUSATZDATEN' ,'19.08.2008','31.12.9999');
    However if i execute the same in Oracle SQL developer it is working fine. Can someone please suggest what could be the reason for error in SQL PLUS ?
    I suspect this to be the NLS_DATE_FORMAT setting issue, please correct if im wrong.
    Thanks

    Hi,
    Never use a VARCHAR2 where a DATE is needed.
    Use TO_DATE (with 2 arguments) to convert a VARCHAR2 to a DATE when necessary.
    For example:
    Insert into IKD$TA_L_FACHL_SCHRITT
           ( FACHL_SCHRITT_ID, FACHL_SCHRITT_TEXT,             VALID_FROM,              VALID_TO)
    values ( 1,             'LOAD_STG_TMD_ZUSATZDATEN' , TO_DATE ( '19.08.2008'
                                                             , 'DD.MM.YYYY'), TO_DATE ( '31.12.9999'
                                                               , 'DD.MM.YYYY)
           );The problem with implicit conversions is that they don't necessarily use the format you want them to.
    Always use an explicit conversion function, and specify the format.

  • DMS Document Validity date issue.

    Hello All,
    I have an issue in DMS Valid from Date & Valid to date as below.
    In our Document type when our document status is set to OB i.e. obsolete, in front of the status, system is showing two dates like 22.01.2014 to 31.12.9999.
    We are not using change number functionality in this document type. But still system is showing two dates. When document is in RE i.e Release status system is showing 22.01.2104... date in front of the status.
    Could you please let us know why it is showing two dates in front of document status.
    Thanks

    Hi,
    from my point of view I can inform you that these dates are validity dates for the document. Normally these dates are filled when the document is released to show which version of the document is valid or was valid in a specific period.
    By using menu "Extras" >> "Versions". Here a list of all versions should be displayed and the columns "Valid From" and "Valid to" should show the validity dates.
    Normally these date values are only filled when the status has set the "release" flag in transaction DC10.
    Best regards,
    Christoph

  • Mailbox quota and Blackberry issue

    Hello all,
    I am not sure if this is the appropriate place to post this but I think it's either Post office or SOAP issue.
    I have a Blackberry User that ran out of space 1 week ago and cleaned up her mailbox. She is able to send emails out of her mailbox fine but not from the Blackberry device. Error is Send Failed and the Messaging Agent logs claim that SOAP returned response "Attempt to add/modify past disk space limit".
    Why is GroupWise reporting this to Blackberry via SOAP when she has space? I ran all repairs and update user total on account using local GWCheck. I thought that maybe given a day the servers would recheck and be ok in the morning, but she still can't send.
    Yesterday she had 2.7 gbs used and 3gb quota. I uped the quota to 4gbs and ran the repairs. But for some reason SOAP is still sending out this response.
    My thoughts are maybe "Enable Caching" being enabled on Post Office is causing some update issue? Or I need to restart the Post Office? To clear something up that old SOAP is finding for the user. Any thoughts?

    I read the documentation for "Delete Event Configuration".
    It sounds like I would do this as a cleanup if removing a user. So I would have to setup the user again on the Blackberry Server. Unfortunately, the User is on vacation and trying to send emails and would like it fixed.
    I also have a few more users I can try somethings with. But I would rather restart the PO or restart services on BES to fix issue. Users want everything fixed remotely without bringing their devices back.
    Please let me know if my understanding is correct and if there are any other ideas. Thank you.
    Originally Posted by isoni
    I did remove the Blackberry user, then deleted Events from HTTP poa webpage. So to "whack" the SOAP connection, to I "Delete Event Configuation"?
    Thanks for your feedback. Sounds promising...

  • Unable to create BOMMAT IDOCs due to validity date issue

    Hello everyone,   (Posted in SAP-PP forum as well)
    I am having a unique issue with our Bills of Materials. After they are created and set to active, they have validity dates that go from 2001 to 9999. When I go to BD30 to distribute the BOM to the external systems I am getting the following error message:
    No bill of material exists on 08/25/2009 for 2557B27H02/FBLR/1/01
    Message no. BOM014
    Diagnosis
    You want to distribute BOM 2557B27H02/FBLR/1/01 via ALE. However, the BOM is invalid on 08/25/2009.
    System Response
    The system does not distribute the BOM.
    Procedure
    Check the BOM's validity.
    If you want to distribute all BOMs with the change status for another key date, enter another valid-from date on the initial screen.
    If you only want to distribute a certain BOM with the change status for another key date, enter another valid-from date or a change number on the selection screen.
    We get this for any BOM in this system.
    This is our QA environment and do not have this problem in our Development system. BD30 finds the BOM we specified but claims it is invalid on that date.
    We are trying to figure out if there is another status or approval step that I am missing here.
    SAP v4.7 level 19
    Thanks and points awarded for helpful answers!
    John

    Hi John
    Check you Material & Bill of Material in Table:  MAST & STKO whether they are valid or not .. Check valid from date in Bill of material
    Ramesh

  • Validity date issue: Access Enforcer

    Hi All,
    There is a request in Access Enforcer wherein there are total 4 stages of approval, the first 2 stages have been properly approved however when the same arrived to the 3rd stage of approval, the validity date for the request was over and therefore the approvers tried to extend the same, but the "more" tab is not appearing and therefore the approvers are not able to approve the request by extensing the validity date.
    Can you please help with this issue?
    Thanks
    Vani

    Vani,
      Go to the stage level settings for this particular stage via configuration -> workflow -> stage. Change the option of 'Change request content' to 'Yes' and the approver in this stage should be able to change the vailidity dates.
    Regards,
    Alpesh

  • FDM validation report issue

    Hi,
    I am working on validation reports in FDM.
    My logic works fine and I see result by all Entities in Validation report.
    I need to see result by other dimension in validation report other than Entity dimension in FDM.
    Can you let me know how can we achieve this.
    Thanks in advance

    Hi,
    Thanks for the reply, I have placed the dimensions in the rule.. But when I see the report, it is getting displayed for every entity in the file that is processed in FDM.
    But I want my report to have data for each Product dimension instead of Entity ie. sum by each product
    Thanks in advance

  • Jquery Date Picker Validation - format issue

    Hi ,
    I am using 2 text items with Jquery dateicker for start date and end date items.
    I have to now write a JS validation to ensure start date <= end date.
    The dateformat of my items are 'd-M-yy' (02-Mar-2010) .....
    When I try to use the Date.parse() function , it gives me an invalid date error....
    If I change the date format to mm/dd/yy (03/02/2010) then there is no problem, I can use Date.parse() and compare the two dates, I get no error . However I need the date format to be : 02-Mar-2010
    Below is a simple version of the JS function Iam using to compare dates and alert error
    function f_validate()
    var a = $v('P1_START_DATE');
    var b = $v('P1_END_DATE');
    var startDate = new Date();
    var endDate = new Date();
    startDate = Date.parse(a);
    endDate = Date.parse(b);
    // if I alert() startDate or endDate it says invalid date
    if (startDate>endDate){
    alert('error');
    else
    doSubmit();
    } Has anybody done a similar validation with Jquery datepickers in the format 'd-M-yy' ?
    Also how Can I use $.datepicker.parseDate function within my Javascript function so that I can convert the dates to the default format and then compare them....
    Appreciate any ideas/pointers
    Thanks,
    Dippy
    Edited by: Dippy on Mar 2, 2010 12:42 AM

    I've used the following without problems:
       var gasDay = $v('P0_GAS_DAY');
       var gasDayDate = new Date();
       gasDayDate = $.datepicker.parseDate('dd-M-yy', gasDay,
          monthNamesShort : ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']
       );

  • Sick of 4 LTE issues. No resolution..

    Live in southeast. This issue with 4 LTE has been going on for
    several months. CS simply states there are issues with the network and they are
    being addressed, but that’s all I get. 4 LTE phones simply 'drop' the data
    network, no 4G, doesn’t even drop to 3G, just drops and the little icon
    disappears or you get 'network not available' on the phone. I have traveled as
    far as 150 miles away with same issues. I have 4 LTE phones. Diff models.. They
    all do it. Mine probably drops 15-20 times a day. I have talked with 4 fellow
    VZW customers, various models, they complain about it also. Signal strength seems to make no
    diff. Try to book a plane, hotel room, pay a bill, whatever... The stupid
    connections drops out frequently during the process. I have had 3 occasions
    where I was doubled charged because the connection dropped out, I refreshed the
    page when the connection came back up, and got charged again... This is ridiculous.
    My kids even gripe about theirs. I have even taken photos of mine dropping out
    ( from 4bars to icon disappear) to VZ and all they say is they’re working on it
    (employees say theirs does it too, that 'Its the network'.. Anyone have anymore
    info on this??
    Thanks

    Thanks for the response. Yes, it was probably stupid to refresh the page, sometimes its not a page but a mobile app. I actually one time hit the pay button when it dropped out. Nothing happened, No error, no message.. so I hit again when the icon came back. What was funny is I was paying VZ with their mobile account app. They promptly refunded my money.. I live around the Montgomery AL area and have seen this problem east to Lagrange, Ga ( and a little further) and north to Birmingham. Have not tried west of Montgomery. Whats weird is the problem does not occur when I travel south to the gulf area. A couple of weeks ago I went to Panama City, FL and had NO dropouts for an entire week, when I drove back north it started happening again.  My wife went to Mobile, AL and had no dropouts for 4 days. Hard to explain. THats why I figure its not a phone issue..
    Thanks

  • SM30: "Enter a Valid Value" Issue?

    When I do an SM30 to maintain a table, the cursor jumps to a field, a yes or no field, and says enter a valid value. When I cjheck the possible values for this it is N or Y, exactly like is in the field? I am not sure what SAP is giving me the message for.
    Thank-You.

    How is the yes/no field declared in the table?  Typically a yes/no or true/false field is set as a "X" for true or yes, " " for false or no.

  • Mail quota and server issue

    I keep getting one of two messages all of a sudden.
    Connection Failed
    There maybe a problem with the mail server or network. Check the settings for account "*%[email protected]" or try again.
    The server error encountered was: The connection to the server "mail.mac.com" on port 993 timed out.
    Or I get a message saying that I am at 99% of mail quota. What do either of these mean?

    I was aware that you have a .Mac account based on the information you provided in your original post.
    My question was/is, how are you accessing your .Mac account with the Mail application on your Mac - the account type - .Mac, IMAP or POP?
    The default account type for a .Mac account with the Mail application is a .Mac type account which is really an IMAP account and behaves in the same way.
    You can access a .Mac account as a .Mac type, IMAP or POP account with the Mail application and as an IMAP or POP account with another email client such as the Mail application on your Mac or on a Windows PC.
    Very few (no others that I'm aware of) email account providers include/support such a choice of account types. The majority support a single account type - IMAP or POP with POP being the most common.
    With a POP account, you have the option to remove messages from the server when downloaded by an email client such as the Mail application. There is no such option when accessing an IMAP account with an email client such as Mail. A .Mac type account or IMAP account received messages remain on the server until deleted from the account's Inbox mailbox or moved from the account's Inbox mailbox to a mailbox stored locally on your hard drive. Transferring a message from a server stored mailbox to a user created "On My Mac" location mailbox with Mail (which is stored locally on your hard drive) saves the transferred message locally on your hard drive and removes the message from the server at the same time.
    The same doesn't apply to a POP account which is the reason for my question regarding the account type.
    Go to Mail > Preferences > Accounts and under the Account Information tab for your .Mac account preferences will show the account type at the top.
    You can raise the amount of server storage space allocated for email messages or remove messages from the server to get rid if the error message and back under your server storage limit.

  • Validating identity issues

    I have new WRT54G2 router and have a Dell Lattitude D620, PS3, Blackbery Bold and iPhone wirelessly connected.  I have not been able to connect via another Dell Lattitude D610 and a Sony VAIO.  The error i get when trying to connect is "Validating Identity"?  Both machines are running XP and WEP key has been keyed in correctly on both, but they wont connect??? any help is appreciated

    Click on the Start button >>> Control Panel >>> Network Connections- Here right click on the "Wireless Network Connection" icon and select Properties- Click on the 'Authentication' tab- Uncheck "Enable network access control using IEEE 802.1x" and click on Ok.

  • Sick of all these issues- need GOOD update NOW!

    okay. since the 4.06 update, my phone has constant low storage space (which we all now by now IS NOT the case) and today, we've gotten a new message to add: "please make at least 512 kb free space to recieve messages"....
    please don't ask if i have enough space- i have an sd card with plenty of room, and there is plenty of internal phone space as well phone memory space.  not trying to be rude, just we all know that this issue is a continous problem on this phone.
    i tried the trick someone mentioned where we set the date of our phone ahead one month-  and then it wants to update to the 4.08 update. 
    i did that multiple times-  it appears to download 4.08, but NEVER gets through the actual "restart & reboot" process.  no matter what.  resetting the phone.  taking battery in & out.  removing sd card.  nothing will get this phone to actually INSTALL the updated software.
    this phone is slower than molasses.  it errors constantly.  closes down apps all the time.  has a delay that makes me want to hurt something.
    can someone PLEASE tell me how the hell to fix this phone?  or IS there a fix?  is this an android issue?  a verizon issue?  or an htc issue?????
    yes, i want someone to blame.  i'm a woman afterall. lol

    okay- so... if you go to settings, about phone and click software- if your version is the 4.06, it's NOT up to date (even if your phone says it is)....
    there is a 4.08 version that a lot of us have been trying and trying and trying to get to upload. 
    i have literally done EVERYTHING listed in these and other forums (including the reboot, the setting the date forward one month to one year) except what i finally did today-  and it not only uploaded the 4.08 software, but it INSTALLED it as well (which was the main problem to being with. i could download the update, but it would either get stuck on the install/reboot page and never move from there, or the ONE time it actually did shut the phone down and restart, it said i didn't have enough space to install the update)!  woo hoo!!!!
    i looked at all of my downloaded apps, and then sorted them by size.  i uninstalled the 8 biggest applications (twitter, facebook, movies, slacker, maps, i heart radio, etc) and then i restarted my phone.  eventually, it downloaded the 4.08 update and i got the "install now" "install later" button... i hit install now and it really did reboot my phone!  it also installed it.  it took a bit of time, but it was doing things it had never done the past couple of weeks!  so i knew it was actually working!  woooo hooo!!!!
    i reinstalled all of my uninstalled applications and they're fine.  plenty of room on the phone, no issues there *knock on wood*.
    and then all at once, i sat back and listened to 38 text messages come in (i stopped getting texts at some point thursday night)....
    the low space icon is GONE!  there is a new space thing in the settings- sd card & phone-  called data settings (the one everyone keeps talking about that has virtually no memory/space)...
    the only issue that i can see as of now-  is that all of my photo's have disappeared.  the ones on the phone as well as the sd card.  my photo album shows 0 pictures.
    and so yeah... to everyone, i recommend uninstalling some applications and then trying to get the new 4.08 to download and install.  if your phone gets stuck and never reboots-  download a few more apps.  that is what i did until it freaking worked. 
    good luck. 
    now off to find my freaking pictures!

  • Validation Exit Issue

    Dear All ,
    1. I am using a user exit  program (ZRGGBS000 copied from RGGBS000)
    2. I created a validation in which
    prerequisite------> true 
    check----
    >U100 (in the exit I im returning the value of B_RESULT as F)
    After all these steps my exit is not getting called during the validation.
    Can anyone please help me with the same?

    solved by self

Maybe you are looking for

  • How to open filmstrip in camera raw 7.3

    I am unable to open filmstrip in camera raw 7.3, using photoshop CS6 and macbookoro/retina screen. help katy

  • Internal speaker and car kit

    I am connecting my iPod 5 to the car stereo via a Belkin Tunecast transmitter. Sometimes it will work fine but at other times all I can get is the internal speaker on the iPod. Changing volume makes no difference. This always happens if I have to sto

  • Web services and ADF 11g- get Result from backing bean

    I'm executing an action from backing bean (call Web service that returns complex data types) BindingContainer bindings = getBindings(); OperationBinding operationBinding = bindings.getOperationBinding("unesiPonudu"); Object result = operationBinding.

  • Fonts & Images

    Hello, Does anyone know how to embed fonts into a vi, I have noticed that the font will change if the system dosent have that font and at times makes the front panel so cluttered its not usable. My second question is does anyone know how to place a g

  • Skype error while loading shared libraries: libasound.so.2

    Hi: I have 64bits system, and I get this error when running skype. Changing symbolic link libasound.so.2 to lib32/libasound.so.2 skype works but rest of apps crash audio:-) Logic. I have installed skye from multilib and:     * lib32-alsa-lib     * li