Enhance E-Recruting infotype HRP5144

Hi,
  I am trying to enhance E-recruiting infotype HRP5144 but i don't find Customer include in HRP5144..
So i have gone into Goto -> Append Structure and have append a structure with one field.
As i have never done this before. I am just wondering if that is a good practice....
or
Is there any other way to enhance HRP5144 (Infortypes with out customer include)
Thanks in advance...

Krish,
Please take following into considering when using append structure for HRP5144. After that there will be no issues.
Use the name of append structure in customer name space i.e. using ZZ or YY while creating the include.
Also following the same naming convention for the  custom fields added.
This makes sure your append structure remains in tact even during upgrades.
Regards,
Bharat

Similar Messages

  • Enhancment to standard infotype

    I have an urgent question.
    While mapping to legacy table, they have fields of char 180.
    Hence we need to enhance standard Infotype.
    However, I like to check if there is any screen design constraint.
    Also what is the total length/bytes of an infotype?
    How to check?

    ECC6.0 enhancement to the infotype is max of 500 btyes ie only 250 chars

  • Enhanced field in Infotype into the iView - ESS

    Dear All,
         I am working in ESS and I have the following scenario. The screen "Family/Related Person"  has to shown to the endusers, for this the standard iView is available (PZ12), but the infotype 0021 (Family Member/Dependents) has been enhanced to include additional field. Here the requirement is to include the customized field into the iView.
        How can I proceed with this requirement, whether I should go for new webdynpro development or can I copy the program of standard iView into a z-progrm and include the field and necessary coding, if i go with second option is there is anywhere the dependencies will get affected while updating the Infotype 21.
        Your valuable inputs on the same pls.
    Thanks
    Gargam

    Thanks Saurabh
    I read the wiki page, its helpful and in my case I am not adding a custom field, but I want to show a field which is already present in infotype record...
    Wiki says "If you do not need to add a new custom field to the front end, but just an already existing field of the Infotype record, you do not have to do anything at this point."
    So it appears, if I change the structure and add a new field in iview that will be sufficient.Any toughts on this?
    I am going to give it a try a see if that works.
    Thanks

  • 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

  • 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

  • Custom infotype enhance

    Hi,
    How to Enhance the Custom infotype in Hr-abap,
    Regards,
    srujan

    HI,
    Check this links..
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/908fc993-0079-2c10-7080-b030cbab52e0?QuickLink=index&overridelayout=true
    Enhancement of Custom infotype
    http://www.****************/Tutorials/HRABAP/Infotype/Create.htm
    Thanks,
    Nirali P.

  • Issue with Infotype enhancement

    Hi all,
    I have enhanced a standard infotype earlier. Now i want to add some additional fields in to the enhance structure. But when i am generating the object, it is giving me the error and not allowing the fields to be added. Due to this, these fields are not displayed on the screen and also not added in the standard code generated automatically.
    Can anyone please tell me, how to proceed?
    Regards,
    Sachin Mahajan.

    Hi sachin,
    If you want add some additional fields for already enhanced infotype ,you need add these fields in ci_include, even if you are add these fields in the ci_include these wont reflect on the screen  for that you need to got to Screen painter and manually add the fields (Desgin the screen) and save activate it then u can see it.
    Navigation path as follows
    1. in PM01- give the info type number - select single screen- select "custominclude"- add your additional fields
    2. in PM01- give the info type number - select single screen- select "includescreen"- edit - you need desgin the screen in screen painter.
    Thanks,
    gupta

  • How to enhance OM infotypes

    Hi experts can any one tell me how to enhance OM Infotypes. I mean to say what is the Tcode? i think it PPCI is it correct ? and what is the procedure to enhance the OM infotype? if possible explain with an example.
    Thanks in advance.
    vamsi.

    Hi,
    Tcode PPCM  is used to create OM infotypes.
    Give the infotype no. & create the CI include first & then All button.
    Hope this helps.
    Thanks,
    Sarika.

  • Enhancing OM Infotype

    Hi there!
    Is there any way to enhance an OM Infotype such as 1010?? Any User-Exit, BADI or something?
    I've been trying to find a solution, but i was unable.
    Thanks a lot.

    Hi,
       I dont think we can edit SAP Standard OM infotypes.But we can create custominfotypes in OM.In OM we can create custom infotype using the transaction code PPCI/PPCM/PPCJ.For creating a custom infotype in OM we need to follow the following set of steps:
    1.Goto SE11 and create a structure with name HRIXXXX and add the fields with their types/Data elements.Here XXXX signifies its infotype number.We usually use number begining with 9000 to 9999.(FC will suggest this).
    2.Now go to tcode PPCI.Give the infotype number and name here.And check if your structure is visible here.If visible click on create button.Now system will create the module pools,screens and db tables.
    3.Goto tcode table T777I and maintain the time constraint fot the infotype.
    4.Now Double click on infotype per object and maintain the objects for which the infotype has to be maintained.
    Now go ahead and test it.Your custom infotype will be available.
    Regards,
    Chinni.

  • 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.

  • OM Infotype Enhancement

    Hi,
    Please can anybody tell me how to enhance the OM Infotype?
    Kind Regards,
    Sherley

    Hello Sherley,
    Use transaction PPCM to enhance an OM infotype.
    Also check this [link|http://help.sap.com/saphelp_47x200/helpdata/en/bb/0feb34bf03c210e10000009b38f83b/frameset.htm] for further info on how to enhance/develop an OM infotype.
    Hope this helps,
    Cheers,
    Sougata.

  • Enhancment pa30 infotype 0021

    Hi EXPERTS,
    i am doing enhancment in pa30 infotype 0021 (mediclaim)
    i want to add additional fields as a RADIO BUTTON
    mediclaim : yes  no
    With tcode pm01 i have added this radio button.
    BUT IT IS SHOWING DISABLE..
    PLEASE SUGGEST..

    Hi
    yes the field is added to the flow logic of screen..
    PROCESS AFTER INPUT.
    *   This chain has to include all input-fields:
       CHAIN.
         FIELD P0021-ZZ_MEDI_NO.
         FIELD P0021-ZZ_MEDI_YES.
         MODULE INPUT_STATUS_SUBSCREEN ON CHAIN-REQUEST.
       ENDCHAIN.
    *   infotype specific checks etc.:
       MODULE MODULE_PAI_0021.""
    but still showing disable in screen pa30..

  • Infotype enhancements steps

    how we can enhance the standard infotype enhancement for PA INFOTYPES,WHAT ARE THE STEPS .

    Hi Naresh,
    Enhancing Infotypes
    You can only enhance infotypes which can be maintained directly. For more
    information, see the Infotypes per Object Type view of the Organizational
    Management IMG Customizing activity Maintain Infotypes (this tells you whether
    each infotype can be maintained directly).
    Another way of displaying all infotypes concerned is to display all the entries from the Infotype per Object Type table (T777I), for which the MAINT field is active (can not be maintained via standard transactions).
    The following standard infotypes can not be enhanced.
    Infotype: 1000 (object)
    Infotype: 1001 (relationships)
    Procedure
    To use the infotype copier, you must be able to program in ABAP/4, be familiar with
    the ABAP/4 Dictionary, the ABAP/4 Screen Painter and the ABAP/4 Menu Painter.
    1. Enter the transaction code PPCI
    2. Enter a four digit infotype number (nnnn).
    3. Flag CI Include.
    4. Choose Create All.
    This brings you to Structure maintenance.
    5. Create the desired fields in CI_Pnnnn and activate the structure.
    6. Maintain entries in table 582C (Include-screens for infotypes).
    Result
    You have enhanced your chosen infotype by adding fields created in the structure CI_Pnnnn.
    The following objects have been created:
    CI_Include CI_Pnnnn
    Include for module pool MPnnnn00
    Include screen ZPnnnn000200
    Check this link for creating infotype
    http://www.sapdev.co.uk/hr/hr_infotypes2.htm
    Hope this helps u.
    Regards,
    Ruthra

  • Enhancing PD Infotype

    Hi all,
    How to enhance the Table Infotype in PD (as I know to enhance Field Infotype through PPCM) and may I know is it possible to enhance Table Infotype. If possible, pls help in this regard.
    Regards,
    V Kumar

    Hi nachiappan mv,
        Thanks for the reply and there is no information in the material of how to enhance the standard table Infotype and tried with PPCI and it seems there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    @ pratyush v
    I tried in PPCI but there is no CI Include for Table Infotype and may I know how can I enhance the standard Table Infotype. Pls help in this regard.
    Regards,
    V Kumar

Maybe you are looking for

  • How to prevent exchange email account from sending emails in Outlook

    Hello, I'm using Outlook 2010 with two email accounts. First account is set up with pop/smtp (hosted email), Second account is set up with local exchange server 2003 (not full exchange, only used to store emails, calendars, public folders). For sendi

  • Elements 11 will not download!

    When I try to download Elements 11 this is the error message I receive You may not have everything you need to view certain sections of adobe.com. To address issues with your browser or media preferences see below: Please Use a Supported Browser Your

  • Restore cold backup and RMAN backup

    Hi, I have cold backup as well as RMAN backup. But i don't know how to restore the backup. Please anybody send, steps or links for restoring both backups. Regs, Brijesh

  • Do we still  need iSync now?

    Before when I hooked up my ipod on my old machine, iSYnc opened and synced contacts etc. Now, it does not see my ipod. Is this normal? Do we sync through itunes? If so, what does Isync do for me if anything? Thanks for your input.

  • Copying cameras and lights

    Is there a way to copy cameras and lights (along with properties, keyframes, etc.) from one project to another? Thanks!