BNMB IN IT0591

hi friends,
while updating data for 0591 (nominations) in the subtype BNMB (maternity benefit) an error is coming.
ERROR:
Maternity Benefit Infotype is allowed only for Female Employees.
QUERY
but, at my client scenario, if the employee is male, he can nominate his wife for this benefit.
how to solve this.
its urgent.  inputs pls.
regards

but she must be a employee of the copmay right
can u be more specific abt ur requirement
and how are u sathi

Similar Messages

  • R/3 Screen for a custom infotype must resemble same as IT0591.

    Hi Guru's,
    I am having a requirement to create a custom infotype same as IT0591 in r3. I searched in forum for creating the infotype in such format  and i found that table control using wizard is used to update the repetetive datas. I had created a table with repetative fields and generated the infotype. When i went into r3 side it is displayed as seperate fields, i deleted all fields and using icon table control using wizard i drew a table control and declared a internal table and assigned to it and the code is generated automatically in PBO and PAI but when i compared the same with 0591 it is entirely differrent. Now my problem is how can i bring the same screen in my custom infotype. I dont know where i had missed or i am going in right path... Kindly help me to sort this issue. <removed by moderator>.
    Edited by: Giriesh M on Jun 17, 2011 10:36 AM
    Edited by: Thomas Zloch on Jun 17, 2011 10:53 AM

    In PM01 for the custom infotype select Screen..Edit..Flow Logic.  Three input/Output fields were added to the screen layout.  Since all three fields were in the same table with the same field name, they all have to have unique names in the layout.
    Module 9009 was modified to add code to retrieve the text.
      SELECT SINGLE * FROM dd07v
                      WHERE domname = 'ZZHR_FML_ABSENCE_CODE'
                     AND ddlanguage = 'EN'
                     AND domvalue_l = p9009-zzfmlabccd.
    select single ddtext into w_fmlstatus from DD07V
                                where DOMNAME = 'ZZHR_FML_STATUS_CODE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfmlstatus.
    select single ddtext into w_fmlaleave from DD07V
                                where DOMNAME = 'ZZHR_LEAVE_TYPE' AND
                                      DDLANGUAGE = 'E' AND
                                      DOMVALUE_L = p9009-zzfml_leave_type.
    I hope this helps.

  • Issue in IT0591 update

    The BDC program we had prepared for updating IT0591 is not allowing more than 3 nomination per pernr whereas when I do this online 5 nominations are allowed.
    Request you to please look on this matter and give your valuable input

    Hi Mukesh,
           While recording it will shows only 3 input box for the nomination , do it for 3 person while recording ,
    in the program insert the code as below for the five persons
    perform bdc_field       using 'ITAB_NOM-NNAME(01)'
                                  it_b-name1.
    perform bdc_field       using 'ITAB_NOM-NNAME(02)'
                                  it_b-name2.
    perform bdc_field       using 'ITAB_NOM-NNAME(03)'
                                  it_b-name3.
    perform bdc_field       using 'ITAB_NOM-NNAME(04)'
                                  it_b-name4.
    perform bdc_field       using 'ITAB_NOM-NNAME(05)'
                                  it_b-name5.
    perform bdc_field       using 'ITAB_NOM-SHPRC(01)'
                                  it_b-shp01.
    perform bdc_field       using 'ITAB_NOM-SHPRC(02)'
                                  it_b-shp02.
    perform bdc_field       using 'ITAB_NOM-SHPRC(03)'
                                  it_b-shp03.
    perform bdc_field       using 'ITAB_NOM-SHPRC(04)'
                                  it_b-shp04.
    perform bdc_field       using 'ITAB_NOM-SHPRC(05)'
                                  it_b-shp05.
    manually insert the code  in the bdc.
    regards
    M.Rajasekar

  • Custom fields to IT 591

    Dear Friends
    Need to add  4 custom fields to IT 591 after Guardian address,  is it possible to add ,
    CI_P0591 is there so I feel that can be added
    Is there any difference in adding the single field and adding the table like columns
    Thank you
    Regards
    Kiran

    Dear Kiran,
    Pls kindly refer to the note 502979.
    As mentioned in the note:
    "In contrast to the enhancement of the single screen (screen 2000) of a PA standard infotype, the enhancement of the list screen (screen 3000) is a modification. The reason for this is that the table control does not support the technique of the subscreens. If these changes should be transported anyway, a manual transport request must be created with
    object R3TR PROG MPxxxx00 (xxxx=infotype). Up to now, you could not see in PM01 that the list screen enhancement is a modification."
    To enhance this IT0591, please refer to the online documentation :
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/60/d8d8c7576311d189270000e8322f96/frameset.htm
    So to conclude, you can only enhance IT0591 screen 2000 as if you try to enhance an overview (screen 3000), it will be
    consider as a modification.
    Hope it helps,
    Kind Regards
    Christine

  • WD ABAP - HR infotype update

    Hi,
    I need to develop some custom applications using WDA in ESS for displaying and updating the employee;s infotype records (IT0581, IT0591) and I am new to WD ABAP.
    I have completed the beginners tutorials available in sdn and planning to use service call functionality available with WD ABAP in order to display and uppdate infotype records. For this, we are developing some custom RFC;s display data of IT0581, IT0591. Can anybody guide me how to do this ?
    Is there any documentation available for same ? What are the best practises or approaches to keep in mind while developing the content for ESS using WDA?
    Regards,
    Anil Kumar

    Hi Buddy
       You are wrongly passing the parameters. Pass the parameters like this
    data : ls_pa0006 TYPE pa0006.
    data : ls_p0006 TYPE p0006.
    DATA : IT_PA0006 TYPE PA0006 OCCURS 0 WITH HEADER LIN
    DATA :  RETURN LIKE BAPIRETURN1.
    DATA : ERROR_TAB LIKE RETURN OCCURS 0 .
    SELECT * FROM PA0006 INTO CORRESPONDING FIELDS OF TABLE IT_PA0006
      WHERE ENDDA = '99991231' AND PERNR = PERNR .
    SORT IT_PA0006 BY SUBTY.
    LOOP AT IT_PA0006.
    IF IT_PA0006-SUBTY = '1' .
    move-corresponding it_pa0006 to ls_pa0006.
    ls_pa0006-name2 = co.
    ls_pa0006-stras = STREET1.
    ls_pa0006-LOCAT = STREET2.
    ls_pa0006-PSTLZ = POSTALCODE.
    ls_pa0006-ORT01 = CITY.
    ls_pa0006-ORT02 = REGION.
    ls_pa0006-TELNR = TELEPHONENUMBER.
    move-corresponding ls_pa0006 to ls_p0006.
    ls_P0006-INFTY = '0006'.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        INFTY                       = '0006'
        NUMBER                   =  PERNR
        SUBTYPE                  =  '1'
        VALIDITYEND           = IT_PA0006-ENDDA
        VALIDITYBEGIN        = IT_PA0006-BEGDA
        RECORD                   = ls_p0006
        OPERATION              = 'MOD'
       TCLAS                      = 'A'
    IMPORTING
       RETURN                   = RETURN.
    I think OPERATION = DIS  will not be the correct here. Change operation to insert that is correct. Cehck this code it will work.
    Regards
    vijay

  • Requirements for master

    Basic requirements for master data template.
    Infotype to be in the Indian implementation collecting master data template.
    Help me
    Thanks in avance

    Previous employer tax details
    (IT0580)     Info Type 0580 capture employees previous employment tax detail. In SAP, previous employment tax detail can be captured in Info type 0580. 
    Salary as per u/s 17 (1),Value of perquisite u/s 17 (2),  Profit in lieu of salary u/s 17 (3),  Exemptions u/s 10, Professional Tax, Provident fund, Income tax deducted, Medical exemption, Leave Encashment Exemption Amount , Gratuity Exemption Amount, LTA exemptions.     Indian specific Info types for Payroll
    House Rent Allowance
    (IT0581)     These info types capture employeeu2019s housing details. Housing (HRA / CLA/ COA). This info type captures if the employee is using own house or rented or company accommodation etc.      Indian specific Info types for Payroll
    Exemptions u2013 Subtypes
    LTA / MDA / CEA / CHA
    (IT0582)     The LTA subtype of the Exemptions Info type (0582) stores the details of the travel submitted as proof for Leave Travel Allowance (LTA) tax exemptions. The details in this subtype are used during the calculation of LTA tax exemption. This info type can be created at any point of time during a financial year. The info type records are read for the entire financial year. Each time there is a regular payroll run.
    The MDA subtype of the Exemptions Info type (0582) stores the details of the bills submitted as proofs for medical exemptions. This includes the details of proofs submitted for:
    u2022     Medical reimbursements
    u2022     Medical Insurance
    u2022     Medical reimbursement treated as insurance.
    The SCEA and SCHA subtypes of the Exemptions Info type (0582) stores the details of expenditure submitted as proofs for exemptions on child education and hostel allowances, respectively.
         Indian specific Info types for Payroll
    House Rent Allowance
    (IT0581)     These info types capture employeeu2019s housing details. Housing (HRA / CLA/ COA). This info type captures if the employee is using own house or rented or company accommodation etc.      Indian specific Info types for Payroll
    Car & Conveyance
    (IT0583)     This info type stores for an employee the details of the:
    u2022 Conveyance type
    u2022 Car and driver for the different Car Schemes     Indian specific Info types for Payroll
    Income from other sources  (IT0584)     This info type stores the details of income from sources other than that from your employment, for the current financial year.
    There are two subtypes to this info type:
    u2022     Subtype 0001 - Income From House Property
    u2022     Subtype 0002 - Income From Other Sources
         Indian specific Info types for Payroll
    Section 80 Deduction
    (IT0585)     This info type keeps a record of the proposed and actual contributions made by an employee towards Section 80 subsections and divisions.
    These info types capture employeeu2019s investment with respect to the  80CCC
    80CCC     Contribution to certain pension funds
    80D Medical Insurance Premium
    80DD Med Treatment / Depts. of handicapped dependents
    80DDB     Medical Treatment
    80E Repayment of loan for higher education
    80G Donations to certain funds, charitable .institution.
    80GG Deduction in respect of rent paid
    80GGA     Donation for Scientific/Rural Development
    80L Interest on Certain Securities/Dividends
    80RR Prof Income from Foreign Sources
    80RRA      Remuntn recvd for services rendrd abrd
    80U Permanent Physical Disability
         Indian specific Info types for Payroll
    Section 88 Deductions
    (0586)     This info type keeps a record of the proposed and actual investments made by an employee towards Section 88.     Indian specific Info types for Payroll
    Provident fund contribution (0587)     This object stores the Provident Fund information of an employee.
    This component helps you create and maintain information on employee Provident Fund. Provident Fund is a statutory contribution, and consists of two parts:
    1.     Provident Fund (PF) - Both, the employee and the employer, contribute a fixed percentage of the PF basis towards a Provident Fund. The minimum percentage contributed is as specified by the authorities.
    2.     Pension Fund - The employer contributes a fixed percentage of the PF basis towards the Pension Fund of an employee. The minimum percentage contributed is as specified by the authorities.
         Indian specific Info types for Payroll
    Other Statutory Deduction (0588)     There are three sub types to this info type:
    1.Subtype 0001 u2013 ESI Employees' State Insurance (ESI) is a benefit provided to any employee earning wages below a specified limit to provide for:
    u2022     Hospital facilities and out-patient facilities
    u2022     Medicines provided by the hospital
    u2022     Compensation in case of accident or death
    u2022     Leave subject to ESI hospitals or doctors certificate of ill-health.
    2. Sub type 0002 u2013 LWF Labour Welfare Fund (LWF) is a component of compensation provided to promote the welfare of Labour in the state. Employees who are eligible for LWF contribute a statutory amount to the LWF fund.
    3. Sub type 0003 u2013 PTX Professional Tax is a tax on employment and it is deducted from the wages payable to all employees with the exception of certain categories such as disabled and so on but may vary in different States as per the laws that govern them.
    Nominations (IT0591)     This info type stores the nomination details of employees for the following benefits:
    u2022        Employee State Insurance
    u2022        Gratuity
    u2022        Maternity Act
    u2022        Provident Fund
    u2022        Pension

Maybe you are looking for