Changing Time Constraint of Standard Infotypes

Hi,
Just wondering is it possible to check the time constraint of <b>standard</b> infotypes such that the behaviour of infotype records will react accordingly to the time constraint?
I am aware that we can change the time constraint in PM01 but i have tested it, it does not seem to delimit past infotype records. I have changed the time constraint of Infotype 0081 to 2, but it does not delimit past records. Is it dependent on the infotype itself as well? Is there any existing function module or user exit that I can use to enhance the module pool of infotype to delimit records?
Thank you.

Hi,
Can u tell me which IT r u trying ,,,, try for 0022 IT too ,
check whether the behaviour is the same .
When u give 2 as time constraint , your problem should be solved .
Eg: 24.10.2007 - 31.12.9999 - 1st record
24.11.2007 - 31.12.9999 - 2nd record
While saving the second record ,
IF Time constraint is 1 : it will delimit with a date as 23.11.2007 for 1st record
IF Time constraint is 2 : it will delimit with a date as 23.11.2007 for 1st record (does the same thing)
Time gaps are the difference (You can have the record delimited to 20.11.2007 for Tiime constrint 2 but for 1 it shud not allow the same)
If this is not happening the messages are the problem .
Use user exit for the same to correct the problem .
What is the message ur getting when you try to save the second record .
Regards
Gajalakshmi

