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

Similar Messages

  • Enhance Infotypes for P.A. and O.M.

    How to enhance Infotypes for P.A. and O.M.
    Please help me.
    Thanks in advance.
    vamsi.

    Hi VAmsi,
    Use PM01 Trns to enhance..
    <a href="http://www.sapdevelopment.co.uk/hr/hr_infotypes2.htm">Infotype enhancement- Step by step</a>
    Rgds,
    Jothi.P
    *reward if useful.

  • Enhance infotype 2003

    I want to enhance infotype 2003.
    I'm going through PPCI transaction, i've created structure CI_2003 with a new field.
    I've created modulpool ZP200300, and i've inserted a new entry in table T582C.
    But when i check the infotype via PA30 my new field is not shown,
    Any ideas???

    Unfortunately you cannot enhance the Time Infotypes.. pl take a look at this
    Re: Add new field to 2001 infotype

  • Way to modify the employee's information (enhanced InfoType) in MSS?

    In MSS General Information/ Related Activity area, the manager can modify the employee's information (Addr. Family Member, etc.), as it is a standard module.
    Now we have an enhanced InfoType in ECC backend, and want to make it can be modified by the manager through MSS like the other information(Addr. Family Member, etc.).
    Is there a way to realize this?
    Thanks very much.
    ps. We don't have the NWDI environment. EP 7.0  SP10.
    Weiming

    General notes
    1. You really should have error checking after most lines
    2. You don't need to get the field ids every time.
    Something is wrong in your implementation or description. Or both.
    You are attempting to get an object from the array. Then you modify the data in it. Then you set it back into the array.
    You don't create a new object anywhere.
    So which is it? Is the array empty or is it populated with objects and you are just setting the data in each? The code suggests both (obviously illogical.)

  • Enhance Infotype 2011

    Hi.
    Is there any way to enhance infotype 2011??
    I'm going through pm01 transaction but i got an error message??
    Anybody can help?

    No,
    Unfortunately, enhancement is only possible for ifty 0002-0999
      or
    u see this link
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PT/PT.pdf
    regards
    Giridhar

  • Enhancing infotype 0222

    Hi all,
    I am trying to enhance infotype 0222 by adding a custom field using tcode PM01.
    Field is added in pa0222 table but when I go to pa30 and tried to create record for 0222 the additional field is not being showed.Any setting is required for this infotype?
    Can anyone help me regarding this.
    Thanks in advance.

    you need to assign your enhancement to the main module pool in table T582C
    Mosule Pool Screen Program   Screen
    MP022200   2000    ZP022200 0200
    once you have done this you should be able to see your enhancement.
    Regards
    Jules
    Edited by: Jules on Jul 29, 2008 12:56 PM

  • Using PM01 to enhance infotype 376 overview

    Hi all,
    I am using PM01 to enhance infotype 376. I need to enhance its overview.
    In the third tab in PM01, i use Enhance IT to modify 0376 overview to include a column in the table control.
    However nothing came out.
    May i know what is the right way to include a column in infotype 0376 overview's table control?
    Thanks
    William Wilstroth
    Message was edited by: william wilstroth

    Hi William,
    u'll find these useful.
    http://www.atomhr.com/know_preview/Enhance_infotypes.htm
    http://www.atomhr.com/know_preview/Adding_fields_to_standard_PA_infotypes.htm
    good luck

  • Cannot enhance Infotype 2007

    When I am trying to enhance Infotype 2007 for adding two fields, it says infotype cannot be enhanced.
    I enter the infotype 2007 in single screen tab of PM01transaction and click on Generate objects, but it gives a error message saying infotype cannot be enhanced.
    Please let me know how this infotype cannot be enhanced.
    Any pointers will be awarded.

    Do you have autharization to do that?
    Please check with other infotyp to make sure do you doing Right
    Best Regards

  • Enhance infotype 0077 screen number 2008

    Hi,
    I want to enhance infotype 0077 screen number 2008.
    Using PM01, i created enhance single screen record with infotype 0077 with version 08.
    But the additional field appear on screen number 2000 instead of screen number 2008.
    How to add the additional field to 2008 instead?
    Thanks.
    Best regards,
    Xiang Li Heah

    Hi Volker Binder,
    Try "Infotype Screen Control" in T588M.
    T588M is a table and there is no column name called "Infotype Screen Control", can you provide further infomation on this?
    Hi Sheetal,
    My requirement is to add sexual orientation field into IT 77.
    The added field need to be display/edit on PA30 (screen number 2008).
    Using PM01, i created single screen enhancement  on IT 77 with version 08 (GB).
    Using PA30, by selecting different employee, the additional fields display on screen number 2000 but it is not display on screen number 2000.
    Many thanks.
    Best regards,
    Xiang Li Heah

  • Enhancing an already enhanced Infotype

    Hi Experts ,
      Can you provide me the steps to enhance an already enhanced infotype . I need to add two more fields  but when I add through PM01 , it is refreshing the already enhanced fields

    Don't generate the objects. Since the infotype is already enhanced, you just need to edit the CI_PNNNN structure and add the fields next to the ones already there and also change the screen ZPNNNN00 0200 to include those new fields.

  • Enhanced Infotype (IT0002) field in HRMD_A07 IDoc

    Hi All,
    I have enhanced SAP standard infotype 0002 (via PM01) to include one new field(NWFLD1). The infotype functions perfectly well with the new field(NWFLD1).
    I would now like to see this new field in the IDoc that is generated via change pointers. At present the IDoc (HRMD_A07) does not reflect the new field.
    [I guess I'd need to incorporate this new field in an IDoc segment and then assign this new segment in the Tech. attributes for IT0002 and maybe also use some BADI/UserExit to transfer the values].
    What steps do I need to take to achieve this?
    Many Thanks in Advance.
    Sanjay
    PS: I have no problems with custom infotypes which work almost 'out of the box' when I create a new IDoc Segment and specify that as the 1st IDoc segment in the Tech. attributes for the custom IDoc via PM01.

    Hello Sanjay,
    I have a similar issue as of yours.
    I had to add 2 custom fields to the standard IT0002.
    I have created a new segment and attached to the extension and maitained the same in T777D.
    But as of now no data is getting populated for that new segment.
    I guess I also have to do some develoment but not sure where and how?
    Thanks in advance for the answer.
    Naveen.

  • BAPI to update enhanced Infotype 0006

    Hi,
       I have enhanced the standard infotype 0006 to add a new field zzrelation. I wanto to update values for this field using a BAPI.
       Is there a standard BAPI which has extension tables, for updating this enhanced 0006 infotype. So that I can pass the value of the custom field through the extension tables.
    Thanks in advance

    Hi Mukul,
    Use HR_INFOTYPE_OPERATION FM. The example is for info type 2006, replace it with 0006, also fill the table p0006 properly else it will give problem. You may use HR_READ_INFOTYPE to fill p0006.
    DATA:          p2006              TYPE p2006,
             gs_return          TYPE bapireturn1.
                             MOVE-CORRESPONDING <ABWKONTI_PTO> TO p2006.
                             CALL FUNCTION 'HR_INFOTYPE_OPERATION'
                                 EXPORTING
                                      INFTY            = '2006'
                                      NUMBER           = pernr-pernr
                                      SUBTYPE          = '94'
                                    OBJECTID         =
                                    LOCKINDICATOR    =
                                      VALIDITYEND      = p2006-endda
                                      VALIDITYBEGIN    = p2006-begda
                                    RECORDNUMBER     =
                                      RECORD           = p2006
                                      OPERATION        = 'MOD'
                                    TCLAS            = 'A'
                                    DIALOG_MODE      = '0'
                                    NOCOMMIT         =
                                    VIEW_IDENTIFIER  =
                                    SECONDARY_RECORD =
                                 IMPORTING
                                      RETURN           = gs_return
                                    KEY              =
    Br/Manas

  • Transfer Custom and enhanced infotypes to ALE HR

    Hi All.
    We have a few customer infotypes (9xxx) and have enhanced a few standard ones like pa0185 etc. Now we have to transfer the data of these infotypes to other system.
    Standard PFAL transaction does not populate these.
    I know there is an enhancement RHALE0001. But I am new to ALE. Can someone please guide me how to populate these custom infotypes, and also the enhanced standard ones?
    Thanks in adv.

    dear the only way for this is -
    Step 1 :(we31)
    you should create segment that contain all fields from infotype say  0001 (standard & custom) see WE31 Segment->Create with reference->DDIC structure->p0001.
    Step 2 :(we30)
    create an extension of concerned Idoc message type say  HRMD_A06 ,say extention is - by name HRMD_A06EX to include this segement as child segment of E1P0001
    Step 3 :(we30)
    create an extended IDOC by name ZHRMD_A06EX having base type as HRMD_A06 and extension as HRMD_A06EX
    Step 4 :(we81)
    add an entry against message type HRMD_A , with base type : HRMD_A06 , extension : HRMD_A06EX , version : 640
    Step4 :(we20)
    Now , maKe changes to partner profile by adding entry for message type HRMD_A with base IDOC type as HRMD_A06 and extension as HRMD_A06EX
    and
    you should made settings in table T777D: infotype 0001->IDOC segment: Z1P0001.
    in this case system fill automatically IDOC with customer fields data .
    Reward if helpfull
    amit

  • Enhance infotype 0461...

    Hi Guys,
    I may be in wrong forum. This question is belongs to HR ABAP.
    The requirement is as below,
      I need to display a Business number for infotype 0461. so, I have implemented a screen Exit BAdi 'HRPADCA_SUBSCRN_9000' and it has also worked.
      Now, addition to this , I also need to have new field for 'Business Number' in infotype table 0461 and the value which have been displayed using Badi has to be updated in the same infotype table.
      Let me clarify one thing that the mentioned BAdi just evaluate Business no and display on screen , it doesn't have any provision for storing that valkue anywhere.
    Thanks in Advance,
    Chetan

    Hi
    See the links and do accordingly
    Enhancement of Infotype
    Check the following
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf
    Infotype Enhancement overview screen
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1
    Regards
    Anji

  • PLZZ HELP FOR ENHANCE INFOTYPE...

    HI EXPERTS,
    I HAVE 2 QUERIES TO ASK U..
    1).
    I AM ENHANCING AN INFOTYPE...
      I WANT THAT MY FIELD HAVE TO DISPLAY IN SOME SPECIFIC SUBTYPE ONLY..
    I NEVER IMPLEMENT WID SUBTYPE..
    SO ANYBODY PLZ HELP ME OR SEND ME THE CODE BY WHICH I CAN DO THIS...
    I WANT TO KNOW IMPLEMENATION WID SUBTYPE...
    SO GUIDE ME OR GIVE EXAMPLE FOR THIS..
    2).
    I HAVE IMPLEMENTED 0007 INFOTYPE WID MY ADDITIONAL FIELD..
    BUT I WANT THAT WHEN I SELECT MY DATA IN ADDITIONAL FIELD THAN IT AFFECTS ON STANDARD TABLE ALSO..
    I MEAN 2 SAY HOW CAN I DO THIS WHERE MY SELECTION AFFECTS ON OTHER FIELD AND I CAN SAVE IT IN TABLE..
    HELP ME ASAP...
    THANKS IN ADVANCE..
    POINTS WILL BE REWARDED...
    REGARDS,
    Bhumit Mehta

    Hi Bhumit,
    Ur 1st question answer.
    1.  GOTO Tcode PM01.
    2.  3rd tab infotype enhancement.
    3.  Put infotype 0007
    4.  put first radio button CI Incliude & push create button, give
         short description of  infotype.
    5.  Give ur addition field name to be included with their domain.
         & save. and back
    6.  Then 2nd radio button Module pool. & press create & save.
         & back
    7.  Last put radio button Include Screen. & press create &
         save.
    In this way u can enhance any infotype.
    Now come to ur 2nd Question.
    Stay ur PM01 transaction.
    See in the top left Assign enhancement.
    Press this one.
    Create new entries to link with DB table as soon as ur Standard tcode functioning to save data into std table
    Example
    Module Pool        MP000700
    Standard Screen  2000
    Program Name    ZP000700
    Table Name        PA0007.
    save & activate.
    For first one one workbench request created
    for 2nd one one customize request will create
    Move two request 1st workbench then customize request
    That's all.
    If it is helpfull Pls do reward
    Regards
    Srimanta

