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

Similar Messages

  • Time constraint of Infotype 0006 subtype 1 and 2

    Hi All,
    Currently the TC of infotype 0006 subtype 1 is 1.
    I have changed it to 2, so that the gaps are there but no overlapping.
    However, when I go in SAP and create a new record, its delimiting the previous record. But if I click on change button, its overwriting the original record instead of delimiting it.
    Please advise what can be done regarding the same.

    So that means, whenever an employee updates his address from the front end, the create address standard BAPI should be fired to update the data in R/3.
    This will delimit the previous record, since I have maintained TC as 2 for subtype 1 and 2.
    Please correct me if I am wrong.

  • 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

  • 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

  • Time constraints for infotype 0185

    Hi experts,
    Need your suggestions,
    Is it possible to change the Time constraints for infotype 0185. What will be the impact if i change from 2 to 3 time constraints. Please explain...
    Shiv.

    hi,
    what i meant was standard time constraints should not be changed unless there is no other option.
    changing the time constraint is a quick fix solution.
    these standard time constraints are set after a lot of thought.
    like he referred 185  which is personnel ids.
    here you can see that it has sub types each sub type can have one record.
    you cannt have two passports .
    you cannot have two pan numbers etc.
    lets us sasy the end user enters some data wrongly and then he realises and creates another record for the same with out deleting the old one.
    the system will take it.
    but as you can see the data is already duplicated and it gives errors if some work flow or some other functionality is written basing on that input.
    regards
    nalla

  • Time constraint of infotype based on subtype

    Hi,
         I have created a master data infotype with different subtypes 0001,0002,0003,0004, etc. I want a time constraint 1 for subtype 0001 and 3 for all other subtypes.
         I would like to know the steps required for configuring the infotypes time constraints based on sub types.
         Kindly help.
    Regards,
    Satish

    Hi Sayantan,
        Thanks.
    Regards,
    Satish

  • 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

  • UCCX changing time variables from AM to PM and vice-versa

    Hi all.
    I have an extremely irritating issue that I'm hoping someone can shed some light on.
    I'm currently making improvements to one of our contact centre scripts. We require to activate redirection on the fly quite often, and in the past I used a modified script with different time of day tests.Going forward I wanted to provide the ability for this to be activated and times set through the GUI.
    So I made some variables as parameters, of note these are RedirectOperation (boolean), RedirectFrom (Time) and RedirectUntil(Time).
    The flow is that if RedirectOperation is true, a time test is performed to dictate when we redirect - this is in the form of:
    (T[now] >= RedirectFrom) && (T[now] <= RedirectUntil)
    Now I know I can use T[now].before(xxx) etc but the operation itself isn't the issue, it does work perfectly fine this way, but the times change from AM <<>> PM under certain conditions.
    To explain:
    I set the default (on the script itself) RedirectFrom to "T[6:00:00 PM]" and RedirectUntil to "T[11:59:59 PM]".
    When debugging the script, I can see that the system changes the times from PM to AM (under the variable list on CCX editor during a reactive debug) ! That's if I've not selected these parameters on the GUI. If however, I do select the parameters and still use the default values, when debugging, they stay as PM!!
    This is surely a bug??
    To try something else, I changed my time format to 24 hour clock - so 18:00:00 and 23:59:59 respectively. I can set these on the script itself, and if the parameters are unchecked and left at default, it works fine. However when I select the parameter and try to change the times to (for example) 19:00:00 and 22:59:59, the GUI spits an error saying:"* Please enter a valid date for the Date configurable variable." I can only assume there is a mismatch between what you're allowed to put into the script and what the GUI thinks you're allowed to.
    But certainly the script surely should not be changing between AM and PM when a variable is left to default??
    Any ideas would be greatly appreciated!
    Thanks in advance.
    Scotty

    After choosing your start time you should be able to click to the right to change from AM to PM or vice versa by using the up/down button.  I just did it.
    If your DVR is not cooperating, try rebooting it.

  • 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

  • Time Constraint assignement to PD infotypes based on Subtypes.

    Hello All,
    Is there a  way to assign Time contraint to PD infotype like 1005 based on Subtypes? If so how can we do this? I tried in table T591A but I guess this table is only for PA infotypes.
    Thanks,
    Chakri.

    Hi,
    Goto to sm30 and give T777I.  There choose your infotype and click the time constraint. You can give the subtype and time constraint.
    Balaji

  • Time constraint 'T' for custom infotype

    HI experts,
    Im creating a custom infotype and i want to assign time constraint 'T' for that infotype. But while assigning the time constraint in Infotype characteristcs in PM01, it throws the below error message.
    "TIme constraint T is not allowed for 9021 infotype".
    Pls tell me what is the pbm here and how to solve the problem?

    Hi,
    Try this.
    If a subtype needs to be maintained for the Infotype then some additional steps also needs to be performed
    before providing Infotype characteristics
    1. Select the Technical attributes from the initial screen of PM01 transaction .You will see a list of RP_XXXX where XXXX is infotype.
    2. Select the change button on application tool bar. The dialog module in the above screen then becomes
    editable.
    3. Select the Infotype 9021 and select the details button. Make sure you are in change mode.
    4. Provide the Subtype field of the Infotype, Subtype table as T591A and Subty.text table as T591S.
    5. Save and go back to the initial PM01 screen.
    6. The subtypes for an Infotype can be entered via the maintenance view V_T591A.
    Now try maintaining time constraint T with view V_T582A through SM31.
    cheers
    Ajay

  • Time Constraint for Subtype

    Dear All,
    I have created Customer Infotype 9909 having Five Subtype. Now I have to give Time Constraint to each separate subtype. please guide for the same.
    Regards
    Mangesh

    Dear All,
    My created Infotype 9909 having Five Subtype like 1,2,3,4,5 and I have give Time Constraint i.e. 1,2,3 to each separate Subtype. Like same example you will find for Infotype 0006 of Address. For Infotype 0006 the Time Constraint is "T" but there is separate Time Constraint for each subtype of 0006. You will find it in Table T591A. I am sending the following values of Infotype 0006 with its Subtypes having Filed "ZEITB" which shows different Time Constraint for its Subtypes. So like that I want to maintain separate Time Constraint for each Subtype of created Infotype 9909.
    MANDT     INFTY     SUBTY     ZEITB     OBJRQ     STEXT
    800     6     1     1          Permanent residence
    800     6     2     3          Temporary residence
    800     6     3     2          Home address
    800     6     4     2          Emergency address
    800     6     5     2          Mailing address
    800     6     6     2          Nursing address
    So please let me know the solution.
    Reagrds
    Mangesh

  • Time constraints for IT0377

    Hello All,
    For the Benefits IT, 0377, we are using a benefit area 08 and subtype 0001.
    For this Benefit Area and Subtype, we have configured several Benefit Plans such as BUPA, CYCL, TRVL etc.
    We want to set the time constraint such that for an employee, multiple benefit plans for the same period can exist (Time Constraint 3), but at the same time, there should be no overlapping record for the same benefit plan.
    for Ex, a BUPA can exist from 01.01.2007 - 01.01.2008 and
    a CYCL could exist from 01.01.2007 - 01.01.2008 <i><b>but</b></i>
    another BUPA with 15.01.2007 - 15.09.2007 should not be allowed. In this case the earlier BUPA should be delimited.
    If I use time constraint 1 or 2  I cannot create multiple benefit plans, as all previous records with the same time range are deleted.
    How can I configure the Infotype such that the above requirement can be fulfilled?
    Thank You,
    Vaishali

    Hi..
    I don't think it can be done, as this as time constraint depends on the startdate and enddate, and it has no connection with the Benifit Plan .

Maybe you are looking for

  • Error attempting to instantiate the activation agent class "oracle.tip.adap

    I am trying to run the JMS and AQ tutorials and experiencing class problems. The BPEL process I am looking at is Queue2Topic. When I go to the BPEL console, I have a yellow exclamation mark against the process Queue2Topic, and when I click on the pro

  • Login problem after change in Domain name of portal

    I have installed portal 3.0 Beta on windows 2000. installation has gone fine and everything was working. after this i made change in domain name. for this i ran ssodatan.cmd script (source from metalink). now i am not able to go by "http://domain_nam

  • Updating library automatically ????

    Ok, complete noob here. I've copied all my CDs onto an external hard drive using Itune. But this has been done on different computers. My problem is that when I copy a CD to the e-HD from computer A, this CD is only added to the itune library on comp

  • Outbound Quantity should be equal to or less than STO quantity.

    Dear Gurus, My client have problem regarding the quantity in Outbound deliveries. Suppose in STO quantity is 100, user is making partial Outbound Delivery(OBD) say of 50 quantity today and making OBD of  60 quantity tomorrow . system is allowing to m

  • Who also experiences the fact that CC shuts down?

    I can't open any type of file to work on in Photoshop CC. The program shuts down immediately.