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.

Similar Messages

  • 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

  • HR-ABAP-regarding infotype 0041-dates specifications

    Hi All,
                   Can any body help in this problem that.
    I am retrieving one particular date from infotype 0041 by passing the date type U9.
    I want to know from which dardt(date type field in PA0041) i.e., dar01 or dar02 or dar03- - - - dar12, the date is coming .
    Pls let me know urgently this.
    Andvance thanks for all of your efforts.
    Thanks&Regards,
    Jeevakala.

    Hello,
    The option i have implememted for a similar scenario is as follows
    data: v_darxx like p0041-dar01,
             v_datxx like p0041-dat01.
    select single * from pa0041 into int_pa0041 after passing key fields
    do 12 times
    varying v_darxx from i_it41-dar01 next i_it41-dar02
    varying v_datxx from i_it41-dat01 next i_it41-dat02.
    if v_darxx = 'U9' and v_datxx gt v_dat.
    "You have your required date
    endif.
    enddo
    the same has been discussed in the following link,
    Reading dates from infotype 41
    Hope the suggestions gave you some idea
    Reward if helpful
    Regards
    Byju

  • Finding changes in HR infotypes by date.

    Hi All,
    I am required to develop a report giving * changes in HR infotypes by date.
    *I have made use of two Function Modules, HR_INFOTYPE_LOG_GET_LIST and
    HR_INFOTYPE_LOG_GET_DETAIL. I am able to correctly get the table giving
    output of first function module HR_INFOTYPE_LOG_GET_LIST. However, when I am
    passing each record of table retrieved as output of first function module to
    second function module, it is taking a lot of time to process and finally
    gives a dump at the SELECT SQL statement that is responsible for retrieving the data from PCL4 cluster.
    Regards,
    Ameet

    Hi,
    Thanks for the reply.
    Yes, thats true. My requirement is based on report RPUAUD00 infotype audit report.
    Based on this report and Functional Specification given to me, I am required to make use of two Function Modules mentioned earlier.
    I have written a code given below:-
    DATA: t_change_list TYPE pldoc_key_tab,
    w_change_item TYPE pldoc_key.
    CALL FUNCTION 'HR_INFOTYPE_LOG_GET_LIST'
    EXPORTING
    TCLAS = 'A'
    begda = p_aedtm
    endda = p_aedtm
    TABLES
    infty_logg_key_tab = t_change_list
    DATA: t_before TYPE prelp_tab,
    t_after TYPE prelp_tab,
    w_before TYPE prelp,
    w_after TYPE prelp.
    LOOP AT t_change_list INTO w_change_item.
    CALL FUNCTION 'HR_INFOTYPE_LOG_GET_DETAIL'
    EXPORTING
    logged_infotype = w_change_item
    TABLES
    infty_tab_before = t_before
    infty_tab_after = t_after.
    ENDLOOP.
    Now, when I loop at t_after into its corresponding workarea, just to know the records populated by means of following code.
    LOOP AT t_after INTO w_after.
    CASE w_after-infty.
    WHEN '0001'.
    WHEN '0007'.
    etc..........
    ENDCASE.
    ENDLOOP.
    It gives me dump when report is run, and the dump error screen locates this error at point select * from PCL4.....
    I hope that my problem is more clear to you now. Please help me out to understand what would be causing to give the dump.
    Also I want to ask in case I dont want to use standard PNP selection screen. Inspite of that I want to use the only three select options viz Changed By, Changed On and PERNR from the RPUAUD00 infotype audit report. How can I achieve this. Is there a way to do this.
    Regards,
    Ameet

  • 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

  • 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

  • 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

  • Org.Assignment Infotype start date and End date is getting wrong.

    Hi, When i create a new employee in PA40, in Org. Assignment infotype start date and end date is getting wrong. for eg. When i create an employee on 01.04.2014.    In org. assignment infotype its getting like this. 01.01.2014  to  31.03.9999  and 01.04.9999 to 31.12.9999  Two date entries are creating by default.

    Hi
    Check in the Table - T588Z : Dynamic Actions ,is there any custom routines causing the defaulting dates functionality.
    Thanks,
    Sreeram

  • Restrict OM Infotype start date as 12/31/9999

    Hello Experts,
    I want to restrict OM infotype start date on entering start date as 12/31/9999.
    One of the OM infotype is accepting and saving that record when entered start date as 12/31/9999.
    Please let me know how to restrict doing that.
    Thank you.
    Regards,
    Saurabh

    Hi Saurabh ,
    Implement BADI definition HRBAS00INFTY  . In Method  AFTER_INPUT or IN_UPDATE , code as :
    READ TABLE new_image INTO  w_new_image  INDEX 1.
    if  w_new_image-begda = '99991231' .
    *Throw a Error Message as "Start Date cannot be  12/31/9999'  .
    endif .
    Thanks ,
    Sucharita Das

  • 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/

  • 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.

  • How to load infotype 2010 data in to R/3?

    Hi,
    I posted the same question earlier but with a wrong subject line.
    My question is how can I load infotype 2010 data in to ECC 6.0? I am using PI to convert a flat file, but depending on the feature available on R/3 side(either IDOC, BAPI, or a flat file) I am going to convert to the required format.
    Can anyone tell me what is the best way to push this data in to R/3.
    Appreciate your answers.
    Thanks
    Raju

    Sorry My Bad.
    Use this BAPI
    BAPI_PTMGREXTREMSPEC_INSERT and below id the description of the BAPI.
    This method stores the data records in the interface tables PTEX2010 and PTEXDIR. Then, the report RPTEXTPT (External Transfer -> Time Management reads the data from PTEX2010 and stores it in the Employee Remuneration Info infotype 2010. Neither cost assignment nor activity allocation is supported with this method.
    You can try these as well.
    BAPI_PTMGREXTREMSPEC_INSWACT Insert EE remuneration info in table (with activity allocation)
    BAPI_PTMGREXTREMSPEC_INSWCOST Insert external EE remuneration info in table (w/ cost assignment)

  • 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

  • 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.

  • Hiding Infotype Start Date in the header

    Hi
    I need to hide the infotype start date begda for a particular infotype 8.
    I tried all these tables but could not find an option to hide bedga
    T588m
    V_582A_B
    V_T588I
    T588J
    Looking forward for some inputs
    Thanks

    Hi Raj
    Every single infotype won't have each  Header screen.
    V_582A_B this the table headers assigned For infotype 0008 header is 03;
    If you change that header it will effect othere screens too.
    To avoid this you need to create one more header and add it here
    Or write pice of code in user exit
    Please check
    Best Regards

Maybe you are looking for

  • Database Adapter in 11g

    is anyone know how to configure 'OutputCompletedXml' in SOA 11g Database Adapter? How to configure Toplink sequencing in JDeveloper SOA applicatoin(Database adapter generated mappings). Thanks --Sree                                                   

  • FCP 2 upgrade causes Crash

    I have many videos created in the older version of FCP and now, since I have upgraded to FCP 2- it crashes every time I open a previously made project and do anything to it. I used it the day I installed it, and it worked fine, but since adding FCP 2

  • Why is the query so slow?

    Hi, I've got a query running fast (3 sec.) If I try to execute it on test enviroment, it takes about 2 minutes (!) I see in both enviroments the explain plan is the same and so are the indexes used. I've also tried to rebuild the indexes and the tabl

  • Recently purchased a 2nd handed iphone 4 (that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

    recently purchased a 2nd handed iphone 4s(that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

  • Logistics InfoSys: Time unit field DFZEH

    Hello, In infostructures S021, S022, S023 and S024 the time unit field DFZEH is set to DAY as SAP standard. In IMG tc MCRG it seems to be possible to change this time unit which should be useful for short lead times and execution times(field MCPPCUST