Similar Messages

  • Changing Time constraint of standard infotype..

    Hi ,
             Can we change the time constraint of Infotype 0001 ?
    Thanks.
    Madhu

    Hi,
    You should not attempt to do so, by doing so u r changing the standard process that is not at all recommended as it may have an adverse effect on the standard checks and validations that exist in the system and also system may behave in an un-anticipated manner.
    Regards,
    Tomesh

  • Change Time Constraint for Personal Data InfoType

    Hi,
    How to change the Time Constraint for Personal Data InfoType.
    I tried to do it in Customisation Procedure --> Infotypes, but the option to change Time Constraint is disabled for Infotype 0002.
    Thanks

    Hi,
    you can change time constraints in general attributes of infotype attributes,this can be done through table maintenace view V_T582A.
    But note that we cannot change the time contraints for mandatory infotyepe of personnel in an organization i.e -0000,0001,0002.
    ex:- without personal details like names no personnel will exist in an organization.
    regards,
    Soori

  • Time constraint in 0008 infotype - any report for this siituation?

    Hi,
    I need some help to solution a big problem with time constraint and 0008 infotype.
    Resume:
    when I put the "2" time constraint, all the history of 0008 entries are changed...
    For exemple:
    Old (before "2" time constraint):
    0 - 01.11.2007 - 31.12.9999 - 1000,00
    0 - 01.10.2007 - 31.10.2007 - 900,00
    NEW (after "2" time constraint):
    0 - 01.11.2007 - 31.12.9999 - 1000,00
    0 - 01.10.2007 - 01.10.2007 - 900,00
    BR - 01.10.2007 - 01.10.2007 - 900,00
    OR
    0 - 01.11.2007 - 31.12.9999 - 1000,00
    BR - 01.10.2005 - 01.10.2005 - 900,00
    there aren't logical situation, all the records have a lot of errors...
    Are there any report that corrects this situation????
    Regards!!!!
    Sandra

    Daniel,
    thanks for your response, and here's some more info:
    - I've use the time contraint in multiple playlists, that have worked just fine before adding the time constraint;
    - initially, after adding a time constraint (usually something like "time" "is less than" "10:00") everything seemed fine;
    - only a few days later I noticed that my playlist hadn't been updated correctly. For example, one of my playlists consists of songs rated 4 and I limit to 50 songs by least recently played; with over 900 songs rated 4, after a song was played it should disappear from that playlist for a while but some songs didn't; also, sometimes I would see less than 50 songs in that playlist;
    - after removing the time constraint the playlist updated correctly again
    I know that the fact this only appears after a few days (or that I've only noticed it a few days later) makes it pretty tough to narrow down but that's all I've got so far.
    Thanks again,
    Heiko.

  • T. Code to Check Out Time Constraint for an Infotype

    Is there any central transaction code to check the time constraint for an infotype? What will be its IMG Path?
    Rgds,
    Tapan Shah

    Hello tapan
    go to SM30 -> V_T582A
    it is the table to configure infotypes
    regards

  • IT2001 error, no time constraint reachion for infotype 2001 with tm const00

    Dear Seriors,
    When I try to add any absence, it show the below given error message (red colour), but if I hit the enter button it allows me to mark absence.
    no time constraint reachion for infotype 2001 with time constraint class 001
    What might be the reason?
    Regards
    ET

    The time constraint class is used to check for collisions between Time Management infotypes (2001 to 2012). It allows you to specify different regulations for checking for collisions between individual subtypes.
    The views Time Constraint Reaction to Time Management Infotypes (V_554Y_B) and Global Time Constraint Reaction (V_T554Y) contain rules for the collision check.
    Please explore on this.

  • No time constraint reaction for infotype 2005 with time contraint class 00u2019

    Hi,
    We have a incident wherein employee is trying to put overtime, IT 2005 for the period when he is on standby IT 2004. It gives error u2018No time constraint reaction for infotype 2005 with time contraint class 00u2019.
    Can anybody help?

    Hi,
    Please maintain table V_554Y_B for 2005 TC class 00 and 2004 infotype.
    Regards,
    Dilek

  • Change time constraint of Infotype 0006 subtype 1 and subtype 2

    Hi
    Can anyone tell me how to change the TC of infotype 0006 subtype 1 and subtype 2.
    Currently I tried to change the TC in table V_T582A but its giving me an error : "Text maintenance not permitted as infotype part of Data Sharing (T582G)  "
    Can anyone please advise.
    Currently the TC is T
    I want to change it to 2.

    hi ,
    you can use SE38 to create a report like :
    to change the time constraint for IT0006 +subty 1 + 2
    REPORT  ZTEST.
    tables: t591a.
    data: wt_tc type table of t591a.
    select * from t591a into table wt_tc where infty = '0006' AND
                                                 ( subty = '1' OR
                                                  subty = '2').
    if sy-subrc = 0.
    loop at wt_tc into t591a.
    t591a-zeitb = 'x'. "new TC that you need
    modify table t591a from t591a.
    endloop.
    endif.
    regards

  • Change Time Constraint

    Hi All,
       What will be the effect on data if we change the time constraint from 3 to 2.

    Infotypes or subtypes with time constraint 2 can only have at most one record for a given time period there can be gaps between periods if record over lap the system adapts the previous record accordingly by deleting ,dividing,or delimiting
    Example of an infotype with tome constratint 2 is the subtype spouse (1) in infotype family\related person
    this is regarding infotype 2
    And time constraint 3 will have gaps between records or over lapping records
    Edited by: Sikindar on Mar 18, 2008 12:18 PM

  • Impact of changing Time Constraints in Time Management

    hello gurus,
    2 leaves can be taken at the same time if TCC is 3 with a Warning Message.
    a) Is this feasible ??
    b) Will this have any negative impact on the time evaluation? If yes what will be the impact?
    My business requirement is that are 2 diff leaves possible for the same period?
    rgds,

    Hi,
    When an employee goes on FMLA he has certain leaves that can be taken with FMLA. So my doubt if its feasible & if yes then whts the impact?
    see in simple terms of what i understand is FMLA is a leave OK with that you can take certain leaves right,so what i presume is if he has some 4 diff types of leave ,he can avail all those one by one complete them all then go on FMLA.
    e g:- leave 1 from 1st April to 30th April,leave 2 from 1st may to 31st may,leave 3 from 1st June to 30th June and leave 4 from 1st July to 30th July and when all are exhausted then from 1st Aug FMLA (this is only illustration of my understanding )hope its clear cause which employee would want to take 1 CL & PL on same day and sacrifice one extra leave?
    when we say it combines all leaves its actually one after the other,if still you have doubts you can revert back to forum with other experts view on this.
    Salil

  • Infotype 0185 Personal IDs and time constraint

    Hi people,
    Can you help me... is it possible to set different time constraint for different subtypes in infotype 0185 Personal ID's and where?
    Thank you,
    Romano

    Hi guys,
    thank you for your asnwer, I can see that in table V_T582A we can change time constraint for the whole infotype, but unfortunatelly I can't set different time constraint for different subtype in infotype 0185.
    I want to manage that for subtype 01 i have time constraint 2 and for subtype 02 time constraint 03.
    It is possible for example for infotype adress (0006) but i don't see where is it possible for infotype 0185.
    Thank you.
    Romano

  • Position to Cost Center Relationship with time constraint 1

    Hi,
    I have a situation wherein:
    1. There exists 2 records in PP01 with S-K relationship e.g. 01.01.2013 to 28.02.2013 and 01.03.2013 to 31.12.9999
    2. There is a requirement to create another S-K record with dates; 01.02.2013-28.02.2013 automatically delimiting the first record.
    Hence in all three records should exist
    But when i try creating the 3rd record with end date 28.03.2013, it gives an information message stating End Date corrected to maximum end date of 31.12.9999. Thereby over writing the previous record(2nd one)
    Do I need to change time constraint? Time constraint 1 should ideally allow this, as my records do not have gaps and exist at all times.
    Please guide me through.

    Hi Rohan,
    Please check the table V_T777ZVK and the time constraint between S and A011 it must be 02 as per the standard system.
    Then time constraint 2 means a maximum of one infotype record of the same type for the same object at the same time.
    So if you change then end date must be 31.12.9999.
    Regards,
    Mithun K

  • IT0009 with Time Constraint 1

    Hi Experts,
    We have defined IT0009 with a subtype whcih has Time Constraint value as 1. Ideally we shouldn't be able to delete the IT0009 with Time Constraint 1. But still we are able to delete all records for It0009. Could anybody tell why this is happening?
    Regards
    Niharika

    Hi,
    Time constraint Class for infotype 0009 is T  that means it will depend upon the subtype
    If you change this time constraint class to one  in table  V_512W_D you will not be able to delete the recods for 0009.
    Warm Regards,
    Kapil Kaushal

  • Time Constraint

    Hi All,
    Can you please tell me how to view all the infotypes which fall under a particular category. For example, what are infotypes that are of category 'A'.
    Thanks,
    Ranjith.

    The field ZEITB in the table T582A holds the time constraint of the Infotype.
    1. Execute the transaction SE16
    2. Click on the Table Contents button in the toolbar
    3. Ensure that the Time Constraint field is available for selection
       (If not availble, add the field by following the menu path Settings->Fields for selection)
    4.Input the value of the time constraint (Ex: 1 or A)
    5. Now, click on execute, the system lists all the infotypes with the selected time constraint.

  • Time constraint collision

    Hi all,
    When i am trying to book an employee for absence i am getting collision with other leaves.
    Why is this?Should i need to change the TC.
    Regards
    janhavi

    yes u need to do change time constraints
    http://help.sap.com/saphelp_47x200/helpdata/en/48/35c9f24abf11d18a0f0000e816ae6e/frameset.htm
    Edited by: Sikindar on Apr 24, 2008 1:50 PM

Maybe you are looking for

  • Will this damage my macbook pro

    Hi guys, I bought this macbook pro 15 inch i7 2.3 ghz for college in a few months. I wanted to also play a few games on it, (call of duty modern warfare 2, Left for Dead, ect..) My dad saw me installing steam, and he got upset, saying that he doesn't

  • Sharepoint 2010 locking out users after changing user login

    We have changed several users logon UPN to match our proactis.com domain in azure / office 365 in preparation for sync our active directory. But since doing so it would appear that users are no longer getting access to our sharepoint 2010 server rand

  • Navigation bar problem - like many others

    I have used Fetch to transfer my iweb page to a server, but no matter what theme i used the navigation bar will not show up, and therefore the other pages are not accessible. Many seem to have had this problem, no one has posted a definitive reason o

  • Taking images from Photoshop and taking them to Dreamweaver

    Why is it that when i take my images from photoshop and save them for the web, that when i open them in my dreamweaver html file they have lost quality and saturation in the image?

  • Error while attempting to save new zone entries into DNS

    Some configuration data is invalid: The automatic client Bonjour browsing domain must either be a fully qualified domain name (it must end with a dot) or be @ (special symbol for the current domain). mac mini 2.66 4gb memory mac ox server 10.6.7 (bui