Missing of Gender field in infotype 0002

Hi All,
Recently we have upgraded the patch level from 0026 to 0037.  The problem is I am unable to see the Gender field(GESCH)  in Infotype 0002. I have checked in Std screen of P0002 there also i am unable to find the field. But in the database table the field is available.Previously it was available in infotype 2.
Due to the missing of  standard field Gender (GESCH) in Infotype 0002 I am unable to upload the data and also unable to take the std copies of PF form 5 and form 10 where system is automatically taking the Gender column as F(female) instead of M(Male).As per the standard code it checks this field GESCH for "1" and outputs gender as "M" if "1" and "F" otherwise.
Any help in this regard will be highly appreciated.
Regards,
Anjenaya Prasad

Hi,
Activate the field in the table T588M Q0002-GESCH to standard.
Path: PM->PA->Customizing user interfaces-> Change screen Modifications
Regards
Devi

Similar Messages

  • Field: PERID Infotype 0002

    Hi
    I have set up Infotype 0002 for South Africa which accepts the South African numeric ID, i am now setting up for Botswana and in my feature i put the return value to be 16(South Africa). Botswana ID number is Alpha numeric and the field does not accept alpha numeric ID num. How can i get it so that it allows for numeric as well as alpha numeric ID input into field: PERID in Infotype 0002.
    Kind regards

    The field itself will accept characters.  But there is normally a check behind PERID varying  from country to country.  Is there a supported Botswana check that you know of? (Check MP000200). It sounds like you are doing the check for South Africa also for Botswana - and the 2 apparently have different rules for perid. 
    Kirsten

  • Default gender field in IT 0002

    Hi Team,
    We need to default the gender field to 'male' in IT 0002.
    How & where can we do this? Is there a feature for this?
    Thanks
    SKR

    Hi,
    There are no features for this as far as I know.
    This is an option:
    Give the default value to that field through ZXPADU02 include (residing under PBAS0001 enhancement).
    Pls refer to the following link for details:
    https://forums.sdn.sap.com/click.jspa?searchID=14754507&messageID=2941292
    Regards,
    Dilek

  • Middle name field activation in infotype 0002

    HI all,
    My requirement is to activate middle name field in infotype 0002 screen. Currently in infotype 0002 middle name field is not dsiplayed. The screen number of this list screen is 2000. I checked the infotype screen control in config and found that screen number 2044 has the middle name field. It corresponds to variable key '44'. But currently for country grouping '99', varibale key is set as blank in P0002 feature.
    Now my doubt is, should i  need to copy the screen number 2044 to another screen number and this new screen number need to be assigned against variable key blank in the feature?
    If i copy 2044 to the new screen number, then what abt the settings made in our current screen number 2000.
    Can someone help me in how to bring the middle name witout affecting the current setting in infotype 0002?

    HI ,
    Some of the fields which are available in screen 2000 are not available in screen 2044. So when i copy 2044 and use, then i will get middle name. But the fields available in 2000 will not be displayed i guess.
    Pls tell me how to handle this case.

  • Infotype 0002 issue

    hi,
    i have added one field in infotype 0002 , by pm01 . it is not getting displayed in pa30 transaction . i have already activate module pool  and layout editor plz tell me what to do .

    Please check the screen number of the module pool. In which screen you have added the new field? Is the same scrren is being used by PA30 screen. I am sure there is some mismatch in screen.
    Regards,
    Sandip

  • ALE - IDOC  Infotype 0002   additonnal fields...

    hello all
    We have add 2 customers fields in the infotype 0002, and we would like to sent the infotype 2 with these
    2 new fields.
    So we have created an extension which contains a segment with these 2 fields. But  unfortunately
    with the pfal transaction , these 2 fields are not filled by values.
    Has someone have an advice ?
    thank you

    hello  all
    thx for your contribution
    it works  well for a specific message  that we have updated with an extension which include the segment Z1P0002  , but in our case we have a lot specific message . so  we update table Table T777d  in order to include specific segment Z1P0002 ( the 3rd  after E1P0002, E1Q0002 )
    but unfortunately, the fact to update T777d , occurs error for all the message  they are not concerning with this extension.
    Maybe an another way exists ?
    Thx for help by advance.

  • Deleting the option of "unknown gender" in Infotype 0002

    Hi,
    I need assistance in deleting the unknown gender option which is input in the gender data feild when maintaining the Personal data Infotype.

    Hi,
    Gender field comes from 'GESCH' Domain and. Unknow is one of the fixed value for the domain.
    As per your requirement, you need to perform modification which is not recommended by SAP. But, if it is the requirement, following options are available:
    1. Assign Custom Domain ZGESCH with Male/Female to Data element GESCH.
    2. Modify Domain GESCH, remove unknow from Fixed value.
    Thanks and regards,
    Dharitree

  • Sending the enhanced Infotype 0002 outside SAP via an IDOC

    Hello Friends,
    We have added couple of Z fields to the standard 0002 Iinfotype table PA0002.
    I can see the custom fields in the trans : PA30 screen for infotype 002.
    Now, we want to send these custom fields value outside SAP via an IDOC.
    Here are the steps I followed :
    I created a Z Segment in an extended idoc with the structure PA0002.
    I went in transaction PM01 for Infotype 0002 and added the above created Z segment as a 2nd IDOC segment.
    In transaction PA30 for 002, I made changes to the custom field value for a person 12039.
    Created an idoc via BD21.
    IDOC generated with the Z Segment but it doesn't contain any  Z  custom fields.
    Which step am I missing here? Do I have to have a user-exit or BADI to achieve this OR can it be done without writing any code?
    Basically I
    I will really appreciate your help.
    Regards,
    Pooja Pandey

    Pooja,
    you need to fill each field manually.
    check this code i am filling ZHCMS_PI_SEMENT
    data: sgmnt_e1pityp type e1pityp.
      field-symbols: <wplog> type any.
      field-symbols: <wplog1> type any.
      data: ixxxx type e1pityp, iyyyy type e1plogi,sgmnt_hcms_pi type zhcms_pi_segment,wa_idoc_data_x type edidd, ls_idoc_data type edidd.
      data: lv_p0001 type standard table of p0001 ,lv_p0002 type standard table of p0002 ,lv_p0007 type standard table of p0007 .
      data: lv_p0521 type standard table of p0521 ,lv_p0710 type  standard table of p0710 ,lv_p2001 type  standard table of p2001 .
      data: ls_p0001 type  p0001,ls_p0002 type p0002,ls_p0007 type p0007 ,ls_p0521 type  p0521 ,ls_p0710 type  p0710 ,ls_p2001 type p2001 .
      data: row_index type sy-tabix,del_index type sy-tabix.
      data: lcx_root type ref to cx_root.
    fILL THE E1PITYP
    try.
    Keep the segments which have changed date greater than last run date in update mode
        read table idoc_data into wa_idoc_data_x with  key segnam = 'E1PITYP'.
        assign wa_idoc_data_x-sdata to <wplog> casting type e1pityp.
        ixxxx = <wplog>.
        loop at idoc_data into wa_idoc_data_x where segnam = 'E1PLOGI'.
          row_index = sy-tabix + 1.
          assign wa_idoc_data_x-sdata to <wplog1> casting type e1plogi.
          iyyyy = <wplog1>.
          sgmnt_e1pityp-plvar = ixxxx-plvar.
          sgmnt_e1pityp-otype = ixxxx-otype.
          sgmnt_e1pityp-objid = iyyyy-objid.
          sgmnt_e1pityp-infty = '0001'.
          sgmnt_e1pityp-begda = ixxxx-begda.
          sgmnt_e1pityp-endda = ixxxx-endda.
          clear ls_idoc_data.
          ls_idoc_data-segnam = 'E1PITYP'.
          ls_idoc_data-sdata = sgmnt_e1pityp.
          insert ls_idoc_data into idoc_data index row_index.
    APPEND t_idoc_data .
    Get the ZZSWISSREID
          sort lv_p0001 by begda descending.
          read table lv_p0001 into ls_p0001 index 1.
          sgmnt_hcms_pi-zzswissreid = ls_p0001-zzswissreid.
    Get the custom data from IT0002
          sort lv_p0002 by begda descending.
          read table lv_p0002 into ls_p0002 index 1.
          sgmnt_hcms_pi-zzglobalid = ls_p0002-zzglobalid.
          sgmnt_hcms_pi-zzsource_id = ls_p0002-zzsource_id.
          sgmnt_hcms_pi-zzlegacy_emp_id = ls_p0002-zzlegacy_emp_id.
          ls_idoc_data-segnam = 'ZHCMS_PI_SEGMENT' .
          ls_idoc_data-sdata = sgmnt_hcms_pi.
          row_index = row_index + 1.
          insert ls_idoc_data into idoc_data[] index row_index.
          clear : lv_p2001[] , lv_p0001[] , lv_p0002[] , lv_p0710[] ,lv_p0007[], lv_p0521[], ls_p2001 , ls_p0001 , ls_p0002 , ls_p0710 ,ls_p0007, ls_p0521 .
    APPEND t_idoc_data.
        endloop.
    Thanks
    Bala Duvvuri

  • Iam getting any error in infotype 0002 while doing enhancement ...

    Dear all
                could any one let me know why iam getting this error ,
       " TABL HRTIM00WS_PWS_INFTIES was adjusted
      Check table HRTIM00WS_PWS_INFTIES (SFCD07/13.06.07/11:34)
      Enhancement category for table missing
      Enhancement category for include or subtype missing
      Field name TIME is reserved (Do not use structure as include in DB table)
      Table HRTIM00WS_PWS_INFTIES was checked with warningsif iam doing
    enhancement for infotype 0002 ....
    i have just added an one custom field ...(zzname , data element is zzname type char 20)as per the business requirement.
    regards
    vamsi

    Iam getting any error in infotype 0002 while doing enhancement .
    " TABL HRTIM00WS_PWS_INFTIES was adjusted
    Check table HRTIM00WS_PWS_INFTIES (SFCD07/13.06.07/11:34)
    Enhancement category for table missing
    Enhancement category for include or subtype missing
    Field name TIME is reserved (Do not use structure as include in DB table)
    Table HRTIM00WS_PWS_INFTIES was checked with warningsif iam doing
    enhancement for infotype 0002 ....
    when iam activating .................the structure i got the above error...........please urgent i have just added only one field

  • Infotype 0002 Amendment

    How do everyone
    We have just created a new client 333 on our dev machine. We are currently
    using the existing 010 client.
    When I look at infotype 0002 via PA20 on the new client 333 I can see that
    there are certain customised ZZ fields missing.
    I created a dummy transport in 010 to include the table definition CI_P0002,
    the report source code and the screen.
    I then imported this transport via SCC1 into the new client 333.
    It ran successfully, but the fields are still missing from PA20.
    Does anybody know if I am doing anything wrong????
    Cheers
    Andy

    Hi again,
    1. The procedure is a little tricky.
    2. To confirm, just goto se09, and check your request objects.
       The MP000200 entries must be there.
      (If the procecudure was done 100% correct)
    3. Just make sure, in PM01,
        u press the BUTTON in app toolbar
       "INCLUDE IN REQUEST"
        and then save button.
       (Only when we do this step, the etnries get included in request)
    regards,
    amit m.

  • Infotype 0002 problem

    Hi All,
    I have couple of problems in infotype 0002.
    1. field ANZKD(number of children) is missing in infotype.
    2. marital status key in structure P0002 and in dynamic actions is FAMST but in Infotype marital status key is FATXT.
    I am using country grouping 10 for USA. Is there different screens available? If yes how to change screen.
    We have done no screen exits so far!!
    Thanks in Advance.
    Vivek.

    Hi,
    You should work on view T588M via t-code sm30.
    You can either change screen or control the screen fields there.
    1. ANZKD is alreay there in 2010, just choose the entry to set it to the value other than hide.
    MP000200     2000               10     2010     0
    2. Just go ahead with FAMST, FATXT is the text display on screen. But FAMST stored in database.
    Hope helps,
    Chen Jian

  • Employee photo upload in portal and to be saved in infotype 0002

    Hi Everyone,
           I got an requirement where in ESS Portal, through "Change Own Data" link, employee is uploading his photo and it has to be saved in infotype 0002. Below are the doubts i have,
    1. There is no field for photo in infotype 0002, so how it will be saved in 0002.
    2. After uploading and clicking preview button, error was raising saying 'Error when archiving the photo'.
    3. I seen in many forums that the employee photo is visible from PA30. how it will be visible in that tcode ?

    Hi  Chris McNarney,
          Sorry for long delay for replying.. According to you,
    1. I checked the service under /default_host/sap/bc/conentserver/ it was activated and moreover below is the logon data,
            Client           500
         User             XXXXXX
         Language
         Password Status  Set
    and what is the use of this logon data..
    2. According to your link [https://wiki.sdn.sap.com/wiki/display/ERPHCM/Add%20Employee%20Photo%20on%20Infotype%200002?showChildren=false|https://wiki.sdn.sap.com/wiki/display/ERPHCM/Add%20Employee%20Photo%20on%20Infotype%200002?showChildren=false],
    there it has  4.7 version in that they told to create A2 repository with Tcode: OAC0 with details,,
         While creating the repository, keep the Document Area blank, Storage type as R/3 database, Rep. Sub-type will appear as Normal by default, Version No. as 0046 and in Contents table put 'SDOKCONT1' as the table name.
        With that screen im am not able to find table name field to put 'SDOKCONT1' as input and moreover SAP system database is there instead of getting R/3 database for storage type. Screen detilas below,
    Content Rep.    A2                               Active
    Description
    Document Area
    Storage type
    Version no.     0046   Content Server version 4.6 as the table name.

  • Need to upload employee photos against infotype 0002

    Hi,
    We have an urgent reqirement to load the photos of all the employees agianst the infotype 0002 which need to be accesed by the employees and managers via enterprise portal.
    Can anybody help me....
    Thanks in advance
    Krishna

    The steps provided you are very appropiate , but you can also check the following settings incase you dnt achieve your requirements.
    Q. How to attached the Photo in IT0002
    1.Create a number range for SAP Archive Link :
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain number ranges.
    Tcode OANR. Create range 01 from 0000000001 to 9999999999 without the external number flag.
    2.Document type HRICOLFOTO must exist with document class JPG.
    IMG>Basis Components>Basis Services>SAP Archive Link>System Settings>Maintain document types.
    Table TOAVE, Tcode OAC2.
    3.Document type HRICOLFOTO must be linked to object type PREL and IT0002.
    IMG>Personnel Management>Personnel Administration>Tools>Optical Archiving>Set up Optical Archiving in HR.
    View V_T585O, no Tcode. In all three columns there ara minuses, don’t put a flag in the check box.
    4.Check which content repository (Archive) is linked to document type HRICOLFOTO and object type PREL.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain Links.
    Table TOAOM_C, Tcode OAC3
    5.Create this content repository with storage type FILE archive.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain content repositories.
    Tcode OAC0
    Storage type FILE archive can be attained by clicking on the field Storage type and clicking somewhere else in the screen with the right mouse button. Choose Possible entries and only then you get a list of all values. FILE Archive is entry number 08. Choose Version no. 0031 and Archive path something (e.g. C:\).
    6.Link photo to personnel number.
    Menu>Tools>Business Documents>Miscellaneous>Stored Documents. Tcode OAAD.
    Click on the Create button. Business object PREL and Docyment type HRICOLFOTO. Click on create (fill in the right personnel number in the pop up and click Continue). Choose the photo (as a JPG file) from the place where it is saved (e.g. hard disk). SAP will notify that the Stored Document was created succesfully. Photo is visible via PA10, PA20, PA30, PA40. Double-click to magnify photo.
    To delete archived document :
    Tcode OAAD, click Find. In docyment type field select HRICOLFOTO and after execute you get a list of all documents. Select appropriate document and click on delete icon.
    thnkx
    bhanu

  • Gender field in Personal data-Belgium

    Hi Experts,
    During hiring of an Belgian employee i saved the gender as F.
    When i go to PA30 and try to change to M,it is getting saved as F only.
    Iam not able to change the gender field from F to M or vice versa.
    Is there any note
    Regards
    Mitra

    To determine the gender. SAP system set the Title (Mr/Ms/Miss) as a 1st priority to determine the Gender. Even if you select the gender as F (Female) but the Title is "Mr". When you save the record, system will automatic will change or default (If you did not maintain the gender) the gender base on Title.
    Please do select the correct title before you save the record.

  • Start date personnel number infotype 0002 (Personal data)

    Hi gurus,
    I have the following problem in SAP ECC6.
    I created a personnel number with transaction PA40 with start date 200208.
    In infotype 0002 (Personal data), after that I have filled various field, if I save, the start date changes from 200208 to 01011900.
    Could you help me please?
    Thanks in advance
    Regards
    Raffaele

    Hi
    Adding to what Mr. Sai Naraynan has said.
    See whatever happening at your end is absolutley correct you have to understand the logic behind that.
    See Personal data infotype will contain the master data of an employee like name, ***, complete name, form of address etc... whuich is same from his birth so there is no need to have a validity starting from the date of hiring because this data is same from his birth thats why system automatically stamps a Birth date out there.
    Hope it clarifies your doubt.
    Regards,
    Bhupesh Wankar

Maybe you are looking for