Enhance OM infotype

Hi
I want to enhance infotype 1050 with a note. Could anyone explain (just in short) how i could do that? I can imagine how to enhance with a single entry field - but in this case i want a note (like in 1002 or something like that).
Is there an easy way to do this?
Jakob

Hi Jakob,
1002 infotype is a table infotype which stores tabnr against every entry in 1002.
the actual text is stored in hrt1002 where the tabnr is the key field and the seqnr is each line entered of 79 characters.
I suggest not to follow the same approach in 1050, instead enhance the infotype to include a field which stores a unique no. generated by some custom number range. Then create a text id and element and store the text against it in the z program generated for the enhanced infotype using function modules read_text, save_text.
If you still do not want to do this the best approach would be to add a subtype in 1002 infotype where the job evaluation results are stored, this will require no development.
Regards,
Divya

Similar Messages

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

  • Regarding Enhancing Standard Infotype

    Dear All,
    We have a requirement where in we need to enhance a Infotype which already got enhancement.
    I have added a new field in ci_xxxx include of that infotype through PM01. It alreay has a custom field called A and now I want to add Custom field B. But I do not see that field when I open this infotype using PB30. Please advice whether I need to regenerate this infotype or what I need to do so that existing development ( validations or checks) will not get effected and I should be able to see my field there.
    Thank you very much in advance.
    Waiting for your response.
    Best Regards,
    Amar

    Hello,
    You need to regenerate the Infotype for the new field to reflect in the Infotype screen.Add the custom changes again.
    Hope you have selected both radio button for generating the Infotype for applicant as well employee data.
    Alternate way is you need to add the new field to the Infotype screen manually .You can do this from SE51.From PM01 you can dierctly goto screen painter by chosing the Screen radiobuton.
    Once You have added the field to the screen ,you also need to make the declarations for the field in the module pool program.
    Regards,
    Malathi V

  • Enhance Standard Infotype 1005 in HR

    Dear All,
    Please suggest how to enhance standard infotype 1005 - Planned Compensation in HR.Transcation PM01 is not allowing to do so ...as no CI include is attached for the same.
    Please guide.
    Regards,
    Subhash

    hi,
      maybe you can achieve your requirement by creating a new custom OM infotype
    ( if the custom information are linked to the OM entity :  org unit, positions.. ) or a new PA infotype ( if the custom information are linked to the employee ) .
    Regards luigi
    Edited by: luigi la motta on Sep 2, 2011 11:46 AM

  • Enhancing Attendances infotype

    hello Experts,
    We would like to add a text field to the Attendances infotype. When trying to ehance the infotype 2002 using PM01 transaction in Single screen, we receive the below error:
    Infotype 2002 can not be enhanced
    Message no. PG383
    Diagnosis
    Infotype 2002 cannot be enhanced because it is not intended to be so by the system.
    Individual standard infotypes are not intended for enhancement with the enhancement concept.
    Is there an alternate way of enhancing Time infotypes?
    Your help is highly appreciated.
    Thanks.

    Our requirement is simply to have an additional qualifying decription for the attendance info record.
    In addition to logging attendance hours, we would like our users to specify an additional description (text50) to further describe the attendance.
    You are right, I noticed that the structure PS2002 is set to, cannot be enhanced in the ehancement category, not sure why that is!?
    Hi ,
    Its SAP std , not to enhance certain infotypes as it would create issues while running quota generation(for time infotypes) .
    May you can try this option.
    1) Create a 9XXX infotype with the fields you want to capture.
    2) Call it immediately / or update in the background whenevr 2002 gets created/changed.(thro dynamic actions)
    3) Default info from 2002 like dates, sy-uname and other details required.
    4) Make sure the end user does not skip this step ,if its done frontend.
    Hope this helps.
    Rgds
    G

  • 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

  • Enhancing an Infotype

    Hi ,
    I need to enhance a standard infotype(0743 - Discipline Infotype) .This Infotype has subscreens(tabs).I need to add fields in these subscreens(tabs) . Going through transaction PM01 and enhancing an infotype allows new fields to be added in the main screen ( the common area) , and not the individual tabs .Is there any way to add fields in the tabs of a Standard Infotype ?
    Thanks in advance .
    Regards,
    Sujata

    search this question in the HR forum, this has been answered before
    SAP ERP Human Capital Management (SAP ERP HCM)

  • Impact of enhancing standard infotypes on service pack upgrade

    Hi SAP experts,
    I have a situation where in we had enhanced standard infotype 14 ( added custom fields to structure CI_P0014) in development systems and moved to production systems. Now these changes should be moved to project system in which the service pack upgrade is in progress. Will it impact the SP upgrade if I move my transports to these systems? Will it overwrite the sp changes for IT14?
    P.S : The support pack was not applied to the system in which the std infotype was enhanced.
    Regards,
    Sameena

    You should re-apply any customer enhancements etc to your development environment after SP's are applied - But only after you have a developer review potential impacts from SP and your development.
    I think you would be fine as IT14 isn't updated often in SP's.
    Cheers,
    Brad

  • Enhanced OM infotypes

    Hi!
    I have enhanced infotype 1007 putting 2 checkboxes.But I m not able to get the value of these fields in the User Exit of the infotype.I have already used the method cl_hr_pnnnn_type_cast=>wplog_to_pnnnn.In the structure,i can see the enhanced fields,but the value of the checkboxes is not shown.
    Please help me to solve this problem.
    Disha Kundra.

    Hi
    TRy out the  BDC method. to update the  OM infotypes . Create a single screen in  module pool  and put radios buttons for thses infotype  and perform a call for BDC ,for indivusal  infptype
    Regards
    lakhan

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

  • PPCI  Tcode to enhance OM infotypes

    Hi All,
    I want to change the screen layout of a particular OM infotype ..say 1005 . And make one existing field as mandatory which is optional in the standard.
    In PA infotypes , there is an option to make this requirement satisfy  in customizing .
    Considering the OM infotype is there any way of doing it . Through PPCI how to do it . When the enhancement option is chosen , it navigates altogether to a new structure . A help is required regarding the OM infotype  giving a general view on it .
    Regards
    Gajalakshmi

    I am not sure but try the Badi HRBAS00INFTY method Before Output
    Balaji

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

  • Enhance time infotype

    Hello All,
    How can I create a new field for infotype 2001 ?  I read some documentation and it said that infotypes 2nnn can't be enhanced.
    Can I append CI_2001 structure to the infotipe?
    thanks in advance
    Enrique V.

    According to SAP Time Management Infotypes CANNOT be enhanced.   I think the bottom line is that if SAP didn't include a CI_PXXXX on an Infotype you can't enhance it.

  • How to enhance Timpe Infotype?

    Hi,
    I want to add a field to IT2001. Hot do I do that. AM sure that this cannot be done through PM01. Can some one let me know whether it is possible at all, if yes how to go ahead
    regards

    Hi,
    Suresh is right, there is no provision to enhance IT2001. You may wish to check SAP Note 412261 to confirm this, and a workaround via customer specific infotype. Thanks.
    Regards
    Kir Chern

  • Is it possible to enhance Referential infotypes like 0106, 0213, 0318 etc

    Hi All,
    Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
      CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
    But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
    Thanks

    Hi All,
    Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
      CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
    But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
    Thanks

Maybe you are looking for

  • How can I see more than 100 users when adding users to a node?

    When adding new users through the User Management interface, only the first 100 entries are listed. How do I increase the number of entries so I can see the next hundred (or more) users? Is this done via the server configuration parameter maxsearchre

  • DB 13 Calender-DB check is getting Failed

    Hi Team, Configured DB check job is getting failed in DB13 Calender with the following error. Job started Step 001 started (program RSDBAJOB, variant &0000000000015, user name BATCHJOBS, language E) Execute log. command SAPDBA on host ukcbx001 __Para

  • Strange character

    http://www.math.fsu.edu/~trogers/pics/LHJ/How%20America%20Lives.html as you can see this 'lone' character (top left, below-left of "Ladies" heading) appears in the "view code" --but is not actually in the code. also note that (perhaps irrelevant) tha

  • How to transfer downloads from library to windows 7 itunes

    I have downloaded audiobooks from the public library and connot transfer them to my ipod through itunes using Windows 7

  • Free the contentes of alv tree

    how to free the contents of alv tree?