HR Infotype for disabled/handicapped

Hi,
Is there any standard infotype in HCM (Human Capital Management) to maintain records of the employees who are handicapped/ disabled? Can anyone please advise?
Thanks
AM

Hi,
you are using two infotypes simultaneously that is IT0001 and IT0021 which is incorrect. Dynamic actions are triggered on any action happened on one infotype to create or change or delete the other infotype record.
So can you tell on which infotype you want to trigger your dynamic action and which infotype you want to create.
If you want to trigger something on IT0021 change, then call subroutine in your dynamic action to read IT0001-PERSK value. and only put IT0021 fields with 'P' (plausibility check)
0021     04     8        F     GET_PERSK(ZHR_GET_EMPSUBGRP)
in subroutine check for your conditions after retrieving the value of Emp Subgrp and assign the value as X for correct and blank for incorrect to RP50D-FLAG1
Check This field value with the X in and condition with your line 6 and 7 and your code should work
Hope this will be of help. Do let me know for further queries
guds
Edited by: guds on May 6, 2009 1:40 AM

Similar Messages

  • Enhance Infotypes for P.A. and O.M.

    How to enhance Infotypes for P.A. and O.M.
    Please help me.
    Thanks in advance.
    vamsi.

    Hi VAmsi,
    Use PM01 Trns to enhance..
    <a href="http://www.sapdevelopment.co.uk/hr/hr_infotypes2.htm">Infotype enhancement- Step by step</a>
    Rgds,
    Jothi.P
    *reward if useful.

  • How to create custom infotype for training and event management

    hai freinds can any one tell me how to create custom infotype for training and event managment with following fields
    PS No – PA0000-> PERNR
    Name   - PA0001 -> ENAME
    IS PS.No. – PA0001-> PS no. of Immediate Superior
    IS name PA0001 -> ENAME
    thanx in advance
    afzal

    Hi,
    Your question is not clear for me. Since it is a TEM infotype, it could be a PD infotype.
    If you wish to create a PD infotype, use transaction PPCI to create the infotype.
    But before that you need to create a structure HRInnnn (where nnnn is the infotype number) with all the fields relevant for the infotype.
    If you wish to create a PA infotype, use transaction PM01 to create the infotype.
    But before that you may be required to create a strcuture PSnnnn  (where nnnn is the infotype number) with all the fields relevant for the infotype.
    Regards,
    Srini

  • ValueChangeListener is not working.for disable property

    valueChangeListener is not working for disable property with following details. Requirement is to enable to date if from to date is entered.
    Field 1:
    <af:inputDate value="#{bindings.PrintFromDate.inputValue}"
    label="#{bindings.PrintFromDate.hints.label}"
    required="#{bindings.PrintFromDate.hints.mandatory}"
    shortDesc="#{bindings.PrintFromDate.hints.tooltip}"
    id="id2" autoSubmit="true"
    *valueChangeListener="#{reprintBean.enableToDate}">*
    <f:validator binding="#{bindings.PrintFromDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.PrintFromDate.format}"/>
    </af:inputDate>
    <af:inputDate value="#{bindings.PrintToDate.inputValue}"
    label="#{bindings.PrintToDate.hints.label}"
    required="#{bindings.PrintToDate.hints.mandatory}"
    shortDesc="#{bindings.PrintToDate.hints.tooltip}"
    id="id1"
    *disabled="#{!requestScope.enableToDate}"*
    *partialTriggers="id2"*>
    <f:validator binding="#{bindings.PrintToDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.PrintToDate.format}"/>
    </af:inputDate>
    public void enableToDate(ValueChangeEvent valueChangeEvent) {
    System.out.println("IN enableToDate");
    if (valueChangeEvent.getNewValue() != null) {
    FacesContext context = FacesContext.getCurrentInstance();
    System.out.println("Enable to Date");
    context.getExternalContext().getRequestMap().put("enableToDate",true);
    Please suggest me what is wrong on this.
    Edited by: SrinivasA on Jan 28, 2011 5:34 PM

    I still not able to achive this. (null the to date value if the FromDate has changed)
    <af:inputDate value="#{bindings.PrintFromDate.inputValue}"
    label="#{bindings.PrintFromDate.hints.label}"
    required="#{bindings.PrintFromDate.hints.mandatory}"
    shortDesc="#{bindings.PrintFromDate.hints.tooltip}"
    id="id2" autoSubmit="true"
    *binding="#{reprintBean.fromDate}"*
    *valueChangeListener="#{reprintBean.enableToDate}"*>
    <f:validator binding="#{bindings.PrintFromDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.PrintFromDate.format}"/>
    </af:inputDate>
    <af:inputDate value="#{bindings.PrintToDate.inputValue}"
    label="#{bindings.PrintToDate.hints.label}"
    required="#{bindings.PrintToDate.hints.mandatory}"
    shortDesc="#{bindings.PrintToDate.hints.tooltip}"
    id="id1"
    disabled="#{bindings.PrintFromDate.inputValue eq null}"
    binding="#{reprintBean.toDate}"
    *partialTriggers="id2">*
    <f:validator binding="#{bindings.PrintToDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.PrintToDate.format}"/>
    </af:inputDate>
    Value change method:
    public void enableToDate(ValueChangeEvent valueChangeEvent) {
    *setToDate(null);*
    This method is not able to reset the to date value to null. Please help to find the issue here.
    Edited by: SrinivasA on Feb 1, 2011 5:12 PM

  • For disable any responsibility we are end date that from front end.

    for disable any responsibility we are end date that from front end. what nay command from backend for disable the responsibilty.?

    Refer the following thread
    delete a responsability
    Re: delete a responsability
    Regards
    -Mahesh

  • HR-ABAP--infotype for the event

    Hello Gurus,
    I have the event type as FMLA .I have got the infotype for this event as P0672.
    Can you please tell me the infotype for this event type OFLA .
    Thanks,

    I don't understand the question, could you provide us with the transactions you use.
    If I hear HR, infotype and event, I'm thinking transaction SWEHR3 and business objects BUS1065, EMPLOYEET and FAMILY
    Regards, Rob.

  • Stored procedure for disabling all foreign key constraints ?

    hi all,
    I need a stored procedure for disabling / enable all constraints in that database schema.
    Create or replace procedure enable_disable_proc(status varchar2(3),schema_name varchar2(20))
    ---> where 'status' parameter condition should be ( YES for enable) (NO for disable)
    ---> 'schema_name' is a parameter where ,only this schema should be affected with this procedure..
    Thanks in Advance..

    Hi,
    Try this code
    /* Formatted on 2009/07/16 08:15 (Formatter Plus v4.8.8) */
    CREATE PROCEDURE enab_disab_proc (
       enforce          IN   VARCHAR2,
       current_schema   IN   VARCHAR2
    IS
       v_alter_table_sql   VARCHAR2 (2000);
    BEGIN
       FOR rec_con IN (SELECT table_name, constraint_name
                         FROM user_constraints
                        WHERE owner = current_schema)
       LOOP
          IF (enforce = 'NO')
          THEN
             v_alter_table_sql :=
                   ' alter table '
                || current_schema
                || '.'
                || rec_con.table_name
                || ' disable constraint '
                || rec_con.constraint_name;
          ELSE
             v_alter_table_sql :=
                   ' alter table '
                || current_schema
                || '.'
                || rec_con.table_name
                || ' enable constraint '
                || rec_con.constraint_name;
          END IF;
          EXECUTE IMMEDIATE v_alter_table_sql;
       END LOOP;
    END;Edited by: Salim Chelabi on 2009-07-16 05:15

  • I want a stop button for disabling JavaScript only in the current tab

    I want a 'Stop' button for disabling JavaScript only in the current tab.
    I searched for a feature like this but couldn't find it. It would be a great new feature.

    Tab Permissions: https://addons.mozilla.org/firefox/addon/4757

  • Infotype for OFLA Event

    Hello Gurus,
    I have the event type as FMLA .I have got the infotype for this event as P0672.
    Can you please tell me the infotype for this event type OFLA .Please its urgent.
    Thanks,

    I don't understand the question, could you provide us with the transactions you use.
    If I hear HR, infotype and event, I'm thinking transaction SWEHR3 and business objects BUS1065, EMPLOYEET and FAMILY
    Regards, Rob.

  • Is there any retro effect for this changes we made in 2001 Infotype for

    HI Experts...
    Please advice me on the follwing absence issue.
    In my clients company.... .... one of Personnel areas employees Earned leave records are not updating in 2001 Infotype from the begining.
    Now they wish to have to update in 2001 Infotype.
    What  are the  Retro effects after updating the EL s in 2001 IT for previous dates.
    Is there any retro effect for this changes we made in 2001 Infotype for the past dates.
    We dont need retro effected from those changes.
    Please advice...
    Sai.

    HI Vincent....
    Thanks for the reply.
    Last month professional tax rates were shown up correctly only.
    For the employees slab rates are similar  that is  200 per month.
    Last month professional  tax rates  were correct only.
    For the current month also the prof tax amount is showing up correctly only.
    Please advice to get the professional tax amount in the payslip.
    Regards,
    V Sai.

  • Infotype for org.unit

    hallow
    i wont to buield infotype for org.unit
    i thihnk i have to use ppci or ppcj but i dont now how
    please help
    regards

    Hi Antonio,
    Why you want to separetly create Infotype for Organizational Units???
    Once you create them through simple maintainince by default 1000 & 1001 will be maintained. If you create Org Unit through Expert Mode you need to maintain them mannually. And select from the Infotype Menu which ever Infotype you want to maintain.
    Regards
    Pavani
    <b>Remainder: Points to be given on Answers</b>

  • Custom Infotype for eRecruiting

    Dear Experts,
    We need to create a custom infotype for eRecruiting.Need some pointers to the same.
    PM01 is used for PA infotypes
    PPCI for OM & PD.
    How should we create custom infotype for eRecruiting which starts from 5102 onwards?
    Please help asap.
    Regards,
    Sowmya

    Hi,
    Thanks a lot Divya.
    We indeed created the infotype using PPCI.
    For checking purpose we assigned it to a OM object & using Transaction PP01 entered a few records just to check if it is working.
    But the real test would be if we can successfully bind it to the webdynpro ABAP screen.
    Regards,
    Sowmya

  • Create an infotype for Training and Events

    Hello SAP HCM Community,
    Does anyone have a step-by-step procedure on how to create an infotype for Training and Events (specifically for External Persons - H)?
    I also need to find out how do I edit an existing Training and Events or PD infotype, i.e. to add fields or remove them?
    Kind regards
    Dorianne

    Hi Dilek,
    Firstly before I give you the example please advise if IT1690 is a SAP standard infotype?
    Example:
    When creating a Business Event (E) via transaction PSV2, PV10 or PV11 I want certain rules to be in place when the user selects the following:
    When selecting an option under 'Location' for example "Internal", the user will then go to "Organizer Data". Under "Organizer Data" there will be a drop down list of A, B or C. For "Internal" Location the user should only pick option B, so if they select any of the other options and attempt to save the transaction will be stopped with an error with a message, i.e. " Incorrect Organiser Data Captured for Internal".
    I look forward to your response.
    Kind regards
    Dorianne

  • Problem while creation custom Infotype for HRP (Organization mgmt)

    Hiii...
    Newbie to HR-ABAP...
    I have successfully created a custom infotype for HRP (Organization mgmt)....how can i see the infotype in t-code PP01.
    Thanks
    A

    Hi
    Perhaps MM11/12 can't update your custom field because you have use a data element where the flag Document change isn't setted.
    Max

  • Country specific infotypes for brazil and argentina

    Dear All,
    We are going for implementation of our client for brazil and argentina........can any body guide with country specific infotypes for the same

    Hi,
    Brazil:
    Infotype 0398: Agreement Components: Further Information
    Infotype 0397: Information about Dependents
    Infotype 0410: Transportation Allowance
    Infotype 0437: Simultaneous Jobs
    Infotype 0661: Employment Contract Termination
    Infotype 0598: Dismissal Protection
    Infotype 0185: Personal IDs
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/0f/1605350928385ee10000009b38f844/frameset.htm
    Argentina:
    Family Data Infotype: Special Schooling Assistance
    Termination of Contract Infotype (0551)
    Infotype Social Insurance (0392)
    Income Tax Infotype (0389)
    Income Tax: Deductions Infotype (0390)
    Income Tax: Other Employer Infotype (0391)
    Infotype Life Events for My Simplification (0875)
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/ee/28fd346f0f4661e10000009b38f844/frameset.htm
    Cheers

Maybe you are looking for

  • I have problem in my hard disk ...

    hi pleas help me i have problem [ my laptop hp pavilion g6 series ] in my hard disk error message 305 and 301  how i can fix this ?? thanks

  • Registration button not showing on screen

    While trying to register shuffle in itunes, only half the screen is visible, and no way to scroll right or left. I tried to change the display, but the highest it will go is 1024x768. I can't register the shuffle or add any music until I can see the

  • Firebug icon does not appear in Firefox 16, how to launch Firebug?

    I have Firebug 1.10.6 installed on top of Firefox 16.0.2. After installation of Firebug I see the bug icon in the upper right corner of my window, next to the home icon. After restarting Firefox, the icon is gone. I don't know how to start Firebug ot

  • Acrobat XI installation won't complete-- says it was "interrupted"

    I run Windows 7 64-bit in a Parallels virtual machine on my MacBook Pro (16GB RAM, 256GB SSD). Had Acrobat X Pro installed and functioning fine. Bought & downloaded XI. Tried installing. Install almost finished entirely when the following message pop

  • Missing font makes Adobe InDesign CS4 6.0.4 crash

    Hi! I am having a problem with the latest version of Adobe InDesign CS4 (v 6.0.4). I opened an old document which contained two missing fonts. I was able to correct the first one by changing it to an existing font. But when I tried to correct the sec