Maybe you are looking for

  • How to make the common control button for all pages in TABCONTROL​?

    Dear all,            I'm using TABCONTROL for my application. I'm having STOP and SAVE control. I have to show this button to all pages  in TABCONTROL.. How do i make it? Kindly help me?.. Regards, Srinivasan.P Solved! Go to Solution.

  • How to update data according to row_number in sql

    hi, after deleting an item I need to update data according to row_number. in oracle database I have a code like this... working perfectly.. update regitem set line_sn= LPAD(ROWNUM,2,'0') where doc_no='" & mydocno & "' how it will work in sql server..

  • Hyperlink to documents

    Is there a way to create a button with a hyperlink to an external document? In presentations I flip between the presentation and worksheets in Excel. In PowerPoint I can do that on a button on the individual slide, but Keynote will only show slide, e

  • Business Package for Employee Self-Service 4.6C - 4.7 - F4 key doesn't work

    Hello All, We have installed Business Package for Employee Self-Service 4.6C - 4.7 in our Portal version EP 6.0 SPS09 .We r accessing ESS into portal through ITS .I hav not installed any support packages for this Business Package.Our backend is R/3 s

  • Business sys not found

    hi for my file 2 file scenario uam getting following error in sxi_cache LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM and the status of message is "To be delviered" in rwb. plz help me viju