IT0002 in HR Module

Hi,
Can any body explain me what is IT0002 in HR Module
Regards,
Ramesh

Hi,
In HR module Data is Stored in Infotypes,
for Each infotype there is Table,Modulepool, Screen no.
infotype 2 means Personal Data.
pa0002 means Table for infotype personal data.
If you want to see the infotype go to PA30 enter the Employee no
then infotype as 2.
If you want see the table for Personal Data
Go to Se11 enter Pa0002 the dispay.
Thanks
Regards
Narsim

Similar Messages

  • Regarding the Function module HR_READ_INFOTYPE

    Hi Experts,
    I'm using the Function module HR_READ_INFOTYPE and the code is as following
    CALL FUNCTION 'HR_READ_INFOTYPE'
            EXPORTING
              pernr     = g_pernr
              infty     = '0002'
            TABLES
              infty_tab = it0002.
          CLEAR wa0002.
          READ TABLE it0002 INTO wa0002 WITH KEY pernr = g_pernr.
    it is not fetching the data for a particular PERNR but the sy-subrc is 0 after the executing the Function module.
    Please help me out.
    Thanks
    Nivash S

    Hi Experts,
    Thanks for Ur advice. Actually there is no authorization for that particular PERNR thats why it has skipped that particular record.
    Thanks Once again,
    Nivash S
    Edited by: Nivash S on May 12, 2009 8:49 AM

  • Read positions of Objectid with function module

    Hi experts!,
    I would like to read User Id, First name and position number fields by ObjectId.
    RH_READ_INFTY only show part of data.
    Could you say me another Function Module to do this?
    A lot of thanks in advance.
    Best Regards.

    Hi Juan,
    So now u have the org unit ID.
    Use the same FM RH_STRUC_GET now to get all the position IDs which are belongs to that org unit.
    Pass act_otype = 'O',act_objid = ourg unit ID that u have,act_wegid = 'B003' and in the result_tab u will get all the positions under this org unit.
    Now u use the same FM to get the pernr which holds these positions.
    Loop in the result tab."as u need to get pernr for all those positions
    Use the FM RH_READ_OBJECT to get the position validity begin date and validity end date.
    Pas the values in the same order as above  'S',result_tab-objid,'A008' and in the result tab u will get pernrs.
    Now use the FM HR_READ_INFOTYPE to get first name for IT0002-VORNA by providing the pernr.
    Now use the FM HR_READ_SUBTYPE to get user ID from IT0105 subtype 0001 field USRID by providing the pernr.
    Populate all these data to final itab.
    Endloop.
    Thanks
    Hafizul

  • Issue with function module HR_INFOTYPE_OPERATION in badi HRPAD00INFTY

    Hello All,
    I have a business scenario wherein, when user saves data for infotype 0002 from tcode PA30, i have create a new record for infotype 0105 by copying existing record and just changing the date.
    For the same I am using funtion module HR_INFOTYPE_OPERATION inside badi HRPAD00INFTY method AFTER_INPUT.
    When I am running the same function module in a independent program, its running fine. But when I run it inside the badi method, it runs with sy-subrc = 0 and no error, but later in the standard program MP000200,in pai module PRE_INPUT_CHECK, it tries to execute this statement     MOVE <namst> TO <subty> and gives dump, with runtime error MOVE_TO_LIT_NOTALLOWED_NODATA and saying that "Error at assignment: Overwritten protected field.".
    Have tried all the options of function module HR_INFOTYPE_OPERATION, but nothing is helping.
    Kindly let me know if any information on the same.
    Best Regards,
    Rahul Malani

    Have you checked what's in the Subtype field of table T777D for infotype 0002?
      IF t777d-namst ne space.                                  "QNOK025939
        MOVE <namst> TO <subty>.
      ENDIF.
    Usually this sentence won't be executed unless there is something in that field. Usually we don't have subtypes for IT0002.
    Also make sure that the infotype that gives the dump is 0002 and not 0105.
    Regards.

  • Error in IT0002-France-Management of global Employee

    Hi guys,
    In management of global Employment,I unable to save the IT0002 for france country, even if filled all the fields its showing the error message that 'Filled in required fields'.
    It showing the Message number 055.
    How to solve this issue?
    regards,
    thiru

    Once Check the Status of the Feilds
    in the module pool and check whether u are useing the same screen
    Check V_T588M

  • Hide the field display from it0002

    i wanted to hide a field   display from  IT0002 screen, queries, table view or other  like transaction pa20 or pa30 ,should be prohibited when not authorized.

    Hi
    If you want to hide fields based on authorization, you need to first create a custom authorization object and then program the authority check using function module in the PBO module of Z Include. If the authorization for the user fails, hide the field by looping through the screen structure.
    ...Code to check authorization...
    CHECK SY-SUBRC NE 0
    LOOP AT SCREEN
    IF SCREEN-NAME = 'your_field_name'.
        SCREEN-VISIBLE = 0.
        MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Akso, do not forget to assign the auth. object to the authorized users(This is BASIS activity).
    Edited by: rumhat on Mar 8, 2011 8:02 AM

  • Place of Birth in IT0002

    Hi Guys
    Though the IT0002 has the field for place of Birth (P0002-GBORT), but it's not available for the US screen. The client wants to have this field appear on the screen for IT0002 in US for some legal reasons.
    Any idea how can this be added to the screen. I see no button on mudule pools to add a field.
    Can it be done without ABAP?
    Thanks
    W

    Hi William,
    I have a similar requirement where in the scr. 2008 for Module pool MP000200, i need to add a SAVE button next to 'lock/unlock' button.
    reason being that in web GUI, client does not want the controls on the top to be displayed.
    I have never done screen exits before so need some help here.
    Kindly help.
    Regards
    AJ

  • Field PERID - IT0002

    How to Make Field - PERID (Personnel ID - CNP) as a required field in IT0002?
    This field is not available in the Standard Module Pool.
    Thanx
    Aniruddha Fansalkar

    Hi Anirudda
    Follow the steps;
    1. Find Out the Screen number and program Name for IT002 from System->Status.
    2.Go to View T588M through SM30.
    3.Now find for Entry for Program name and screen number.
    4.If u find multiple entries for the same program and Screen number then goto Feature P0002 and see what is the return value given for Ur Country code.
    5.Then Choose the entry with that return value as Variable Key.
    6.Double click on that entry.
    7.Choose the radio Button RF against PERID.
    Save it and test.Now it will be done.
    ~BiSu

  • Module Pool MP000200_CE in Screen Modifications

    Hello,
    My query is regarding screen modifications table T588M. When the module pool MP000200_CE is used? I know it is used when the Concurrent Employment is active and we have activated Concurrent Employement in our system but when I go to the system - status in IT0002 and check the screen number, it shows MP000200 and not MP000200_CE.
    How to activate the screen MP000200_CE for IT0002?
    Thanks.

    For the infotype 0002 for the modulepool MP000200_CE, only screens
    2007 and 2010 are needed. concerning the infotype 0002: the corresponding modulepool (MP000200 or MP000200_CE) will be read according to the country and the table T582ITD. If no entry exists for this country then the modulepool MP000200 will be used for the infotype 0002.

  • Introducing new field in IT0002

    Hi Experts,
    I want to introduce new filed GESCH in the IT0002.
    I have gone to V_T588M, Specified the module pool program MP000200 & screen 2001.
    But I am not able to find the field P0002-GESCH, I want to introduce it.
    Thanks in Advance.
    Regards,
    IFF

    Hi
    Check the feature P0002 and find out which screen it's calling that program.
    If you modified in Module Pool Program and same need to default that program through feature. Then only it will trigger your screen which will have new fields.
    Regards
    Chandra

  • Issue in Title(ANREX)  IT0002

    Hi,
    In IT0002, Title(ANREX) field I have maintained the entries- Mr. Mrs. and Inherit. 'Inherit' is applicable to both male and female so I have made the entry for field Gender as blank in table T522G. But this entry is not visible in IT0002. Can please someone guide me on this.
    Regards,
    Mukesh

    Hi Mukesh,
    For blank gender type form of address to be displayed in IT0002 screen, you need to make Q0002-ANREX field optional via T588M table MP000200 module pool and your screen number.
    Please also take a look at SAP Note 315349.
    Regards,
    Dilek

  • Mixing memory modules on Westmere

    Dear Hardware gurus,
    I have a 12-Cores Westmere. Do you know is it possible to mix different memory modules on it, namely:
    6x1 Gb 1330Mhz
    +
    2x4 Gb 1066Mhz
    and if yes, in which configuration?
    Thanks a lot for any comment!

    Kappy, thanks for the note.
    I am actually going to order some more 1333 modules, but just for the short time I have to work with what I have currently (see my original post).
    As I posted above, I tried a bit already to combine the modules and Mac doesn't boot
    Can you suggest a configuration, which will work?

  • Adobe Bridge CS6 for mac: export modules, facebook export module gives an error every time i try to sign in

    in the export module for facebook every time i click "sign in to facebook" it gives the following error: "An error occurred while request facebook connection"

    "An error occurred while request facebook connection"
    The export module has been discontinued in Bridge CC and as long as it has been there the option for social media has worked only for FB in a few countries. Due to rights management (as we where told) there where restrictions for most other countries. But if it did work for you in the past you should try click on FB in export module or use the tiny menu icon in the export panel for preferences and try to set up a new connection.

  • FileName in Sender File Adapter Module

    Hi Folks,
    In my sender file adapter have written a module to read the picked file name. The protocol used is NFS.
    Notice that the file name read in the module has the absolute path, including the directory path. E.g The file name xyz has to be picked from source directory
    XIServer\Outbound. In the module when I retrieve the file name, it comes up as
    XIServer\Outbound\xyz. Is this expected behaviour?
    I was expecting just the file name<xyz> to be retrieved.
    Thanks,
    Anand

    HI,
    Create an UDF and write this code.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key =
    DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName;
    in Adapter u will have Adapter specific parameters check the file name check box.
    Using this UDF u will get the file name at target side.
    Regards,
    Phani.

  • How do I use the Web module to upload video to my website?

    I'm using the Lightroom HTML gallery to upload my photos, fine and dandy, very happy with it. I also have some videos trimmed in Lightroom that I want incorporated into the gallery. This doesn't seem to be happening, instead I just get thumbnails. What/how do I incorporate my video clips into my web gallery? I moved over from jAlbum so I could have a simple one-tool workflow, so I'm really hoping that this is possible.

    You can combine stills and video for output to h.264 (mp4 file) for example to upload to Youtube or Vimeo.
    FTP upload will be subject to the limitations of your host. The web module within Lightroom creates all resources to link to the file index.html
    The forthcoming LR6 is anticipated to have HTML5 galleries.

Maybe you are looking for