To generate quota only for disabled employees

Hi All,
i have one requirement here. i need to generate quota for challeneged employees. but there is no separate ESG for time quota to identify challeneged employees.
i created challeneged groups in challenge infotype 0004. ans assigned this challenged group in genaration rule for quota types. but it is showing quota for all employees in time evaluation , It is not picking up the information from IT 0004.
i want to resrtict quota for all employees. it should display challenged quota only for challenged employees, when i assign challenge group in generation rule for quota types.
can anybody provide me the solution for this. it isd urgent. rewards will be given.
Regards
Vani

Hai..
Check Infotype 82.. Special Absences..
Special Absence Data
Additional Absence Data
Define Types of Additional Absence Data
Create Workers' Compensation
Define Events for Absence Data
Link Absences to Additional Absence Data

Similar Messages

  • How to generate BP number for the employee (ECC to CRM) ...

    Hi all,
    can any one give solution for ,how to generate BP number for the employee from ECC to CRM other than active status,as i downloaded employee data from ECC to CRM through ALE/IDOC,as only active employment status employees are got BP number generated,remaining also transfered to CRM but BP number is not generated for those employees,these employee records i can able to see in the HRP5580- HRP5587 tables.
    thanks in advance.
    vamshi.
    Message was edited by:
            vamshidher rao

    Hi,
    Or are you looking for this:
    SELECT serial_number, paaf.assignment_number
    FROM pay_assignment_actions paa, per_all_assignments_f paaf
    WHERE action_status = 'C'
    AND paaf.assignment_id = paa.assignment_id
    AND serial_number IS NOT NULL
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date;
    - Viky
    Edited by: Viky on Dec 17, 2010 11:42 AM

  • Weblogic Access Logs not getting generated / updated only for Admin server

    Hi All,
    I have a query ,
    We recently noticed that the weblogic access logs for our admin server are not getting generated.
    However we checked that the access logs are getting generated for the managed servers that we have.
    There is not much difference between the logging settings between the admin and the managed servers.
    We thought that there might be some problem with the buffering and that the data might not be written to the files immediately.
    So after researching we found the parameter "-Dweblogic.logging.bufferSizeKB=0" and added that to the java options however it did not make any difference.
    Also we tried modifying the config script as ,
    <server>
    <web-server>
    <web-server-log>
    <buffer-size-kb>0</buffer-size-kb>
    </web-server-log>
    </web-server>
    </server>
    However no luck .....
    We are using weblogic 9.2 MP3 and think there might be some bug with this version , however its hard to believe that the logs are generated and updated for managed servers and not for the admin servers.
    The only thing we notice in the access logs of the admin server is 404 errors.
    Any suggestions ?
    Regards,
    Stacey.

    This has come up recently here:
    access log not writing to disk in a timely fashion
    I didn't find that buffer-size-kb capability in the docs in 9.2. I recommend checking with support.

  • SSF_OPEN generating spool only for LOCL Device

    Hello all,
    I am using SSF_OPEN and SSF_CLOSE function module and in between i am calling two function modules.
    I have to generate a spool request for the smartform output (No preview) with the output device mentioned through selection-parameter.
    The problem i am getting is , the spool is always generating for device 'LOCL' , no matter what device i give in the selction parameter.
    Please help me solve this issue.
    Here is the code snippet i have used:
      lw_control-no_open   = 'X'.
      lw_control-no_close  = 'X'.
        lw_control-no_dialog = 'X'.
        lw_option-tdnewid   = 'X'.
        lw_option-tdimmed   = 'X'.
        lw_option-tddest    = p_ldest.
        lw_option-tddelete  = space.            "Delete After Printing
    *Opens an internal session of smartform,
    * call all smartforms in this sessions
      CALL FUNCTION 'SSF_OPEN'
        EXPORTING
          control_parameters = lw_control
          output_options     = lw_option
        IMPORTING
          job_output_options = lw_job_output
        EXCEPTIONS
          exceptions
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
    What are the parameters to be passed to the  smartform? is it sufficient if passed control parameters here only on SSF_OPEN Fm ?
    Regards,
    Giri

    Kindly use in this way to generate spool as per your required output device
    data : tspoolid1 type ssfcrespd,
            tspoolid2 type ssfcrescl,
            tspoolid3 type ssfcresop,
            spool type ssfcrescl-spoolids,
            control_parameters type ssfctrlop,
            output_options     type ssfcompop.
      output_options-tdnoprev = 'X'.
       output_options-tdnewid = 'X'.
       output_options-tdimmed = 'X'.
       output_options-tddelete = 'X'.
       control_parameters-no_dialog = 'X'.
        output_options-tddest = 'LP02'.
    call function fm_name
         exporting
           control_parameters   = control_parameters
           output_options       = output_options
           user_settings        = ''
           goodsmvt_header      = goodsmvt_header
           poheader             = poheader
           ch1                  = ch1
           head                 = ch2
         importing
           document_output_info = tspoolid1
           job_output_info      = tspoolid2
           job_output_options   = tspoolid3
      *   tables
    *   EXCEPTIONS
    *     FORMATTING_ERROR           = 1
    *     INTERNAL_ERROR             = 2
    *     SEND_ERROR                 = 3
    *     USER_CANCELED              = 4
    *     OTHERS                     = 5.
    if tspoolid2-spoolids is not initial.
    * To hold the value of tab index
         spool = tspoolid2-spoolids.
         read table spool into wa_spool index 1.
         concatenate 'GRN_NOTE_' v_mblnr into v_npdf.
    **  v_npdf = v_mblnr.
         submit rstxpdft4 using selection-screen '1000'
                          with spoolno eq wa_spool
                          with p_file  eq v_npdf
                          and return.
       endif.
    Many Thanks / HImanshu Gupta

  • Sitemap Generator only for storeSiteUS in CRS

    Hi, as for the Sitemap Generator ver.3.1.1, what number should we specify to generate data only for Store US ? We have set Value ID of storeSIteUS for <ROOT_QUERY> tag, which is the Dimension Value of CRS, however, data of storeSiteDE is also generated.
    We have checked CRS.dimensions.xml under /usr/local/endeca/apps/CRS/data/forge_output to check the correspondence between Dimension value and value id, and checked the dimensionValue of product.siteIdm and set the value id of storeSiteUs, and set it.
    Could you tell us what is the correct value to be set on N in <ROOT_QUERY> ?
    We have checked following guide but not clear about what id should be set:
    http://docs.oracle.com/cd/E39203_01/SMG.311/pdf/SitemapGenGuide.pdf
    http://docs.oracle.com/cd/E38682_01/MDEX.640/pdf/BasicDevGuide.pdf
    http://docs.oracle.com/cd/E35648_01/SEO.21x/pdf/URLOptimizationAPINET.pdf
    Thanks,
    Yuki

    Can you please elaborate on this
    We have set Value ID of storeSIteUS for <ROOT_QUERY> tag, which is the Dimension Value of CRS, however, data of storeSiteDE is also generated. For the defaultUrlENEQuery you have to replace N=0 with the N-id of the dimension that separates your US data from DE data.
    <property name="defaultUrlENEQuery">
    <value>N=0</value>
    </property>
    Pankaj.

  • Dynamic Payslips for multiple employees?

    Post Author: bhappy
    CA Forum: Formula
    Hi All,I need to generate pay slips for multiple employees using Crystal Reports.I can able to generate pay slip for one employee.But I can't generate pay slips for multiple employees.Can any one tell me any idea plz..............Thanks.

    Post Author: bhappy
    CA Forum: Formula
       Hi,Thanks for ur replay,Here i am not passing any
    table to crystal report.All values i am passing to formula fields bcuz
    all fields are dynamic i am not using any database field directly in my
    crystal report.All calculations i am doing in code behind (earnings and
    deductions calculations) so in code behind i will get one dataset with
    all data to generate payslips(all dynamic data for all employees) but
    formula field can hold only one value ???Any idea plz...........Thanks.

  • Error message while creating commitment for an employee using PBC

    We implemented Position and Budgeting control (PBC) in SAP ECC 6.0. While running the commitment creation against each employee using infotype 724 (Financing status), we are getting error message for few employees as below.
    Line item (20/1000000010/ 1) has not yet been approved in Accting; See long text
    Message no. HRFPM495
    Diagnosis
    The posting status of the line item has a value that does not allow further changes.
    This can be for example when the change transferred to Accounting has not yet been approved there, or the posting status has not yet been reconciled with the processing status of the document in Accounting.
    System Response
    Further changes for this document will continue to be rejected until the change transferred to Accounting has been approved.
    Procedure
    Perform the Report for Reconciling the Posting Status and the Approval Status to reconcile the status of the document with the current status of the document in Accounting.
    We executed the program RHRFPM_WF_RECON and try to post the document but the document status u201CZu201D is not changing and the amount is showing under u201CParked changeu201D field. The workflow is not active in PBC and in Fund Management. For few employees, we are able to create commitment successfully and for few employees the above error message is coming. We are not able to understand why only for few employees are happening like this.
    The relevant note for this error message is 1261042 but when we checked itu2019s already applied in the system. Now our system highest support package is SAPK-60037INSAPHRGXX (for soft ware component EA-HRGXX), SAPKE60037 (SAP-HR), SAPKGPHD37 (EA-HR). We have not implemented any EHP for ECC 6.0.
    Kindly Assist.
    Regards,
    Reddy

    Hi Reddy,
    I believe you should report this issue in HCM forum (ERP HCM Forum) there the experts will be able to help you better.
    Best Regards,
    Vanessa.

  • Travel expense/reimbursement for non-employees

    Hi,
    We are in the process of reviewing Travel Management for implementation and would like to know if we can book travel expenses or reimbursements for non-employees (example: consultants, applicants who travelled to our company for interview, etc.)
    Regards, Lupe

    No.Travel Management is only for the employees. Earlier I had a similar query and I had writteen to SAP and they said that Travel Management is strictly for the employees.

  • Overtime Calculation for California Employees

    Hi Everyone,
    My Client has 5 company codes. Here we dont differentiate the personnel areas and personnel subareas. For example these 5 company codes are namely 1000,1100,1110,1200 and 1230. So the personnel areas are also namely 1000,1100,1110,1200 and 1230. Similarly the personnel subarea are also same. The reason is the client do not want to create the structures as they dont feel to have.
    They have salaried non exempt and hourly non exempt. They are using CATS time sheet for time entry.
    They would like to capture Overtime automatically for the above category of employees if they belong to California. They can be from any company code but if they belong to california then the OT applies as
      OT is > 8 Hours/day or > 40 worked hours/week
    Double time is for > 12 hours/day
    We dont have anything thing which identifies that an employee belong to CA. what do I need to do for identifying that an employee belongs to CA and also
    Can any one let me know what to be done in TM04
    Regards,
    SAP HCM Consultant

    1. In TM04 there 2 subschema to calculate OT, analyze it and understand. Also there are couple of threads in the forum regarding the same. Check it out...I've responded few month back to someone similar query. Search with subschema name.
    COPY  TW15                  Overtime after x hours/day   
    (in this PCR if hrs are greater than IT0007 daily working hrs,  TO02 has statement COLOP 0040 this is time type for OT)
    COPY  TW30                  Overtime after 40 hours/working week
    ( in this comment out with clock times logic. In TW35, it calls TW04 PCR. In this HRS?COVERT checks if hrs is greater than value in constant OVERT (from T511K). Then if greater PCR generates OT time type COLOP 0040)
    2. After Customizing this rule for every one, the time eval will generate OT wagetype for all employees. You should understand that in Time eval you cannot query address or states from master date. And in payroll you will not have time wagetypes with dates. So you cannot implement daily OT directly in payroll.
    3. In payroll, write rule after ZLIT processing, If the CA is based on work location then read the employee's work address state from P0006 or 
    if  it is resident state then use can function P0207 to get the resident tax authority or read address infotype
    4. In this rule after reading the state, keep the OT wagetype for CA employees, for others either drop the wagetype or move the OT to regular rate wagetype...depending on the client requirement.
    Edited by: Amosha on Jan 14, 2011 10:32 AM

  • Warning: Inconsistent Arg. You cannot have Use Stack Variables set if Generate Serial Only is not set

    What does this message mean?
    "Warning: Inconsistent Arg. You cannot have Use Stack Variables set if Generate Serial Only is not set."
     Where do I set Generate Serial Only?
    Thanks,
    Derek
    Solved!
    Go to Solution.

    Hi Derek,
    Not all of the LabVIEW C Generator settings are compatible with one another. In this case, you must set Generate Serial Only (aka "Disable Parallel Execution") if you want to generate code that uses stack variables.
    Michael P
    National Instruments

  • Issue while creating Absence Quota for one employee

    Hi Friends,
    Our customer has a weird issue. When time evaluation is run, One Absence Quota type (Leave in Bank) is not getting generated for Only One Employee.
    This leave type has been updated with quota in IT 2006 after running PT60 for all other employees in the PA. The issue is only with one employee.
    This absence quota is assigned "Increase" in table V_556A_B (Permit Generation of Quotas in Time Evaluation)
    Can any one please suggest how to generate the missing quota for this employee. Thank you !!

    Hi
    Thanks for your replies !!
    Please find the screenshots attached.
    Leave in Bank Absence type which is valid for 2014 is missing in IT 2006 instead This absence quota valid upto 31.12.9999 is present.
    Current requirement is to remove the quota which is valid upto 31.12.9999 and replace the quota which is valid upto 31.12.2014.
    I have checked for some PERNRs with same EG/ESG/PA/PSA combination. They have the absence quota valid upto 31.12.2014 Only.

  • PT_QTA00 is generating repetative records for the same quota type

    PT_QTA00 is generating repetative records for the same quota type and one more thing i have already maintained 10 days of quota in 2006 and when i run for the same employee its creating one more record with 10 days again how can we restrict it in configuration

    As said earlier, you want to setup Time Constraints for It2006 which is  in table: V_T582A
    You should set the Time Constraint to 2.
    HR master data uses the following three time constraints:
    Time Constraint 1
    For the entire time that the employee works at the enterprise, exactly one valid infotype record must exist. The validity periods of the individual records must not overlap. If a new record is created, the system automatically uses the start date of the new record as the delimitation date of the old record. Gaps are only allowed between the employeeu2019s entry date and the start date of the first record.
    Time constraint 1 must be used for all of the infotypes containing information that must be available at all times. This is particularly true of personal and organizational assignment data.
    If a record is delimited because of time constraint 1, the system displays an appropriate message.
    Time Constraint 2
    No more than one valid record can exist at any one time. Records with constraint 2 must not overlap. Their existence is not obligatory. If a new record is created, the system automatically delimits the previous record, if one exists.
    If a record is delimited because of time constraint 2, the system displays an appropriate message.
    Time Constraint 3
    Any number of valid records can exist at any one time. The individual records do not conflict with each other.

  • Unable to generate XLS output for Quoting Module

    We are using XML Publisher to generate Quote report. We need the output in XLS (Excel) format but it generates only PDF.
    We debugged the following files:
    qotSCopOverview.jsp
    qotSCocPrint.jsp
    qotSCopPrint.jsp
    jtfcrmchrome.jsp
    oracle.apps.aso.print.webui.MainCO.class
    We have set DES_FORMAT to XLS instead of PDF, however it is not generating XLS but the output is PDF only.
    We would like to know the exact JAVA/JSP file which calls XML Publisher engine, so that we could directly change the FORMAT parameter.
    Kindly let us know whether it is possible to generate XLS in this way. Your help will be greatly appreciated.
    Thanking you,
    SURESH KUMAR M R

    Finally we found the solution for this problem.
    1. Open qotSCocPrint.jsp and add below line inside <SELECT id="qotOutFrmt" name="qotOutFrmt"> statement. This line should be added after "for" loop.
    <OPTION value="EXCEL">Excel Format</option>
    We can add as many options the XML Publisher supports.
    2. Decompile oracle.apps.aso.print.webui.MainCO.class (Controller).
    Change the below line
    httpservletresponse.setContentType("application/pdf");
    to
    httpservletresponse.setContentType("application/"+quoteOutputFormat.toLowerCase());
    Take a backup of the original file, compile the java in the same directory.
    3. Decompile oracle.apps.aso.print.server.PrintQuoteAMImpl.class and change this line
    Field field = class2.getDeclaredField("OUTPUT_TYPE_PDF");
    to
    String outputFormat="OUTPUT_TYPE"+as[12].trim();
    Field field = class2.getDeclaredField(outputFormat);
    Bounce Apache and generate the Quote output in desired format.

  • Absences not deducted from Absence Quota for One Employee

    Dear Friends,
    I am facing an issue for one employee, when I recorded an Annual Leave absence to him, it is not updated in his Absence quotas infotype. But this is working fine for all other employees in the same employee group/subgroup grouping.
    But for Sick Leave absence type, it is updating in his absence quota records...
    I have checked the counting rules, deduction rules, base entitlement rules and other configuration settings.......It is fine and for other employees belonging to the same grouping, it is working fine, except this employee...
    I couldn't understand what will be the reason? Can anyone shed light on this issue?
    Thanks in advance,
    Sai Narayana,
    SAP Functional Consultant.

    Hi JS,
    I am checking the absence is deducted or not from his entitlement in the infotype 2006 after running the payroll for that month......
    The employee has taken leave on last month and the payroll is also run for that month.......This Absence is not deducted from his quota......
    I have checked for another employee in this department, no error/issue with that employee.......Only with this employee I am facing problem.....
    I found -
    1. The Absence Quota balance which is present in Infotype 2006 is not the same which is displayed in Remuneration Statement ( leave balance is displayed in payslip for every employee)
    2. Annual leave is not deducted from the employee's entitlement where as sick leave is deducted. I have checked the deduction rule too for this grouping, it is right.No issues in that.
    3. Absence Quota generation also produced different results when run time evaluation thru PT60.....which is not according to the entitlement to this employee grouping that too for this employee only.
    Or Friend, can you tell me some other option, to overcome this issue.....instead of repairing this all the time.......
    Thanks,
    Sai

  • Error in generating quota for unpaid leaves

    hello gurus,
    I have 3 Absence Quotas - (1) Annual Leave    (2) Long Service Leave     (3) Sick Leave
    I have attached the same reduction rule for all 3 abs quotas
    I generated Leave without pay for a day in the month of May 2011.
    When generating quotas for May 2011 for Annual & Sick Leave its generating for 30 days but for Long Service Leave its generating for 31 days
    Any idea how the quota generation goes wrong only for Long Service Leave ??
    pls help!!
    rgds,

    0Requid :187.98
    what was this request ID...
    go to RSRQ and give the request ID and execute...it gives the load monitor...
    chk the load to which it belongs to either master or transaction...
    if it belongs to master...then try to find the object to which it was loaded...and schedule the change run for the same object....
    rgds,

Maybe you are looking for

  • Recovering Logic Studio Serial After Reformat?

    I just reformatted my macbook pro.  I did a clean wipe of the hard drive.  I went to reinstall logic studio and realized that I have lost the installing your software booklet that contains the serial number.  I have all the discs and other documentat

  • Error while creating offline cube

    Hi All, while creating offline cube in excel iam facing below issue. Microsoft OLE DB Provider for Analysis services 2005: Query(3,2) Parser:The syntax for 'DIMENSION' is incorrect could any one please let me the solution for above error Thanks in ad

  • How to catch selected text in JTable Column

    Hi there, I am learning JTable. Need help for How to get the selected text from the JTable Column which is set to be editable. for example in JTextFiled you have method on getSelectedText(), is there any method for tracking the selected text. Thanks

  • Integrate project online with other software

    Hi All, Is there any way i can read the projects list and tasks list from MS Projects Online ? Can any one point me in right direction ? i have done integration with EWS but finding difficulty with Projects online.  Any help is really appreciated. Re

  • Using unix to try and get url file from c++

    Hi, Can I use unix to try and get a url file and read it from c++?? eg given a url and filename , can I read it, from c++???