Restrict Employee From Updating a Particular Hours Type

Hi..
We have the following scenario.
1. We have 3 types of Elements defined for OTL i.e. Regular Hours , Overtime Weekend and Overtime Weekday.
2. The Regular hours are integrated with the client's time Machine.
3. Each night the regular hours are updated for each employee.
4. Now as per the client, the employee can update/add Overtime Weekend and Overtime Weekday but should not be able to update the regulars hours (created through Interface).
can anyone kindly update us, how can we achieve this requirements (it may be a setup or fast formula).
Thanks
Regards

Dear User,
We don't have any preferences to update/Modify for any element.
If there is anything available can you please clarify. We are on version 12.06.
Regards

Similar Messages

  • Restrict employees from charging time to projects they are not assigned to

    Can anyone help me on how tr restrict the employees from charging time to project networks that they are not assigned to?
    I have assigned the resource to the project network and can see that in the CAT2 worklist but I am not able to restrict employees from charging time agains projects that they are no assigned to.

    You have to validate the data in CATS Userexit.IMG - Cross application components - Time sheet - Customer specific modifications - Create SAP enhancements for the time sheet. Here is a short overview on what they are called and what they do.
    CATS0001 (Set up worklist): This one defines a worklist in the upper part of the CATS screen
    CATS0002 (Supplement recorded data): Here you can add values to customer defined additional fields or even modify the data entered by the user
    CATS0003 (Validate recorded data): This one is to check entries for whatsoever
    CATS0004 (Deactivate functions on the interface): CATS got a lot of buttons. Here you can get rid of the ones you don't need.
    CATS0005 (Customer field enhancements): You can add fields to CI_CATSDB here to later on use to display or enter additional data
    CATS0006 (Validate entire time sheet): Mainly serves to validate the hours entered if you don't use HR
    CATS0007 (Subscreen on Initial screen): Customer popup, defines data valid for the entire time sheet(row) 
    CATS0008 (Determine recipients for the approval workflow): You can connect CATS to a standard workflow so that superiors can approve times entered before they are transferred (HR, CO, PS...)
    CATS0009 (User-Defined Text Fields in the Data Entry Section): You got two 40 character text fields in the data entry part you can fill with this exit - display only
    CATS0010 (Display User-Defined Fields in the Worklist): Same as above for the worklist
    CATS0011 (Customer-Defined Functions): Add your own functions to the menu
    CATS0012 (Customer Subscreen): Define CATS header
    CATP0001 (Determine Target Hours): Define your own target hours

  • How to restrict employees from accessing managers data using custom security profile

    Hi,
    I am using custom security profile for restricting the employees from accessing supervisors details(PG.SEGMENT2=4). I have written the custom code as below :
    Responsibility :US Super HRMS Manager
    ASSIGNMENT.PERSON_ID
    IN
    (SELECT PAF.PERSON_ID FROM PER_ALL_PEOPLE_F PAF,
    PER_ALL_ASSIGNMENTS_F PF,
    PAY_PEOPLE_GROUPS PG,
    PER_PERSON_TYPE_USAGES_F PPU,
    FND_USER FNU
    WHERE PAF.PERSON_ID=PF.PERSON_ID
    AND :EFFECTIVE_DATE BETWEEN PAF.EFFECTIVE_START_DATE
    AND PAF.EFFECTIVE_END_DATE
    AND PF.PEOPLE_GROUP_ID=PG.PEOPLE_GROUP_ID
    AND :EFFECTIVE_DATE BETWEEN PF.EFFECTIVE_START_DATE AND PF.EFFECTIVE_END_DATE
    AND PPU.PERSON_ID=PAF.PERSON_ID
    AND PPU.PERSON_ID=PF.PERSON_ID
    AND :EFFECTIVE_DATE BETWEEN PPU.EFFECTIVE_START_daTE AND PPU.EFFECTIVE_END_DATE
    AND PAF.PERSON_ID=FNU.EMPLOYEE_ID
    AND PAF.PERSON_TYPE_ID =2
    AND PPU.PERSON_TYPE_ID
    IN(2,62)
    and PAF.person_id = FND_PROFILE.value('user_id')
    AND PG.SEGMENT2=8)
    and using "restrict the people visible to each other using this profile".
    I have assigned the security profile to HR user responsibility
    But when I query the supervisor name in HR User responsibility , it is not restricting me from viewing supervisor details.
    When I query for first time, its restricting me to view others details, but when I close that click on torch button and try searching, its allowing me to access manages details.
    Can any one please let me know what setups need to be done for restricting employees from viewing supervisors data.
    I have gone through the document "Understanding and Using HRMS Security in Oracle HRMS" but didn't got any idea.
    Please suggest.
    Thanks & Regards,
    Anusha.

    Hi All ,
    i solved the problem by using event 01 of header view and using the table "Extract" .
    Regards,
    Neha

  • Restricting Employees from enrolling or changing benefits

    Hi All,
    We have a new Legal plan introduced this year in employee benefits. I want to restrict employees from enrolling or changing this benefit if the life event is not Hire or Open.
    I made the Hire and Open life events eligible. Do I need to make all other life events Ineligible or making these two eligible is enough? Having only these two eligible is not stopping me from enrolling in them when "Dependent lost eligibility" event triggered.
    Any help or any pointers greatly appreciated.
    Thanks,
    CAH

    Bump

  • Restricting Purchase order for a particular material type

    Hi All,
    How do I restrict a purchase order document type to be created for a particular material type.
    For eample PO document type NB should allow to create for materials with the material type ROH only and restrict the other material types by issuing an error.
    Many thanks in advance.
    Regard,
    Ravi

    Hi Ravi,
    This is not directly achievable in std. You will have to implement the check in a user exit, e.g. the BAdI ME_PROCESS_PO_CUST method PROCESS_ITEM.
    But why this strange reqmt? Maybe there's another solution whuch would keep you in std?
    BR
    Raf

  • LSO: How to restrict employee from accessing LSO Web based course.

    Hi Gurus,
    We have a requirement where we need to restrict few section of employees from accessing the LSO web nased courses. I know this can be done from Structural Authorization concept.
    Can anyone tell me how to implement this structural authorization of section of employees. or any link mentioning step-by-step process will be great help.
    Thanks,
    Swet

    Hello Satya,
    The status comes from entries in Table T77BW. I don't recommend that you change the status as I don't know what issue may occur.
    Relevant coding in RHPQ_INDIVIDUAL_PLAN_READ.
    IF history_tab-endda < sy-datum.            "begin note 588403
      pplans_tab-state_id = att_state_id.
      pplans_tab-statetxt = att_statetxt.
    ELSE.
      SELECT SINGLE * FROM t77bw INTO wa_t77bw
               WHERE context = 'EVENT_BOOK'.
      IF wa_t77bw-new_state IS INITIAL.
        pplans_tab-state_id = '02'.
      ELSE.
        pplans_tab-state_id = wa_t77bw-new_state.
      ENDIF.
    Regards,
    Manny

  • How to prevent multiple users from updating the same data in coherence

    Hi,
    I have a Java Web Application and for data cache am using coherence 3.5. The same data maybe shared by multiple users which maybe in hundreds. Now how do I prevent multiple users from updating the same data in coherence i.e. is there something in coherence that will only allow one user a time to update. If one user is in a process of updating a data in coherence and some other user also tries to update then the second user should get an error.
    Thanks

    I have a question on the same line. How can I restrict someone from updating a cache value when I a process is already working on it. I tried locking the cache key but it does not stop other process to update it , it only does not allow other process to get lock on it.

  • Service group for particular document type or Purchase Organisation

    Dear Gurus,
    I want to add service group as like Material group. but my objective is to restrict those service group for particular document type or Purchase Organisation??
    Is it possible, if so please advice me the SPRO Settings
    Thanks
    RS

    Hi,
    Basically, this task (both customized table activation via SE11 transaction and user exit activation via SE37 transaction) will be done by ABAPer.  All you should do is to prepare the functional specs document in which you require -
    1)   A generation and activation of the customized table which consists of at least four columns -
         a)   Purchasing Organization;
         b)   Purchasing Document Type;
         c)   Material group/service group
         d)   Purchasing Document Creation Date
    2)   A coding and activation of the related function module (You can use SMOD transaction to view the enhancement MM06E005 to view related user exit).
    Cheers,
    HT

  • How to restrict two employees from viewing each others' activities in a particular account?

    Dear Experts,
    I have a scenario here and request your kind input to bring a solution to it.
    I have two sales org. in one company. One is SO1 and other one is SO2. I want to restrict the sales employee of SO1 and SO2. Both of them are working in the same national account. I don’t want the SO1 sales employee to see what the SO2 sales employee does in that particular account; and the vice versa. So, it’s just restricting the view of particular account for both of them. Is it possible in CRM? If yes, how do you do that?
    Looking forward to the right solution.
    Thanks & Regards,
    SMTP

    Hi SMTP,
    This can be done by using authorization profiles. Here we need to crete two Authorization objects separately such a way that each of them should be allowed to one sales organization. And then assign these Authorization objects to users, based on their sales organization(Your requirement).
    You need to reach your Basis Consultant and explain the scenario.Basis people can easily do this.
    Thanks & Regards
    Ravi

  • How to restrict LOV to a particular project type through form personalize.

    Hi,
    I got a requirement to restrict LOV to a particular Project type through form personalization in project accounting module. form name: PAXPREPR
    i tried the below code in Builtin, but it didn't work
    SELECT distinct PROJ.SEGMENT1, PROJ.NAME,
    PROJ.DESCRIPTION, PROJ.PROJECT_ID
    FROM PA_PROJECTS_ALL PROJ,
    PA_PROJECT_TYPES_ALL TYPES,
    pa_proj_elements ppe,
    pa_proj_structure_types ppst,
    pa_structure_types pst
    WHERE PROJ.TEMPLATE_FLAG <> 'Y'
    AND PROJ.PROJECT_TYPE = TYPES.PROJECT_TYPE
    AND TYPES.CC_PRVDR_FLAG <> 'Y'
    AND proj.project_id = ppe.project_id
    and ppe.object_type = 'PA_STRUCTURES'
    and ppe.proj_element_id = ppst.proj_element_id
    and ppst.structure_type_id = pst.structure_type_id
    and pst.structure_type = 'FINANCIAL'
    and proj.project_type = 'GRANT'
    order by PROJ.SEGMENT1
    please suggest me where i went wrong.
    Edited by: 925049 on Apr 3, 2012 2:49 PM

    In the Control Data of FS00 there is field 'Authorization Group'
    Please Create an Authorization Group for those user ID who can post TDS entries.
    then Maintain this group for TDS related GL.
    Then others will not able to post to this GL.
    Regards,
    Alok

  • Restriction of a particular Movement type

    Hi Experts,
    Can we restrict entry for a particular movement type ( Say 501/502 Movement type)
    1) For a particular User
    2) For a particular Material Type
    3) For a particular Material Code etc
    If yes what is the best option? Pls reply points will be provided for helpful answers
    Regards
    Milind Nair

    Hi Milind
    If u want to restrict movements userwise u can do it with authorization
    Use  auth object M_MSEG_BMB & M_MSEG_BWA &M_MSEG_LGO .. Here remove the movement type you want to restrict for the user or assign the activity as display only.
    Take help from basis for this
    Vishal...

  • For a particular document type posting using FB50/F-02 should be restricted

    Hi all,
    I have a requirement that, for a particular document type posting using FB50/F-02 should be restricted.
    Any idea?
    Thanks,

    Hi,
    what Exactly i need to write in validation is...
    PREREQUISITE.
    company code eq '0001' or '0002' or '0003'.
    and doc type 'XX'.
    CHECK
    data: l_flag type c.
    check action eq 'BU'.    "only when clicked on 'post' in FB50
    Import l_flag from memory id 'YMMID'.
    if l_flag eq ''.
    endif.
    message
    'Doc cann't be posted'.
    Is it possible to write above code in validation?

  • Reg restriction of particular order type

    Dear all,
    What is the procedure if we want to restrict a particular user from operating a particular process order type PI01,
    Please give me step by step, what are to be maintained in roles
    regards
    venkat

    Dear Venkat,
    1)Create a role and assign the tcode.(IW32)
    2) Go to Authourization tab (change mode)
    3) In the Object PM
    3) Select the Authourization objects
       I_AUART
        I_ILOA
        I_VORG_ORD
    4) Specify the ORDER TYPE:=PI01
    Apart from this steps you should specify the org values like Co.code, plant..etc...
    Generate the role and assign to that particular user.
    Thanks & Regards
    Gangadhar
    Edited by: gangadhar hm on Mar 5, 2010 12:17 PM

  • How to exclude stock of a particular storage type from collective availabil

    How to exclude stock of a particular storage type from collective availability check in MDVP.

    you can set the storage location as 'Storage location stock excluded from MRP' value '1' in the field
    Sloc MRP indicator , in MRP view $ when you enter a storage location accessing the material master.
    Thsi is the only way to exclude the storage location, you have to do it per each material and also it is excluded from the MRP.
    With this option the stock is not considered in ATP.
    IF you need the storage location in the MRP, then you should consider the use of MRP Areas.
    With the MRP Areas you define which plants/storage locations belong to each MRP area and the ATP is performed for eah area with the stocks that exist in each of them.
    Please if the issue is solved set the thread  as answered and provide the points to the useful replies.
    thanks for your cooperation

  • PO from PR only for a particular document type

    Dear Gurus
    I want purchase orders should be raised with reference to purchase requisitions only. System should allow to make purchase orders with reference to purchase requisitions only for a particular document type only.
    I have configured in OMET and assigend this in SU3, now the system is not allowing to create PO for all document types, but I want to restrict this for a particular document type only
    Is there any configu change required?
    Regards
    Muthukumar

    Hi
    You can make it in MM - purchasing -> purchase orders -> define document types -> check the document type -> click on link purchase requisitions.
    And in define screen layout at document level - make PR mandatory for your purchase order document type (field reference).
    Thanks
    Edited by: Praveen Raghavendra on Jan 12, 2009 2:07 PM

Maybe you are looking for