Regarding infotype 0581

Hello friends,
        I am creating record in infotype 0581. But while creating it gives an error,
" No automatic updation for IT0008. Allowance Grouping not found."
       Please give me solution for this.

Hi,
Under IMG in Payroll India
Define Grouping for allowances
Assign Grouping For Allowances
   V_T7INA1
V_T7INA3
And assign wage type model for grouping for allowances in table   V_T7INA5
Warm Regards,
Kapil Kaushal

Similar Messages

  • Query regarding infotype

    hi sap experts i have a query regarding infotypes ..
    which infotype displays EEO Exmpt indicator and EEO reporting  unit  indicator and job classification ..please let me know ..
    thanks in advance,,..

    Hi,
    Its infotype 1610.
    Regards,
    LNB

  • Insert record in infotype 0581 using function module

    Hello experts,
    I am using function module HR_INFOTYPE_OPERATION to insert a record in infotype 0581, but its giving exception CX_HRPA_INVALID_INFOTYPE. This infotype is time constraint 1.So how can i handle this.
    Reply will be really helpful <removed by moderator>.
    Edited by: S Harshit on Feb 17, 2012 6:49 AM
    Edited by: Thomas Zloch on Feb 17, 2012

    Hi Mallikarjuna,
    I am trying to pass the rent amount, but unable to, here is the code.
    TYPES: BEGIN OF IT_P0581.
    INCLUDE STRUCTURE P0581.
    TYPES END OF IT_P0581.
    DATA: INFTYKEY LIKE BAPIPAKEY,
    RETURN LIKE BAPIRETURN1.
    DATA: P0581_TAB TYPE TABLE OF IT_P0581 WITH HEADER LINE.
    P0581_TAB-PERNR = 01400038.
    P0581_TAB-INFTY = '0581'.
    P0581_TAB-BEGDA = '20111010'.
    P0581_TAB-ENDDA = '99991231'.
    P0581_TAB-RTAMT = 3000 .
    append P0581_TAB.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    INFTY = P0581_TAB-INFTY
    NUMBER = P0581_TAB-PERNR
    SUBTYPE = ''
    VALIDITYEND = P0581_TAB-ENDDA
    VALIDITYBEGIN = P0581_TAB-BEGDA
    RECORD = P0581_TAB
    OPERATION = 'INS'
    NOCOMMIT = ''
    RECORDNUMBER = '000'
    DIALOG_MODE = '2'
    IMPORTING
    RETURN = RETURN
    KEY = INFTYKEY
    EXCEPTIONS
    OTHERS = 0.

  • Regarding infotype 2 Dr title for country 47 turkey

    Hello all techies,
    Hope you are doing great.
    I have one issue regarding infotype 2 for country 47 turkey.
    In table T522G  if I put "Dr" as a title for blank (for male and female)
    I cant see that in infotype 2 for the maintenance purpose.
    Is there any sap note I need to apply so that system will read Dr. title for both male and female ?
    Please let me know.
    Thanks and Regards
    Jaydeep jadhav

    Hi Jaydeep,
    I guess this is the second time you're asking this question.
    Please refer to my answer for your previous query:
    Re: GESCH Feature
    Regards,
    Dilek

  • Infotype 0581, Urgent

    Hi Gurus,
       When am changing Rent Amount by using T-Code pa30 and for infotype 0581, it giving the warning message "Eligibility amount for HRA/CLA/COA is zero  for employee 000001 on 01.04.2007". How to remove this warning messages? Please help me this?
    Thanks
    SC

    Hi Sesh,
      Thanks for your quick answer. I can ignore this warning message through t-code pa30. But i need to update this rent amount through programatically. It gives the same error through program as "Rent is Required". So i thought that if i ignore this warning then through programatically it will be successfully inserted. Please give me valuable suggesion.
    Thanks
    SC

  • 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

  • Regarding infotype  HR ABAP

    hi experts plz tell me the procedure to copy standard infotype in pm01, i want copy of 0591infotype ecc 5.0 is my version

    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

  • Regarding Infotype creation

    Hi All,
    I have created a an Infotype.I have entered two entries in it.
    But when i am going to PA30 to view this data system is giving a message that No Data stored for this paricular selection period.But i can see the data when i Execute PM01.
    So please suggest me on this what to to do.
    Thanks.
    Regards
    Ram

    Hi All,
    Thanks for our reply.
    If i am giving the date selection period it is working.But if i am giving an employee number and and my custom  infotype number and by clicking on the display i could not get data.so please suggest me on this.
    Thanks.
    Regards
    Ram

  • Need info regarding infotype 0017.

    Dear Experts,
    I am new to Travel Management.
    In infotype 0017, I need information regarding RGrp M/A Statutory, RGrp M/A Enterprise,EE Grp Expense Type and EE Group Travel Mgt fields.
    I verified few config documents of Travel Management but could not understood the applicability of the above fields. Please help me in this regard.
    Points could be awarded accordingly.
    Regards,
    Dolly

    Hi,
    RGrp M/A Statutory->  Identifies a reimbursement group for meals/accommodations for which the same statutory or pay scale trip provisions for meals and accommodations are valid
    A reimbursement group is a grouping of employees for whom the same trip provisions are valid. The reimbursement group is specialized by the trip expense category.
    A reimbursement group for meals/accommodations is a reimbursement group for which the same trip provisions for meals/accommodations are valid.
    The reimbursement group for meals/accommodations is specialized as to whether it is needed to represent statutory/pay scale or enterprise- specific trip provisions.
    Example
    Trip costs levels A, B, C according to German Travel Expense Statutes
    Grouping of employees according to pay scale groups
    RGrp M/A Enterprise-> Identifies a reimbursement group for meals/accommodations for which the same enterprise-specific trip provisions for meals and accommodations are valid
    A reimbursement group is a grouping of employees for whom the same trip provisions are valid. The reimbursement group is specialized by the trip expense category.
    A reimbursement group for meals/accommodations is a reimbursement group for which the same trip provisions for meals/accommodations are valid.
    The reimbursement group for meals/accommodations is specialized as to whether it is needed to represent statutory/pay scale or enterprise- specific trip provisions.
    Example
    Members of the Executive Board
    Managers
    Salaried employees
    Industrial workers
    EE Grp Expense Type -> An employee grouping for trip expense type is a classification of employees for whom these trip expense types are permissible.
    Example
    - Executive Board
    - executive employee
    EE Group Travel Mgt fields-> An employee grouping for Business Trip Management is a classification of employees designed to fulfill the purposes of Business Trip Management.
    Example
    - employee
    - mailman
    - other
    Regards,
    Pramitha.

  • Regarding infotypes and subtypes

    from i can get the list of all subtypes related to a particular infotype?

    Hi,
    There is lot of ways
    I will tell u to see easy way
    Go to PA30 and give some Personnel No and give Infotype no then press enter now press F4 by placing cursor in subtypes field
    now u can see the all subtypes
    regards,
    Nandha
    Reward if it helps

  • Infotype 0581

    Hello  Gurus
    While updating infotype0581(HRA) error is coming: No automatic updation  for IT 0008.
    Pls guide
    debjani

    Along with our Gurus points,
    also check... Tax Code of HRA WT mantained in IT8.
    i.e., 0581 can be maintained with Accomodation Type as
    RENT only when HRA WT tax code is SHRA
    CLA only when HRA WT tax code is SCLA
    COA only when HRA WT tax code is SCOA
    Regards
    ...SAdhu

  • HR requirement regarding Infotypes

    Hello Gentleman,
    As iam new to HR module, I have requirement in HR which is very urgent.
    I got a requirement for customizing the standard infotype 0185 for which i had done the customization for the name of the holder by going into PM01 -> infotype 0185 -> then in Enhance IT -> CI include -> and created the new field for Name of Holder as 'ZNME_HOLDER' as component and component type is PAD_VORNA for First Name in the structure in CI_P0185 and also designed in the screen painter as well.
    Now the requirement is the field which i had created as a Name of Holder in infotye 0185, There in that field when the user press F4 on name of folder field after giving the PERNR in infotype 0185, The field Name of Folder has to get all the family members which is in infotype 0021 of that particular personal number (PERNR) which we enter in the infotype 0185.
    Here i have done this in module pool ZP018500 screen 0200 in PAI and before chain
    TYPE-POOLS vrm.
    DATA: name  TYPE vrm_id,
          list  TYPE vrm_values.
    DATA: BEGIN OF OUT_TAB OCCURS 0,
         favor    LIKE   pa0021-favor,
         fanam    LIKE   pa0021-fanam,
          END OF out_tab.
    DATA: BEGIN OF OUT_TAB1 OCCURS 0,
         favor    LIKE   pa0021-favor,
         fanam    LIKE   pa0021-fanam,
          END OF out_tab1.
    DATA: BEGIN OF OUT_TAB_final OCCURS 0,
          new(80)  TYPE c,
    END OF out_tab_final.
    DATA wa_P0185 LIKE pa0185 OCCURS 0 WITH HEADER LINE.
    break-point.
    SELECT FAVOR FANAM FROM PA0021 INTO TABLE OUT_TAB WHERE PERNR =
    PSPAR-PERNR.
    SORT OUT_TAB  BY FAVOR FANAM ASCENDING.
    LOOP AT out_tab.
    MOVE-CORRESPONDING out_tab TO out_tab1.
    CONCATENATE out_tab1-favor out_tab1-fanam INTO out_tab_final-new.
    append out_tab_final.
    endloop.
       CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
      EXPORTING
        DDIC_STRUCTURE         = 'out_tab_final'
        RETFIELD               = 'out_tab_final-new'
      PVALKEY                = ' '
        DYNPPROG               = 'ZP018500 '
        DYNPNR                 = '0200 '
       DYNPROFIELD            = 'P0185-ZNME_HOLDER '
      STEPL                  = 0
        WINDOW_TITLE           = 'select family member'
      VALUE                  = ' '
      VALUE_ORG              = 'C'
      MULTIPLE_CHOICE        = ' '
      DISPLAY                = ' '
      CALLBACK_PROGRAM       = ' '
      CALLBACK_FORM          = ' '
      MARK_TAB               =
    *IMPORTING
       USER_RESET             =
    TABLES
        VALUE_TAB              = out_tab_final-new
      FIELD_TAB              =
      RETURN_TAB             = 'wa_P0185-ZNME_HOLDER'
      DYNPFLD_MAPPING        =
    EXCEPTIONS
      PARAMETER_ERROR        = 1
      NO_VALUES_FOUND        = 2
      OTHERS                 = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    But this FM is not working here.
    As this requirement is very urgent, Pl. do the needfull.

    Hi,
    In order to display the search help using the FM "F4IF_INT_TABLE_VALUE_REQUEST" in a module poll you have to put the function's call into the statement “PROCESS ON VALUE-REQUEST”, it will not work if you put it into the PAI. Here is an example:
    PROCESS BEFORE OUTPUT.
    PROCESS AFTER INPUT.
    PROCESS ON VALUE-REQUEST.
      FIELD <screen field name> MODULE <the module where you will call the FM>
    I hope it can help you.
    Best regards,
    Leandro

  • How to enter HRA without maintaining the infotype 0581

    Hi Friends,
    We would like to maintain HRA without entering the value in 581 infotype.
    But it not allowing us to maintain like that..can any body let me know the dynamic action is existed for this.
    Any body can help out on this..
    rewards will be given for the helpful answers.
    Thanks
    Nanditha

    FYI
    The authorization of a country grouping for an infotype and type is specified in table T582L Infotypes - Country-Specific Settings. 
    Maintain T582L  for IT0581.
    Thanks.
    Saquib

  • Regarding infotype 0007 and t5550a

    hi experts,
    i have a scenario like this,i have to read the actual planned working
    time of a praticular employee,from infotype 0007 i can pick the employee
    number and WS rule but how will link to this from table t5550a,
    what are the fields will i use to link between pa0007 and t5550a plz
    help me.....

    solved by own

  • REgarding Infotype  for Update th medical ceritificate when EE takes Absnce

    Hi,
    My client Side There two types of leaves like EOL-with MC, Without MC(medical certificate).
    Here EE takes EOL Without MC. that should be record, and its effefct on increment. right we r not implementing PD.
    SO that reason i create 2 absnces types like 1eol, 2eol(with MC),
    problem is wher i do update the certificates...
    For this purpose we have run on Action when employee takes the 1EOL( With out MC).
    can any body assist me.........
    Thanks in Advance
    Regards,
    RAO

    Thanks alot
    Best Regards

Maybe you are looking for