Regarding 0589 infotype

Hi guys,
We are maintaining medical reimbursement limit of Rs 15000 in 0589 infotype by 00m0 wagetype.
But when we are entering medical reimbursement amount by 00m0 wagetype in 0015it, it is not maintaining Rs15000 limit.
If we give any amount greater than Rs15000 it is accepting that value.
Can anybody tell where is the main problem?
We also maintained v_t7INA9,v_T7INT9 table properly.
As fer i know medical reimbursement limit is maintained by 0589 infotype & Exemtion limit by 0582 infotype.
If i am wrong pls rectify
Regards
Surajit

Hi Surajit,
IT0589 is used to maintain the reimburement limit for the claim/ reimbursements. Which comes into picture when you will process the reimbursement via claim process given by SAP that is PC00_M40_REMS, PC00_M40_REMP, PC00_M40_REMT, PC00_M40_REMC (Following are the tcodes for claim report).
Please note that when you will process the reimbursement via these report, this limit will be applicable and accordingly the reimbursement will be process subjected to that limit.
BUt if you maintain the same via IT0015 directly, there is no control you can put over there.
Praveen

Similar Messages

  • Regarding OM Infotype 1038

    Hi All,
    Can any one help me why functionaly used infotype 1038? i need to do configaration on this like need to create subtype to this infotype . how can i do? I could not find spro path or table for this.
    Can any one please help me.
    Regards,
    Saritha

    Hi,
    creating a subtype is not a problem that you can do the config via table V_778U with the time constraint.
    But i never use this infortype. i relay dont know for what purpose its used..
    wait for others suggestions.
    Regards,
    Dinesh

  • Regarding OM Infotype Enhancement

    Hi Friends,
    I got a requirement to enhance a OM Infotype HRP5122 and HRP5126.
    Please give me a hint to do the enhancement.
    Thanks,
    Anil.G

    Hi,
      Enhanement for hrp5122.
    open the infotype , and the last field is include and  its dataelement. With that include you can make the enhancement.
    Regards,
    Vani.

  • Regarding Appraisal infotype

    When i want to create Appraisal for an employee,infotype only showing one screen with Weightages,where i have to add tabs like Qualifications,proficies,dislikes etc.I have been configured in Profiles.Please correct me..where i have to make changes

    hi
    if u r planning to go about custom infotype ..start it with 9* in PM01 and maintain the structure and say create all...in screen painter u can add subscreen and stuff u want!!
    Reward points if it helps
    regards
    Gunjan

  • Regarding custom infotype

    i have created a custom infotype.when i click the maintain overview button for that infotype,iam getting the maintain overview screen.but the problem is that some invalid names are coming as the field names.how to change the field names or header of the values in the maintain overview screen.please give me a solution.
    thanks.

    Hi Vadivel
    Custom infotypes have maintenace screens with the name "<b>MPXXXX00</b>". 'XXXX' is the infotype number. The overview screen is the number '<b>3000</b>' included in program "MPXXXX00". You can modify this screen as you want. However, it may be still in context of repair.
    Kind Regards
    *--Serdar
    [email protected]

  • Regarding Custom infotype 9006 data maintanance

    Hi,
    There was an error showing while creating a record for custom infotype "9006" .
    This infotype cannot be maintained directly
    Message no. PG170
    Diagnosis
    You cannot maintain this infotype directly.
    Like the Archived Objects infotype (0283), it can only be maintained by the system, and not manually.
    System Response
    Manual maintenance is not permitted.

    It seems to me as some custom code is causing this error message. Can you get an ABAPPER to debug and check where this error message is being issued?
    IT 9006 is a custom infotype, therefore either the message is appearing because the infotype has been copied from a standard infotype such as 0283, or this error message has been deliberately introduced by the infotype creator.
    Atleast I could not find any table where this attribute is maintained.

  • Regarding 0128 infotype text name data

    Dear Friends,
                              I am using the IT0128 infotype but in that my text name fields is coming empty .I want to know where i have to maintain the data for that field so i can select that data in my infotype .
    kindly give me solution for that .
    thanks
    sandeep

    Hi Sandeep,
    In the Notifications Infotype (0128) you define the additional information that should be printed on your employeeu2019s salary statement / remuneration statement. For example, messages from management and birthday greetings.
    Structure
    The Notifications infotype (0128) has the following subtypes in the standard system.
    ·        Subtype 1:     General notifications
    In this subtype you assign a text module to a personnel number. You have created the text module previously using the function Tools --> SAPscript --> Standardtext. T-Code SO10. You cannot edit the text module directly in the Notifications Infotype (0128).
    ·        Subtype 2:     Personal notifications
    In this subtype you edit an individual text module for the personnel number in question. You can only edit and display this text directly in the infotype.
    Chandu

  • Query Regarding Standard Infotype Enhancement

    Hi Experts!
                          I have enhanced IT0021 with a Custom field for Switzerland through PM01. But, my requirement is that this field should be only visible for the Subtype '2' ( Child ). For all other subtypes of IT0021, this field should not be seen at all. I know I can write some custom code in include ZP002100 and check for the subtype and make the field invisible. But, yet, is there another elegant way through any custom setting? I mean through SPRO.
    Thanks in advance!
    Mahesh..
    Edited by: Mahesh C on Jul 20, 2009 8:28 PM

    Hi Mahesh,
    Even after configuring T588M table for the screen modifications, you will still need the logic be incorporated only through some programming changes for the mentioned include. You may also check the Userexit option for setting up this validation based on the subtype.

  • HR infotype-287 -- updation

    hai all
    I have a table control option in screen.
    Here i have to enter the claims details,
    that soul update the infotype 287.
    Here i want know, How will u update the infotype...
    Please send me coding regarding updating infotype -- 267  or   15
    Regards
    Deekshitha

    Hi again,
    1. this is the full coding.
    2. just copy paste in new program.
    3. U can change the pernr and amount values as per requirement.
    4.
    Report abc.
    Data
    DATA : P0015 LIKE P0015.
    DATA : RETURN     LIKE     BAPIRETURN1.
    DATA : KEY     LIKE     BAPIPAKEY.
    DATA : RETURNE     LIKE     BAPIRETURN1 .
    Values (Change as per Requirement)
    P0015-PERNR = '1'.
    P0015-BEGDA = '2061101'.
    P0015-ENDDA = '2061101'.
    P0015-LGART = '3075'.
    P0015-PREAS = '01'.
    P0015-WAERS = 'INR'.
    P0015-BETRG = '2500'.
    *----- First Enqu
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
      EXPORTING
        NUMBER = p0015-pernr
      IMPORTING
        RETURN = RETURNE.
    Update
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        INFTY         = '0015'
        NUMBER        = P0015-PERNR
        SUBTYPE       = P0015-SUBTY
        OBJECTID      = P0015-OBJPS
        LOCKINDICATOR = P0015-SPRPS
        VALIDITYEND   = P0015-ENDDA
        VALIDITYBEGIN = P0015-BEGDA
        RECORDNUMBER  = P0015-SEQNR
        RECORD        = P0015
        OPERATION     = 'INS'
        TCLAS         = 'A'
        DIALOG_MODE   = '0'
      IMPORTING
        RETURN        = RETURN
        KEY           = KEY.
    IF RETURN IS NOT INITIAL.
      WRITE :/ 'Error Occurred'.
    ENDIF.
    Dequeue
    CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
      EXPORTING
        NUMBER        = P0015-PERNR
    regards,
    amit m.

  • Infotype Logging

    Hi masters!
    Well, first of all I´m a Basis guy but I´m having a problem here regarding some infotypes to be registered. Well, actually I would like to know how could I start doing this since I have no ideia and they told me to make this task ´cause there is nobody else. Second, and the most importart for me, is there any kind of performance impact once I register those infotypes?
    By the way, here they are:
    0000     Actions
    0001     Organizational Assignment
    0002     Personal Data
    0006     Addresses
    0007     Planned Working Time
    0008     Basic Pay
    0009     Bank Details
    0014     Recurring Payments/Deductions
    0015     Additional Payments
    0016     Contract Elements
    0041     Date Specifications
    0071     Pension Funds  GB
    0105     Communication
    0171     General Benefits Information
    2001     Absences
    2006     Absence Quotas
    I don´t really wanna impose, but I´d really appreciate if you give  a hand with that. Thank you very much in advance!!
    Bye

    V_t585A, V_t585b and v_t585C are the tables to maintain the logs.
    use report RPUAD00 to view the logs.
    Also there is performance issue therefore rather than logging the entire infotype decide which fields need to be logged and maintain the same accordingly.
    Regards,
    Divya

  • Retrieve Text in an Infotype Record

    Hi ,
    My query is with regards to Infotypes in SAP-HR.
    There is a provision of storing texts for individual records in an Infotype - for example in Infotype 30 (Powers of Attorney ). I need to retrieve this text for individual records for reporting purpose.
    How do we retrieve this text for individual records ?
    Thanks ,
    Sujata

    Hi Sujata,
    In order to get the text for any infotype field.
    The general approach is you fetch the data from the text table.
    To find out the text table, double click on the Data Element (for the field which u want to fetch the text).
    You will get Dictionary : Display Data element screen, double click on the DOMAIN name,another screen would come up, click the Value Range tab,
    You will have VALUE TABLE screen field, next to that u'll have the table name, click on the table name, the table fields would be displayed.
    Now click on GOTO-->Text Table,the text table would be displayed.
    hmm!!! i Guess this shd be helpful.
    let me knw if u need further clarificaton on this.
    Regards,
    krishna

  • Hr infotype handling

    Hi All,
    I have a problem regarding HR I nfotypes.Actually someone deleted the absence quota (infotype 2006) for some employees from sap.Now our project manager wants the log of last month to see which user deleted the record.
    I m uses the following procedure :
    There is a program RPUAUD00 provided by SAP which allows us to see any changes that happens to data in an infotype through add / modify / delete. When you execute this this program and specify the employee code and infotype in the selection screen, it gives us details of when the data was changed, who changed the data and what data was changed in a particular infotype.
    I GET THE DETAILS REGARDING OTHER INFOTYPES LIKE 0007,0001 ETC.But not be able to find the log for infotype 2006 (for absense quota).
    Kindly tell me other solution if any or  any document related to HR infotype handling.
    regards,
    Amit

    your best bet would be the person who created the dynamic action.. usually the functional analyst.. you can take a look at the entries in v_t588z via SM30/31.Once you display the entires, an F1 on each field on the screen will tell you what it is for & F4 will give you the possible options..
    ~Suresh

  • Enhance Infotype

    Hello,
    I am new to HR-ABAP. Please let  me know can we enhance Infotype in HR? If yes, how can we do it? I have an requirement to add a new tab into an infotype PA30.
    Regards,
    Martin

    Hi,
    Infotype can be enhanced using transcation PM01. This allows you to create new transcation, enhance infotype or copy infotype. In your case you need to check out whether Copy infotype into custom infotype will be benefitial or enhancing it will be useful.
    I hope this will give you an idea to do it.
    Refer this link this may help you :
    Enhancement for PA20 (ABAP-HR)
    Thanks,
    Madhura
    Edited by: Madhura Nadgauda on Sep 17, 2008 11:49 AM

  • Infotype for Employee begin date and end date

    Hi Friends,
    Could any one tell me the infotype and fields for getting employee joining date and end date.
    Regards,
    Susmita.

    Infotype 41 (Date Specifications) should have all dates.
    Infotype 2...i.e. PA0002 BEGDA & ENDDA may not have actual start and end date depending on how your company maintains it.
    In Infotype 41 (table PA0041)...get either BEGDA & ENDDA or get correct date based on qualifier DAR01-DAR12.
    Thanks,
    Pushpinder Randhawa

  • Pa custom infptype and org management infotype creation

    hi experts,
    pa custom infptype and org management infotype creation
    steps are same or not.
    If  any difference b/w both plz give me step by step procedure.
    Regards,
    Sandeep

    PA infotype will create in PM01  everything we need fill from PM01.
    OM infotype
    :- 1. we need to create HRI9XXX  structure.
       2. PPCJ t-code  u can create from this t-code.
    PA INFOTYPE CREATION
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the `Employee Infotype' radio button.
    4) Select the `PS Structure Infotype'.
    5) Click on Create. A separate table maintenance window appears.
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on `All' push button. It takes a few moments.
    10) Click on `Technical Characteristics' . Infotype list screen appears
    11) Click on `Change'(pencil) button
    12) Select your Infotype and click on `Detail' (magnifying glass) button
    13) Give `T591A' as subtype table
    14) Give `T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on `Infotype Characteristics' . Infotype list screen appears
    18) Click on `Change' (pencil) button
    19) Click on `New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement.
    25) In the PM01 initial screen.Select `Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select `Layout Editor' and click `Change'.
    27) Screen default layout appears.here you can design/modify the screen.. change the attributes of the fields. etc.
    28) Save and activate. (Don't forget to `Activate at every level)
    Edited by: sapabap229 on Aug 30, 2010 11:19 AM

Maybe you are looking for

  • How do I find duplicate messages in Apple Mail?

    Hi, How do I find (and delete) duplicate messages in Apple Mail ? I will have to verify about 1000 messages in different mailboxes, all in Apple Mail. My system: Mail 4.5 (1084) and Leopard 10.6.8. Many thanks, D.M.

  • External HD makes no appearance

    After extensive research I still have not discovered the reason why my external HD is not visible/accessible over my wireless network. It appears in the desktop of the main computer (obviously - it's connected via firewire port) but will not appear w

  • Data load Error-IDoc inflow source system

    Hi Experts, I am trying to Extract master data from ECC to BI Datasource.I have situation where the load failed and error says Idoc Inflow source system. I checked in the Source system where IDOC has a status 56 and says EDI: Partner profile not avai

  • Stuck Thread causing heap to grow steeply and resulting in crash

    Hi, We have an ADF application deployed in weblogic 10.3.2. We have few PL/SQL's and SQL's which are complex and take around 5 minutes of time to complete at times. We also have the script running in database to kill long running queries so that it h

  • Check in shopping cart

    Hi I'm using the Business Add-In BBP_DOC_CHECK_BADI in order to check data in my shopping cart. I now want all users to enter a text in the field 'notes for approval' if the total value of the SC exceeds 10000 dkk. I can easily find the total value b