No read authorization for info type 2001/0402 for pers. no. 00000018 betwee

Hi,
Mangers try to approve the leave request iam getting below error.
No read authorization for info type 2001/0402 for pers. no. 00000018 between 04.05.2010 and 04.05.2010.
how can i resolve this issue.Pls help me
Please advice
Regards
SATYA

Hi Satya,
Check the authorizations for the user in mentioned infotypes, you can help you with SU53 and ST01 (using auth trace) transactions.
Regards

Similar Messages

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • Archive Employee for Info type 0008

    Hi Experts.
    I have a requirement liek, i need to archive the personal number for info type 008.
    We have an Object PA_LDOC. The write program is RPAR3W00.
    I need to modify the write program, which should accept the data from flat file to create the record and archive the created record for Info type 008.
    Please let me know how can i go a head, since i dont have parameters for personal number and infotype in the selection screen.
    Thanks,
    Sriram.

    Hi Srini,
    Thanks for your prompt reply.
    I have one question.
    Can i use RPAR3W00 to archive personal number for info type 0008, If yes where can i give infotype(0008).
    and where can i pass basic pay details.
    Please suggest me on the same.
    Thanks,
    Sriram.

  • BADI for Info type 24(skills)

    Hi,
    I want BADI or exit for info type 24, i need to restrict the skills to two and primary skill can have 4 proficiencies(primary, primary basic and so on) and secondary skill can have 4 proficiencies(secondary, secondary basic and so on). If the user selects two skills as primary, i need to display error message.
    can any worked this type of requirements.
    Thanks
    Rajavardhana Reddy

    Hi rajavardahana,
    1. HRPAD00INFTY
       is in PBAS package only.
    2.  use the method AFTER_INPUT
       to do validations.
    3. use the parameter
       OLD_INNNN
       to fetch the details of the
       infoteyp data which has been entered.
    4. use this kind of logic ,
       to get the required data.
    data : IP587 like P0587.
    *Error Messages for particular selection.
    case INNNN-INFTY.
      when '0587'.
        call method CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
          EXPORTING
            PRELP = OLD_INNNN
          IMPORTING
            PNNNN = IP587.
    regards,
    amit m.

  • SRM 4.0- How to set the default values for product type (01) only for SC

    The radio button “Service” should not be visible.
    Also for search help (e.g. search for internal products) where a search should only be possible for product type 01 (goods). The system should not display the product type and internally always search for goods only.
    How to set the default values for product type (01) only for SC
    We needs to use Search help BBPH_PRODUCT which having parameter PRODUCT_TYPE
    Here we can set defalut value 01 but it is not correct one since same search help is using several places.
    We need to limit the search help results only for SC.
    Kindly help out me ASAP.

    The easiest way to set defautl values is to edit the batch class.
    Goto the characteiristic and go to update values.
    In here you probably have something like 0 - 100 as a spec range.
    On the next line enter the default value within this range.  At the end of the line, click in the box in the column labelled "D".  This indicates the defautl value for the characteristic.
    If you need to you can do this in the material classification view as well.
    Just to be clear, these values will only show up in the batch record.  You can not have defautl values in resutls recording screens.
    FF

  • Field Seletion for movement type  / acct differes for BA

    dear all
    while posting in MM the user is facing the problem and error message
    Field Seletion for movement type  / acct differes for BA
    please let me know if i can do some thing with Field status variant in FI
    I am not able to figure this out

    If you Run Program RM07CUFA in SE38 and compare movement  type  and GL you can see the
    comparison of the field status variant of the movement type and GL
    Hope this will resolve your issue
    Bilal

  • HRMD_ABA change pointer trigger not work for info type changes

    Hi,
      In change pointer for message type HRMD_ABA Certain changes to HR records like adding activity types to infotype 315, changing dates to infotype 0001, 0105 and 315 and adding/changing/deleting are not woking through change pointers.
    We are are replicating those changes through RHALEINI program, so can anyone let me know how to customize in case of adding this info types to trigger automatically through change pointers.
    Thanks,
    Marai

    Hi,
       Then check for change document created or not, if created then use SWEC  to  link it

  • Table T588M for info type screen display:

    Hi Experts
    I have deleted relevant entry in in table T588M for an info type still the system shows some screen. where from does that screen come. Can anybody help..?

    As i understand, there is a screen element that you want to get it disabled but is not available in the table v_t588m. Is that right???
    If YES, the screen element/ field of your screen, for example 3000 of it0817, can be disabled from the screen layout also.
    Go to SE80 -> select the module pool mp081700 as your program -> select screen 3000 -> Click on the 'layout' in the application toolbar -> select the element and delete or change the properties, might be display properties in your case.
    Hope this helps.
    Cheers,
    LG

  • HR IDOCS failing for Info Type 1002

    Guys, I am moving from business side of SRM to techno/functional. We have HR data replication IDOCS failing from R/3 to SRM with the following error. Any help on how to debug this further and your thoughts/experience on this error
    Error: insertion of infotype 1002 (return code 3 )
    Message no. 5-133
    Diagnosis
    An error occurred when you tried to insert infotype 1002 using RH_INSERT_INFTY (return Code                                                    3).
    Thanks

    Hi
    This is a system bug.
    Please go through the following SAP OSS Notes, depending on your SAP version/Support pack ->
    Note 185422 HR-CA-ALE: Error with RH_INSERT_INFTY
    Note 890704 RH_INSERT_INFTY: Inserting in the structural authorization
    Note 832395 HRALX: Status 51: Insertion of infotype 1001
    Note 766882 HRALX: Error when inserting infotypes
    Note 850259 HRALX: Position deleted or not changed
    Note 445336 Different ADATANR for to and from relationships
    Note 532675 Interface correction for RH_OBJID_REQUEST and RHP_CRMQ
    Note 451578 Error in module BBP_UPDATE_ORG_ADDRESS
    Note 440135 Short dump NO_AUTHORIZATION when creating HR work center
    Hope this will help. Do let me know.
    Regards
    - Atul

  • Registered EIT not in LOV for Info Types Security

    Oracle Federal HR 11.5.9 (HR Only)
    Created 2 EIT's in a new instance.
    One is in the Extra Person Information
    One in in the Extra Position Information
    Each have multiple segments and they are enabled,Value Sets assigned, work saved, DFF's Frozen and compiled successfully.
    Registered them using the Oracle Provided script (\sql\perreeit.sql per Metalink note 70122.1) to the tables PER_PEOPLE_INFO_TYPES and PER_POSITION_INFO_TYPES. PL/SQL procedure
    succesfully completed. Commit complete. They both appear in the table when viewed through SQL.Navigated to Information Types Security to add them to the responsibilities.
    Only the Extra Person EIT is there. NO Extra Position EIT in LOV to add to the Responsibilities.
    Why would only 1 show up as available? What procedure do we need to do to make the Extra Position EIT visable so it can be assigned to the appropriate responsibilities?

    Does the user "want" to or "need" to?
    Looking at other people's medical records is subject to legal data protection in many countries.
    Kind regards,
    Julius

  • M7093  Fld selectn for mvmt type & / acct & differs for & (&)

    "Comparison of the field selection strings from movement type 546 and G/L account 7910115 has revealed that there is an incompatible field selection combination at one or more points.
    Field for which the field selection is different: Asset retiremen"
    I have already run the report report RM07CUFA for mov 546 special stock indicator E and there are no difference.
    And also checked the field status group in the create/bank/interest TAB of G/L Account 400020 in T.code: FS00. And  the field selection variant in the T.code: OMJJ for 343 movement type. And no diferrence.
    Any ideas?

    Was 546 O.

  • Suggestions for 'cpanel' type management system for OEL?

    I am probably going to get shot to bits on here for asking about this - but I am interested to know if anyone has tested / used any 'panel' type systems on OEL.
    For large multi customer hosting operations, where you sometimes want to give the customer partial control of the server (basic tasks such as restarting services, adding websites, etc) it's not always possible to simply give them a shell and tell them to get on with it - that usually causes more problems!
    So. Management panel for OEL?
    Anyone?
    Jeff

    For administrators, http://www.webmin.com is popular. Not only can you remote admin the box, you can add custom buttons to run applications or your own scripts.

  • FM  to insert info type 0008 for indirect evalutaion

    Hi,
    can i use hr info type operation FM, for inserting info type 0008 because annual salary is indirectly evaluted?
    is there any other FM which does this calculation and insert info type 0008.
    Thanks,
    Kranthi.

    BAPI_BASICPAY_CREATE can be used to upload data into IT-8, where we have indirect valuated wagetypes
    Raghu

  • Info groups for different types of actions

    Dear Consultants,
    I would like to know which are the mandatory infotypes (to Configure Infogroups) for below actions, please do needful.
    Hiring
    Separation
    Promotion
    Transfer
    Termination
    Retirement
    Absconding
    Re Hiring
    Regards,
    Naresh.KM

    when you are mapping the info groups clearly understand the functionality of the SAP system and client requirement since it is mainly depends on the both sides.
    Let say when you are executing an action "Hiring" mandatory information you have to capture is Reason of action one position and location then later employee group personnel area and sub area etc.
    so 0000 actions
         0001 Org assignment of employee cost center payroll area etc mandatory for payroll process
         0002 Personnel data of employee
         0006 Address of employee
         0007 Work schedule of employee
         0008 Basic pay of employee
         0009 Bank details of employee based on system functionality it is required rather than client
         0016 Contract elements it will not effect from system side but client wanted to maintain you have to configure Etc education, Family members, Qualification.
         India specific 0580 to 590
    It does not mean that all above mentioned info types are required for other action
    Eg : Transfer
        Employee is transferring to other location so 00,0001 required and temporary address is going to be change for certain period so 0006 is required here.
    So depends on required information(SAP,CLIENT side) when they are  performing an action.
    Regards
    Venkatesh

  • Removing Objects O and S from info type 1000 and 1028 in Distribution model

    Hi,
    My requirement is to remove the objects O and S in distribution model from the filter group of Info type 1000 and 1028.
    After removing the objects I perform the below steps:
    1.  I send an employee (P) through PFAL.
    2.  Once the employee data is reached to receiver system, then check the employee from PA20.
    3.  From the Organization Assignment info type (0001), check whether the Org unit and Position text appears on the screen.
    Currently after removing the objects O and S, the texts do not flow. But only the org unit and postion id flows to info type 0001, not the text.
    Is there any other method or some other configuration to send the texts to the receiver system, apart from maintaining it in distribution model? We want the texts to be displayed in PA20 and PA30 screen for info type 0001 ( along with org unit and position id).
    Thanks in Advance.

    Hi,
    the text for O and S are stored in infotype 1000...so PA30 reads them from that table. So if you want to have the texts in the target system you need to send at least infotype 1000. Why don't you want to send it?.
    Regards,
    Ana

Maybe you are looking for