Date Specifications IT0041

In my selection screen we're attempting to do a select on a specific date type in multiple columns however, with the unique structure of IT0041 if I select for instance 'Z9' in column 2, I may get 10 results. If I select for 'Z9' in column 3, I may get 20 results. If I select for 'Z9' in both positions my result is zero rather than a total of 30 since 'Z9' is not in both positions but in one OR the other hence my problem. Is there a way to search where 'Z9' is in column 2 OR column 3.....  rather than in column 2 AND column 3? Kind Regards.
Edited by: Regan McCarthy on Jul 1, 2010 12:08 AM
Edited by: Regan McCarthy on Jul 1, 2010 12:13 AM

Hi,
The feature DATAR is used to determine default date types whenever IT0041 (Date Specifications) is maintained. For example, you want date types 01(Benefit start date) and 02(Benefit term date ) to default when IT0041 is created for US employees. You would then use the feature and build decision tree like DATAR>MOLGA>10>01-02.
The config. path is SPRO>Personnel Management>Personnel Administration>Evaluation Basis>Date Specifications>Determine default date specification.
Like that way create one more date type in that table T548Y, and give the return values. While creating 0041IT , by default you can get the both date types.((Benefit start date, benefit term date ).
Regards,
Devi.

Similar Messages

  • Dynamic action defalting IT0041 date specification

    Hi., Every one
    I am strucking up bringing default values to date specification (IT0041).
    Requirement: Based on the Hiring date (ex: 1.1.2007) system should calcuate (adding 6months) the other date specification and should default in the date field.
    If the Hiring date is 1.1.2007 system should default 1.7.2007 (adding 6 months) in the date specification field.
    My configuration follows below:
    0000                   04     332     P     T001P-MOLGA='40'
    0000                   04     334     P     P0000-MASSN='I1'
    0000                   04     338     I     INS,0019,Z0
    0000                   04     339     W     P0019-TERMN=P0000-BEGDA
    0000                   04     340     W     P0019-VTRAN='6'
    0000                   04     341     W     P0019-VTRZH='012'
    0000                   04     345     W     P0019-VTROP='+'
    0000                   04     350     I     INS,0041,,,(P0000-BEGDA),(P0000-ENDDA)
    0000                   04     352     W     P0041-DAR05='Z0'
    0000                   04     354     W     P0041-DAT05=P0019-TERMN
    I tried storing the value (1.7.2007) in IT0019, and tried default that value in IT0041 date specification., but its not working in that way..
    Would appreciate your help., if any one fix this problem.
    Madhu. K

    Hi
    Its very much possible i have done it in my earlier company you have to take the help of the abaper and guide him with your Actions codes and the day type codes.
    Award points if helpful
    Regards,
    Bhupesh Wankar

  • IT 0041-Date Specifications Quick / Fast entry

    Hi Friends,
    Is there a quick way of creating IT0041 for existing employees (Not through Actions)
    How about Fast Entries?? - How to maintain for IT 0041-Date Specifications, through fast entries?
    Please advice, it's bit urgent...
    Regards,
    TG

    Hi ,
    I dont have any document regarding this , although i can guide you writing step by step
    Run the transaction <b>scat.</b>
    After that it ask you transaction code to reocord.
    After that do the same procedure you use for recording then
    After recording jsut click on end on processing or <b>F12.</b>
    Component you have to mention what ever is yours you can give here something <b>py-au.</b>
    double click on<b> SE11</b>
    and again double click on SAP....
    now it again shows all screen what u recorded here you have to reocrd which field you require now do the step by step <b>press F6</b> which field required .
    Goto export all the fields.
    Choose save .
    <b>Parameter F7 .</b>
    <b>Remove the default fields.</b>
    save run
    Hope your problem solved.
    Manoj Shakya.
    Techno-Fuctional Consultant
    SAP-HR
    <b>******(Useful answers should be rewarded)        </b>

  • DAte not available in infotype 0041(date specification)

    Hai All,
    In our place we are using 4 type of "date type"
    Z1 Hired date.
    Z2 Seperation Date
    Z3 Leave quota start
    Z4 Service entry date
    for all employees date specification maintain by dynamic action.
    for some employees date specification is not maintain by the system.they are having only Z1 Hiring date only. others not available.
    how can i rectify this problem?
    Kind regards.
    Dinesh.

    Hi
    You have to check your Dynamic action.
    While querying dynamic ation how did you quaried, on which grouping you quried ?
    The employee who dont get the details are members in that group are not?
    if you give it in feature you must have all 4 dates to all the employees, otherwise you will be in trobuble
    becuase SAP wont allow you fill the type only without date in infotype 0041
    Regards
    Adi

  • Use of date specification in PCR

    Hi Experts,
    I difficulty in understanding use of date specification in PCR. Can anyone help me understanding following operation in a PCR?
    *NUM=FI7T*
    Here I7 is date type from infotype 41 and I know that T calculates difference in days. However, I do not understand that differnce of I7 is calculated from which date? In other words what is the meaning of F here. I have gone through documentation and F is related to change in weekly hours but the calculation is not matching.
    Can some one please help me?
    Regards,
    Shalini

    Hi,
    When you put NUM=F, F means you are taking the date from infotype 41. If you check in tcode pe04, look at the information for NUM and you may see that you use F for bringing the dates of infotype 41. The difference it brings is from the date you are running the payroll and the date I7 from infotype 41 measured in days (this is because you use the letter T. If you put an M you will get it in month and you have other options as well).
    Hope it helps.
    Kind Regards,
    Edoardo

  • Due Date specific terms of payment

    Hello Gurus,
    How to set-up Due Date Specific Terms of payment ?
    Thanks

    Hi
    I got the below answers in my mind.Whether it may work for you or not. i am telling you the possibilities.
    1) Please explain the client about the process in SAP and try to convince them this will have risk. we are giving free hand to the sales person for selecting a imaginary date as due date.
    2) if they are not agreeing for that, they have to put some manual work in that.
    In OBB8 Select Default date for base line date -Posting Date.
    when they want to post the invoice tell the sale person, select a random date (like customer's birthday), back calculate the days and put the months there.
    3) check for any user exits available or you have to develop  a custom enhancement screen for calculating the due date
    You can create a substitution in FI (OB28) and use exit RGGBS000 (Form u100) to write your code
    In OB28 - (use method "exit only")
    Prerequisites: Company code = XXXX and Account Type = D and (Syst-Tcode = VF01 or FB70 or VF02)
    Choose Field "Baseline date" and mention exit name as U100... Write ABAP code here in
    or wait for until some experienced consultants response on this.
    with regards
    siva
    Edited by: Siva Rama Krishna Yanamandra on Dec 9, 2010 4:19 AM

  • IT 0041 Date Specifications - Can we add more fields?

    Currently, one can only have up to 12 date types / dates in IT 0041.  We are tracking subsitute start date assignments for each substitute teacher - which can result in multiple entries of this customer date type we created.  I saw on SAP help that the screen can be modified.  Can one just go to MP004100 in the infotype screen control and copy entries to add more fields to enter these date specifications?

    Hi,
    To meet your requirements you need to enhance infotype with help of an abaper. The steps are
    Go to Transaction PM01.
    Enter the Infotype number which you want to edit
    select single screen tab
    Select Customer Include ra
    Select the u2018PS Structure Infotypeu2019.
    Create a PS structure CI_INCLUDE and create your fields
    Save and Activate the PS structure
    Go back to the initial screen of PM01.
    Hope this will be of help
    Regards,
    guds

  • Remediation Schedule - Date Specific

    In my organization, we are only allowed to patch computers from 10:00 pm until 6:00 am the next morning. I want to use the Remediation Schedule - Date Specific function for deploying patches and stay within my narrow window of time, and I thought I could use the "Start at a random time between Start and End Times" feature.
    For example, I wanted to start patching on 02/25/09 starting at 10:00 pm, ending at 6:00 am, and I wanted the same schedule for 02/26/09. I added 02/26/09 and 02/27/09 as Start Dates, checked the "Process immediately if device unable to execute on schedule" option, selected the "Start at a random time between Start and End Times" feature, and set the Start Time for 10:00 pm and the End Time for 6:00 am. Unfortunately, I have computers patching at 11:00 am on 02/26/09, which is not at all what I intended.
    Do the Start and End Times have to fall on the same date? Based on how I did it above, what logic is ZENworks using to determine that it's ok to patch at 11:00 am? I was trying to mimic the old-style blackout schedule we used to have with PatchLink. Is it even possible to do it without having to specify a content blackout schedule, which would effect not only patch bundles, but my bundles, settings, and policies?

    mdstewar,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Infotype 41 (Date Specification)

    Hi,
    Can anybody explain clearly what is the difference between Date Type 01 (Technical Date of Entry) and Date Type 07 (Hire Date) in infotype 41 (Date Specifications).
    Thanks in advance.
    Regards
    Sudarsan

    Hi,
    Hope this explanation helps
    Day Type is an indicator that a certain calendar day is payment-relevant, that is, an employee is paid for working that day.
    An employee's scheduled attendance can differ from the employee's daily work schedule.
    Example
    Two day types are defined in the standard SAP System. Day type "0" or "blank" indicates a paid workday and day type "1" indicates days that are paid but no work is performed. Therefore, public holidays are assigned the day type "1."
    If a calendar day is assigned the day type "1," than the day is considered "off" and is paid, although the employee usually works on that day according to the employee's daily work schedule. This is the case, for example, when a public holiday is a Thursday.

  • How to make date specific in sourcing personalized pages

    How to make date specific in sourcing personalized pages

    1. Extend the controller NegCreationHeaderPageCO
    2. have code something like below.
    OAMessageRadioGroupBean Quotestyle=
    (OAMessageRadioGroupBean)webBean.findChildRecursive("BidVisibilityCode");
    Quotestyle.setreadonly("yes";
    3. Attach the extended controller through forms personalization.
    Please try and let me know if this works fine.

  • FM to get the date specific structural help

    I am working on structural help for Org id  for a selection screen parameter.
    I am using  FM RH_OBJID_REQUEST. It is giving the structure valid ion today. My requirement is to get the structure valid on given period in the above selection field.
    Please let me know is there any other way(other FM) to get the date specific structural help.

    Pass your dates to ORGBEG     & ORGEND                                                                               
    Description                                                                               
    This parameter only applies to the search function.                                                                               
    The parameters ORGEND and ORGBEG together determine the period in which          
         the organizational assignment data for positions is read. The entry in           
         ORGBEG specifies the start of the search period.                                                                               
    Value range                                                                               
    Allowed values are all dates smaller than the date in ORGEND.                                                                               
    Default                                                                               
    The default value is the smallest system date.                                                                               
    Function Module                                                                      
    ^Saquib

  • Default Date in IT0041 On Executing Promotion Actions

    Dear Colleagues,
    I have written a Dynamic Action for defaulting the Promotion date in IT0041. It's working perfectly fine.
    However system is throwing an error on executing Promotion action for the same employee second time.
    Here client wants that the latest promotion date should get defaulted in IT0041.
    Please guide.
    Regards,
    Garima

    Yeah..sure.
    It's actually giving that Date Type is already maintained...
    Code is
    04 81 PT001P-MOLGA='40'
    04 82 P P0000-MASSN='05'
    04 83 I  COP,0041,,,(P0000-BEGDA),(P0000-ENDDA)/D
    04 84 W P0041-DAR07='R5'
    04 85 W P0041-DAT07=P0000-BEGDA

  • Do you know of any date specific transactions for year end processes?

    We are using SAP ECC6 SD, MM, FI, CO with COPA. Our number ranges are not year specific. We have control of currency conversion rates and they are allowed for.
    I have gone through all the end of year transactions listed in our manual and cannot see any that must be carried out on the last day and cannot be done retrospectively. However, we have previously had problems with this in other systems so, just to be sure, does anyone know of any SAP transaction for end of year processes that must be carried out on the last day, and only the last day, of the period?
    Thanks in advance
    David

    Hi,
    Though the period end activities are not date specific, there surely exists an order with which it should berun.
    Regards,
    Sridevi

  • Patch Policies not applying when set to Date Specific

    I have been trying to use patch policies for a while but can't seem to get
    them working very well. In 'Patch Policy Enforcement Settings' I have set
    a schedule using 'Date Specific' and 'Process immediately'. If I check the
    patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/ 88
    Pending. The 88 never move from pending even though almost all of them need
    the required patches. If I set the schedule to Recurring and 'When a device
    is refreshed' it basically tries to install the patches on every refresh
    cycle even though the device no longer requires the patches. This happens
    on every device targeted by the policy.
    Digging into the actually bundle that gets created I can see in the install
    actions the Install Frequency is set to 'Install always' which may explain
    why it runs through each patch every refresh when it is set to install on
    refresh.
    The documentation on this new feature doesn't go into much detail on how
    everything actually works. I would guess the correct functionality would be
    once a policy is enforced on a machine it would no longer try to keep
    installing the same patches from the policy since they are not needed.
    Using the Enforcement by 'Date Specific' seems to be broke also.
    Jim Koerner
    Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    Clients - ZCM 11.3.1FTF1 on Win7SP1x64

    Originally Posted by Jim Koerner
    Sounds just like it. Missed when I was browsing the knowledge base. doing
    some more detailed searching I fount this in readme for 11.3.1 "Defects
    addressed 848442 Process immediately if device unable to execute on
    schedule" option doesn't work of Patch Policy Enforcement Settings. In my
    case this is not fixed and I am at 11.3.1FTF1
    I will have to put in a SR and see if anything has been done with it since.
    Jim
    "thsundel" wrote in message news:[email protected]...
    Jim Koerner;2337983 Wrote:
    > I have been trying to use patch policies for a while but can't seem to
    > get
    > them working very well. In 'Patch Policy Enforcement Settings' I have
    > set
    > a schedule using 'Date Specific' and 'Process immediately'. If I check
    > the
    > patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/
    > 88
    > Pending. The 88 never move from pending even though almost all of them
    > need
    > the required patches. If I set the schedule to Recurring and 'When a
    > device
    > is refreshed' it basically tries to install the patches on every refresh
    > cycle even though the device no longer requires the patches. This
    > happens
    > on every device targeted by the policy.
    >
    > Digging into the actually bundle that gets created I can see in the
    > install
    > actions the Install Frequency is set to 'Install always' which may
    > explain
    > why it runs through each patch every refresh when it is set to install
    > on
    > refresh.
    >
    > The documentation on this new feature doesn't go into much detail on how
    > everything actually works. I would guess the correct functionality
    > would be
    > once a policy is enforced on a machine it would no longer try to keep
    > installing the same patches from the policy since they are not needed.
    > Using the Enforcement by 'Date Specific' seems to be broke also.
    >
    > Jim Koerner
    > Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    > Clients - ZCM 11.3.1FTF1 on Win7SP1x64
    Could be this: http://www.novell.com/support/kb/doc.php?id=7015217
    Thomas
    thsundel
    thsundel's Profile: https://forums.novell.com/member.php?userid=128
    View this thread: https://forums.novell.com/showthread.php?t=480214
    Yes, please do open a SR if you can..
    Thomas

  • MB5B - Stock on Posting Date, Specification for data base accec

    Hi,
      I am facing some problem with MB5B Transaction as when we login with t. code MB5B  at the bottom of screen there is radio button selection for specification of database access for best runtime and the default the first radio button is selected i.e Database determines optimum access    but with this report is coming very very slow we have to wait for 4 minuts for each material  and same if we execute by selectting the second radio button i.e start off with material number  i am getting data very fast  with in 5 second  so i want to know what is diffference between these radio buttons if we select first second or third radio buttons
      one more thing we are facing problem from last 4 days only .
    regards,
      zafar

    I dont have these 3 buttons in my MB5B in ECC6 system.
    But I saw OSS Note 1005901 - MB5B: Performance problems
    it explains why it is that slow.

Maybe you are looking for