Om infotype modification

Hi,
plz tell me how i can add one field in infotype HRP1003.plz tell me in detail
thanks

you can enhance standard infotype...go through below link
http://www.sapdev.co.uk/enhance/enhance_infotype.htm
Hope this will help!
Thanks!
Piyush

Similar Messages

  • Query Related to Custom InfoType Modification on Screen ?

    Hi There,
    We had created a custom infotype 9003, for entering service related details of the govt.employees. Here in the req had  a field regarding for Physically Handicap with only possible anwers as yes or no. so i went on creating two different field in the structure PS9003 two fields ZPHYC_Y & ZPHYC_N each having 1 character as input. after this i converted these two input fields to Radio button & combined them in group using Screen Painter also assigned a single function code to these two radio button. Now my other requirement is upon selecting Yes radio button a second field displaying a dropdown box of possible Phy.Category should be displayed. & upon selecting No the Box should remain greyed out.  This is a typicall HR Requirement Please provide your suggestions
    Edited by: priyeshosi on Apr 6, 2011 8:01 PM

    I have resolved this ticket by creating a subscreen inside the original Infotype screen & calling the custom visibility function module & at there doing LOOP AT SCREEN in PBO event of the subscreen.
    Edited by: priyeshosi on May 10, 2011 10:19 PM

  • PPCI Infotype modification problem

    Hi,
    i created a PD infotype several days ago with 3 fields using PPCI.
    I have to change this infotype adding 5 more fields. I have modified the HRI9500 structure. The PPCI only allows me to create new infotypes, but i want to modificate an existing one. What sould i do? Is there any transaction to do this? If i try to create the same infotype using PPCI it gives me an error telling me that it already exists. I don't want to create another infotype using a different infotype number.
    Any suggestions?
    Thanks

    To modify HRI structure and regenerate infotype, I don't think so it's possible.
    I Think it's better to delete infotype and start again.
    Deleting entries from the table TADIR is not advisable as it can create inconsistencies.
    There is a Delete option in the menu of transaction PPCI. Just select the infotype to delete. This should be the best way to make sure all the entries are deleted.
    Regards
    Vasu

  • Infotype Additions did not upgrade to ERP2004

    Hi all,
    We have recently finished a test run of our upgrade from 4.6c to ERP 2004 in our DEV environment (we will be going to ERP 2005 instead in a few months). While I was looking around to see what has changed and what hasn't, I noticed that some infotype modifications did not come through. A couple of years ago we made extensive changes to infotype 565 (Retirement Plan Valuation Results), and in our upgraded box the infotype has reverted back to the orignal SAP format. I would prefer not to have to make all of the changes again. I had created an additional tab and subscreen, and the subscreen does not even exist in ERP 2004 now. Has anyone come across this issue? If so, how did you "fix" it? Do you know if this will be a problem when upgrading to 2005 as well?
    Thanks in advance.
    Mary

    Mary,
    Other than SPAU I don't know what to tell you.  But if you find an answer can you please post it to this thread?  We are getting ready to upgrade our HR system from 4.7 to mySAPERP 2005 and if we come across something similar it would be great to know.
    Regards,
    Chris

  • Calling diff infotype from another infotype!!

    hi
    is ther anyway i can call other infotype from my current infotype for eg suppose i am in my custom infotype and then i do some activities and based on which the value will b calculated and needs to be put into infotype 8.
    regards
    gunjan

    Hi,
    I tried this some time ago and found out that it did not work!
    HR_INFOTYPE_OPERATION calls HR_MAINTAIN_MASTERDATA. This creats a batch-input which at the end calls dialog program SAPFP50P, which is already running to change the first infotype.
    In my tests, afterwards screens were messed up and program stopped with different error messages.
    I did following workaround:
    - call perform in customer program from dynamic action to do the calculations
    - when back from customer program to dynamic aciton do the infotype modification with data in structure RP50D
    dynamic action look like this:
    F   FORM_1(Z_CUSTOMERPROG)
    P   RP50D-FLAG1='X'
    I   DEL,0019,(RP50D-DATE2),,(RP50D-DATE1)/D
    hope this helps
    Herbert

  • Error while transporting modification in module pool of a specific infotype

    HI experts,
    While transporting some modifications that have be done on the PAI of a module pool of a specific infotype, we have an error with code return = 8, the error is --> Original object R3TRPROGMP900730 must not be changed!!!
    Any suggestion .
    Tanhks a lot .

    Hi ,
    Nice to know that your problem is solved. If any of the replies were usefull please acknowledge their work.
    And it would be great if you can just put in your remarks about the best  solution you had in solving that problem.
    It might be useful to other users when they encoutner such problem.
    BR,
    Vijay.

  • Modification groups for infotypes

    Hi All,
    Could anyone please explain me the concept of modification groups in the contest of standard infotype screen fields in plain words? Is there any limit to the number of values that can be assigned to a particular modification group?

    Hi vijay,
    1. The modification group fields (4)
       which are avaialble in infotype screens,
       are actually available in all kind of screens.
    2. The purpose of them is to :
      a) group similar related fields
      b) so that at the same time,
       (at the same time means, in a loop)
       (other wise we have to give code for each field, one by one)
      c) they can be in EDIT MODE, Display MODE
      d) or INVISIBLE mode
      e) we can use the combination of 4 modification group fields
      f) for our any permutation/combination requirement.
    regards,
    amit m.

  • Infotype 0071 - Screen Modifications

    Hi SAP - gurus,
    I would like to hide few fields in infotype 0071 - Pension Funds GB.  I am not able to find the  fields in the screen modifications table.  Can you let me suggest me how I need to go about this??
    Thanks in advance for your help.
    Regards,
    Lakshmi

    Hi Dilek,
    Thanks for your quick response.  I am checking in Module Pool - MP007100 Variable key - 05 since we have not configured the Pension schemes as Flat, Percentage or Mixed.
    Pls let me know your suggestions.
    Regards,
    Lakshmi

  • Create Custom Infotype and handle Modification/Updation

    Hi All,
    I need to create a custom infotype and handle few checks while creating/updating the existing one.
    I have gone through the existing threads and have figured out the creation part.
    Could anyone tell me where i need to code the checks while creating/updating.
    I tried editing the PBO/PAI of the Module pool program, but as its standard, is asking for access key. Do we need to code this in any userexit or implement BADI.
    For example,
    a) i need to check that only one instance of the infotype should be valid for an  
        employee at a time
    b) This infotype should be created for only Employees and not contingent workers.
    c) Few fields on the body section needs to be updated/modified.
    Thanks and Regards
    Manish.

    You can use the IN_UPDATE or AFTER_INPUT Methods of the BAdI HRPAD00INFTY to perform your validations.
    Arya

  • Regarding Modifications in Infotype 589

    Hi,
      I have a requirement that , our function guys want the infotype 589 shud be populated with default values when creating new record based on wage type. But how can i capture the data like which wage type is entered by end user ? i have  used Exit PBAS0001 but the thing is i am unable to get the table control data .. can any tell me how to capture the data in table control in the infotype 589 and capture from user exit...
    Waiting for ur reply...
    Regards,
    Phani

    Hi,
    You don't need a development for this. It can be enhanced/customized using PM01 tcode. Use Infotype Characteristics button and choose infotype "0589" there are customizing options to change behaviour of selection fields(So you can make this field editable if it is not a problem from functional perspective). If this don't solve your issue try to  check other options in TCODE pm01.
    Regards,
    Edited by: Gungor Ozcelebi on Jan 18, 2010 12:59 PM

  • OM / PD Infotype Screen modification

    Hi All,
    We have a requirement where we need to change or hide fields for OM or PD infotypes.
    I checked all the tables and fields to do the same as the way its possible for the PA infotypes but no options available.
    I found that only options would be changing the standard screen using the access key or the options using BADI's
    Appreciate if anyone can suggest any other ways to make the above changes.
    Thanks in advance.
    YM

    Hi Manoj,
    Thanks for your reply.
    With the above tables mentioned, we will not be able to modify the fields.
    For Ex: I need to hide certain fields in standard OM/PD infotypes.
    Hi Debjani,
    Thanks for your reply.
    if possible can you please provide more details.
    Cheers
    YM

  • Modification of infotype

    hi ,
    can i modify the SAP standerd infotype  . if modify then what is the procedure ?   its very urgent .
    regards,
    pankaj
    Edited by: pankaj vashista on Feb 18, 2008 9:43 AM

    hi
    hope it will help you
    Reward if help.
    Steps to create a HR Infotype:
    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)
    Subtype Creation :
    Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.
    Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.
    Subty.text tab is T591S and time const tab is T591A.
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    HR related site:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    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

  • Modification of PD infotype 1050 screen

    Hi All,
    I would like to know the process of hiding fields on a standard PD infotype like 1050.
    I know of the table T77CD and creating an alternate screen.
    How do you go about creating an alternate screen and where do you specify the Z-module pool for it?
    Please let me know.
    Thanks and Regards,
    Pankaj.

    Hi
    Couple things you need to check.
    First, make sure the ZP000100 program and the 0200 dynpro are still present with their custom fields, after that go to T582C table and check if the link between the standard program and the Z one is still in that table (There has to be an entry in that table with the standard program name and its dynpro and the Custom Program name and its one, usually MP000100 - Dynpro 2000 and ZP000100 - Dynpro 0200).
    Finally go to T588M table and check if the corresponding entry for the enhacement is still there (Usually ZP000100 Dynpro 200) If you double click on that entry you can check whether the fields are ready to be shown or not.
    Best Regards

  • Can we do screen modifications for OM infotypes?

    Hi Experts,
    We have a requirement where we need to hide the business area field in the IT1008(Account assignments). Can any one please let me know how to do this?
    Thanks,
    Revanth.

    try
    to identiry the Module screen number and programme
    and later check the same in V_T588M 
    check in feature PA1008

  • Hiding table fields in custom infotype

    HI guyz,
    i have created a custom infotype which has 2 subtypes . certain fields should not be displayed when we select the subtypes. i have used the code below. the screen contains a table.
    MODULE hide_FIELDS OUTPUT.
    IF p9555-subty = '1'.
    LOOP AT SCREEN.
    IF screen-group2 = 'ABC'.
    screen-active = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    ENDIF.
    IF p9555-subty = '2'.
    LOOP AT SCREEN.
    IF screen-group2 = 'XYZ'.
    screen-active = 0.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    ENDIF.
    ENDMODULE. " hide_FIELDS OUTPUT
    the fields which are not in the table are not getting displayed as required but the fields in the table still appear on the screen(they are grayed out). i do not want them to appear on the screen. can anyone help me with this. Thanks in advance.

    Hi Madhu Reddy , instead of using screen-invisible = '1' , u can try this .
    MODULE sereen_modify OUTPUT.
    DATA:  COL TYPE CXTAB_COLUMN.
    LOOP AT TC-COLS into COL.      " TC is ur Table Control
      IF col-screen-group1 EQ '007'.     " Modification group1 is say 007.Also u can add other              checks like pnnnn-subty = 1 here .
       col-invisible = '1'.
       col-screen-output = '0'.
       modify TC-COLS from COL index COL-INDEX.
         ENDIF.
    ENDLOOP.
    ENDMODULE.                           " Call this module in ur Flow Loic PBO.
    *Reward Points If Helpful

Maybe you are looking for

  • Printing to shared windows printer over wireless network

    Hi, I just bought my wife a MacBook and recently updated it to Leopard (OS X 10.5). I have a Lexmark X5150 printer connected to a desktop PC running Windows XP. I can share files between the two computers no problem either wirelessly or through an et

  • Primary Key in Internal tables?

    Hi all, Im doing a ABAP- certification, so I need an exact answer , not the 'I think...' or 'it should...' answers. I often heard the sentence 'every internal Table has a key, even if you dont define one!'. OK, I was told, that SAP takes the non-nume

  • I WANT TO IMPORT MAIL FROM OUTLOOK TO TALKTALK

    i want to direct mail from outlook to talktalk.

  • Iphone 4 syncing problems

    I dropped my Iphone 4S and it broke so I had to change to the regular Iphone 4. I backed up all my music to my computer with help from an Apple Support person and got all of my old music onto to Iphone, however now I cannot get any new music onto it!

  • Links stop working

    I created a link in a PDF to open a file and it worked just fine. Now after several Adobe updates they stopped working both using Acrobat 8 Pro and Reader 9. I checked the link and in the link it points to the correct location of the file on the hard