Enhance time infotype

Hello All,
How can I create a new field for infotype 2001 ?  I read some documentation and it said that infotypes 2nnn can't be enhanced.
Can I append CI_2001 structure to the infotipe?
thanks in advance
Enrique V.

According to SAP Time Management Infotypes CANNOT be enhanced.   I think the bottom line is that if SAP didn't include a CI_PXXXX on an Infotype you can't enhance it.

Similar Messages

  • Enhancing Attendances infotype

    hello Experts,
    We would like to add a text field to the Attendances infotype. When trying to ehance the infotype 2002 using PM01 transaction in Single screen, we receive the below error:
    Infotype 2002 can not be enhanced
    Message no. PG383
    Diagnosis
    Infotype 2002 cannot be enhanced because it is not intended to be so by the system.
    Individual standard infotypes are not intended for enhancement with the enhancement concept.
    Is there an alternate way of enhancing Time infotypes?
    Your help is highly appreciated.
    Thanks.

    Our requirement is simply to have an additional qualifying decription for the attendance info record.
    In addition to logging attendance hours, we would like our users to specify an additional description (text50) to further describe the attendance.
    You are right, I noticed that the structure PS2002 is set to, cannot be enhanced in the ehancement category, not sure why that is!?
    Hi ,
    Its SAP std , not to enhance certain infotypes as it would create issues while running quota generation(for time infotypes) .
    May you can try this option.
    1) Create a 9XXX infotype with the fields you want to capture.
    2) Call it immediately / or update in the background whenevr 2002 gets created/changed.(thro dynamic actions)
    3) Default info from 2002 like dates, sy-uname and other details required.
    4) Make sure the end user does not skip this step ,if its done frontend.
    Hope this helps.
    Rgds
    G

  • DIF Time infotypes: Availability of time infotypes in the decoupled infotype framework

    Hi (fellow) experts,
    My primary and most wondered question:
    Does anyone out there has an idea on SAP schedule to release compatibility fix for time infotype (constraint Z) in the decoupled infotype framework?
    Many of us lately talk about and use the decoupled infotype framework; I see many clients interested in HR-Renewal PAOM attractive interface but when question turns around time data I tend to change subjects)... HR Renewal 2.0 has awesome new features such as the Payroll Control Center and the possibility for dynamic action but still no access to time infotypes... Tricky to manipulate infotype 2010, 0416 data without accessing the backend system to correct payroll data... I don't even start on 2001 absence infotype..., etc...
    I also have some question on the SAP official working model for certain PA infotype that update in background time data (e.g. 0080 for instance). 
    There are some country specific infotypes that bothers me a little bit because I don't  understand the SAP working model behind it; it's about french infotype Work stopped (0424) which is a data entry screen for work incapacity derived from illness or accident at work that update infotype 2001 in the background.
    Now if I take a detailed look at the decoupled class CL_HRPA_INFOTYPE_0424 method SPECIFIC_INSERT_COMPUTATIONS for instance I can see how the specific logic to create infotype 2001 is nicely commented out in the code while in the backend both those infotype are completely integrated.
    So what am I to understand: class is actively decoupled and I can use it but I will never have the same functionality that I have in the backend system? or is something else? same question apply to infotype 0080 under not only the french template, but UK, Spain... etc... , in the french version it updates both infotype 0424 and 2001 in the backend but I don't see nothing of the sort in the DIF even though there is an active specif FR convertion class (does not seems to be in working order and no infotype 0424 update anywhere nor of course 2001)...
    Let me be clear: I think the DIF initiative is a great innovation from SAP; very easy to understand, manipulate and so much more versatile. It would be awesome if everything would be ready to use ... very powerful tool.
    Thank you for time gurus!!!
    Antoine

    Hi Gurus:
    Well well sounds like some effort in decoupling time infotype development has been released into EHP8.
    At least I am able to see development class and FPM configurations for infotypes 2001, 2006, 3355... so even if not everything is ready I can now see things are well on the way!
    Cheers.

  • Time infotype macrocs and time infotype definition.

    Hi All,
    Please provide me the following information
    1. what are the MACRO related to time infotypes ?
    2. how to define infotypes for Time data ?
    3. what is thedifference between PNPCE and PNP logical database ?
    Please provide me some documents and smaal code snippets or program.. to get tghe clear idea afor the same..
    Please reply asap..its urgent..
    Thanx in advance.
    Amruta Sawant.

    Hi Jothi,
    use this macro for all time infotypes
    <b>rp_read_all_time_ity pn-begda pn-endda</b>.
    Bhawanidutt

  • How to enhance OM infotypes

    Hi experts can any one tell me how to enhance OM Infotypes. I mean to say what is the Tcode? i think it PPCI is it correct ? and what is the procedure to enhance the OM infotype? if possible explain with an example.
    Thanks in advance.
    vamsi.

    Hi,
    Tcode PPCM  is used to create OM infotypes.
    Give the infotype no. & create the CI include first & then All button.
    Hope this helps.
    Thanks,
    Sarika.

  • Enhance OM infotype

    Hi
    I want to enhance infotype 1050 with a note. Could anyone explain (just in short) how i could do that? I can imagine how to enhance with a single entry field - but in this case i want a note (like in 1002 or something like that).
    Is there an easy way to do this?
    Jakob

    Hi Jakob,
    1002 infotype is a table infotype which stores tabnr against every entry in 1002.
    the actual text is stored in hrt1002 where the tabnr is the key field and the seqnr is each line entered of 79 characters.
    I suggest not to follow the same approach in 1050, instead enhance the infotype to include a field which stores a unique no. generated by some custom number range. Then create a text id and element and store the text against it in the z program generated for the enhanced infotype using function modules read_text, save_text.
    If you still do not want to do this the best approach would be to add a subtype in 1002 infotype where the job evaluation results are stored, this will require no development.
    Regards,
    Divya

  • Uploading data into Time Infotypes

    Dear All,
    I have a requirement wherein I need to upload data into time infotypes from an external source(file). The data is required to be uploaded into the relevant infotypes based on the content(attendance, absence etc.)
    Can you please suggest a generic way of uploading data into time infotypes.
    Thanks in advance,
    Sujit.

    Hi Sujit
    You can either create a BDC report to upload the data or use FM HR_INFOTYPE_OPERATION to upload the infotype in your report

  • Why we can't use provide to retrieve Time Infotypes records?

    Hi experts,
    I read some meterials that in HR report we can not use provide statement in LDB to fetch time infotypes records,
    use Loop instead,can anybody explain why and give a example.
    Thanks.

    Hi
    For time infotype records use RP_READ_ALL_TIME_ITY
    (RP_READ_ALL_TIME_ITY beg end)
       DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • Time infotype collision

    Hi There..iam trying to generate absence quota. but after inputing the information i get error message saying ''Collision of time infotypes'.Can you advise why this happens..? and how to resolve it.

    Collusion checks are done by system for internal accuracy and is configured by using *time constraint.*
    simple example will be, you assign time constraint =1 , for both the attandance and abssences , and if you have already enterd absence for that day, the system stops and through an error or warning message(as configured in the backend) when working time are enter on the same  day.
    so check time constraint.
    HOPE THIS HELPS
    Thanks and Regards.

  • Time Infotype !

    Hi Experts,
    1. Shall we use 'Provide'  Statement for evaluation Time Infotypes(2000-2999) ?
    2. Why can't we use Join and Projection statements For TIme infotypes ?
        I read from SAP help, that we can't use since time data depends on validity  period.As far my knowldge, all the infotypes records hav validity period.! Could you explain me with some example ?
    3. Provide statement is useful for looping Infotype tables with parameters.Does it hav any other special functionality in comparison with Loop statement.
    RgDs,
    Jothi.P

    Hi Jothi,
    use this macro for all time infotypes
    <b>rp_read_all_time_ity pn-begda pn-endda</b>.
    Bhawanidutt

  • Regarding Enhancing Standard Infotype

    Dear All,
    We have a requirement where in we need to enhance a Infotype which already got enhancement.
    I have added a new field in ci_xxxx include of that infotype through PM01. It alreay has a custom field called A and now I want to add Custom field B. But I do not see that field when I open this infotype using PB30. Please advice whether I need to regenerate this infotype or what I need to do so that existing development ( validations or checks) will not get effected and I should be able to see my field there.
    Thank you very much in advance.
    Waiting for your response.
    Best Regards,
    Amar

    Hello,
    You need to regenerate the Infotype for the new field to reflect in the Infotype screen.Add the custom changes again.
    Hope you have selected both radio button for generating the Infotype for applicant as well employee data.
    Alternate way is you need to add the new field to the Infotype screen manually .You can do this from SE51.From PM01 you can dierctly goto screen painter by chosing the Screen radiobuton.
    Once You have added the field to the screen ,you also need to make the declarations for the field in the module pool program.
    Regards,
    Malathi V

  • Enhance Standard Infotype 1005 in HR

    Dear All,
    Please suggest how to enhance standard infotype 1005 - Planned Compensation in HR.Transcation PM01 is not allowing to do so ...as no CI include is attached for the same.
    Please guide.
    Regards,
    Subhash

    hi,
      maybe you can achieve your requirement by creating a new custom OM infotype
    ( if the custom information are linked to the OM entity :  org unit, positions.. ) or a new PA infotype ( if the custom information are linked to the employee ) .
    Regards luigi
    Edited by: luigi la motta on Sep 2, 2011 11:46 AM

  • Enhancing PD Infotype

    Hi all,
    How to enhance the Table Infotype in PD (as I know to enhance Field Infotype through PPCM) and may I know is it possible to enhance Table Infotype. If possible, pls help in this regard.
    Regards,
    V Kumar

    Hi nachiappan mv,
        Thanks for the reply and there is no information in the material of how to enhance the standard table Infotype and tried with PPCI and it seems there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    @ pratyush v
    I tried in PPCI but there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    Regards,
    V Kumar

  • Enhancing an Infotype

    Hi ,
    I need to enhance a standard infotype(0743 - Discipline Infotype) .This Infotype has subscreens(tabs).I need to add fields in these subscreens(tabs) . Going through transaction PM01 and enhancing an infotype allows new fields to be added in the main screen ( the common area) , and not the individual tabs .Is there any way to add fields in the tabs of a Standard Infotype ?
    Thanks in advance .
    Regards,
    Sujata

    search this question in the HR forum, this has been answered before
    SAP ERP Human Capital Management (SAP ERP HCM)

  • Default Time Constraint in Time Infotypes

    Dear All,
    Could you please tell me which is the default time constraint in Time infotypes.
    Thanks in advance
    Maziya

    Hi,
    You can check infotype setting & time constraint  in T Code PM01.
    0007 Planned Working Time -Time constraint 1
    2001 Absences                    - Time constraint Z
    2002 Attendances                - Time constraint Z
    2003 Substitutions                - Time constraint Z
    2004 Availability,   2005 Overtime, 2006 Overtime, 2007 Attendance Quotas, 2011 Time Events, 2012 Time Transfer Specifications, 2013 Quota Corrections       - Time constraint Z
    2010 Employee Remuneration Info-  Time constraint T
    reagrds
    Sri

Maybe you are looking for