PA30 - Infotype 0006 (Region field)

Hi:
Recently we applied couple of service packs in our system as we were behind on the packs. After that, we noticed that for country India, region/state field is required in infotype 0006 (for country India). It was optional before. I am trying to find out where we can change this field to optional as we have interface maintaining the HR master which does not bring the region field for india. Any suggestions on how to make it optional?
Thanks.
Rahul

Did you try "Change Screen Modifications" in the IMG?
Change View "infotype Screen Control": Overview
Table is T588M.
Check module pool MP000600 and feature P0006.
Be sure to test that new functionality has not been introduced that requires the region.
Hope that helps with your particular issue.
Thanks, Chantel

Similar Messages

  • LSMW of infotype 0006 of PA30.

    Hi friends,
    Can anyone suggest me how to upload data through LSMW of infotype 0006 of PA30.
    i am new to abap, so can some one send me the whole procedureor send the whole code required for this.
    Thanxs and Regards.
    hitesh kumar

    make use of this FM
    HR_INFOTYPE_OPERATION
    and see its documentation.
    Regards
    Peram

  • Add ifnotype field to an Infotype Screen Control for Infotype 0006

    How do I add an infotype field to an Infotype Screen Control for Infotype 0006. We need to add an additional Field for mobile phones. I have lloked in screen control (V_T588M) with no joy.
    Edited by: Henry Manana on Sep 1, 2010 12:11 PM
    Edited by: Henry Manana on Sep 1, 2010 12:12 PM

    You may copy your current screen into a new screen (e.g. 2099) for MP000600 and add the 2 fields into the element list as well as the screen layout of screen 2099. Then set an appropriate Modification Group 3 to these 2 fields in T588M detail screen for screen 2099. Configure feature P0006 and table T588M to set screen 2099 for molga 16.

  • Infotype 0006

    HI All,
    A) I need to create new entries to infotype 0006 ( address Data) .
    What would be a better approach
    1)  BADI
    2) Use FM
    3) Is there some other  way??
    B) Also if there exists a record I need to modify few fields
    How to do this ?

    Hi,
    To change data in an infotype as part of a custom development I would recommend using FM HR_INFOTYPE_OPERATION. It will handle modification or delimiting a current record and creating a new one (depending on the time constraint configured for the infotype and sub type combo)
    BADI would be for adding logic to perform another task during the save / display of the data (as would the user exits)
    PA30 is for maintaining the data as a user
    PM01 would be used to customise the infotype
    Cheers
    Phil

  • 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

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

  • Infotypes at the field level

    Hi
    Can anyone provide me the detail description on the following infotypes at the field level, as in , which all fields are present in these infotypes in SAP standard :
    1. 0006 (Addresses) - Subtype Permanent residence
                                    Subtype Temporary residence
    2. 0022 (Education)
    3. 0024 (Qualification)

    Hi Reema,
          You simple goto the TCODE <b>SE 11</b>  and give the table names as <b>PA0006</b> for Address, PA0022 for Education and PA0024 for Qualification.
    simple look the fields under this .INCLUDE     PS0006 (Structure) for Address ..,
    for each and every field SAP has provided the Description. you will get the required information.
    Regards,
    Narendra.

  • Pa30 infotyp 24: Note entry for qualification

    Hello everybody
    When you get into pa30 --> infotype 24 'Qualification'.
    You have the property to write for each qualification additional information into 'Note'.
    So, that's great, but where is this note saved?
    I have to get the field 'note' for a report. But I have no idea, in which table this information is saved in.
    Can anybody help me?
    Best regards
    Petra

    Hi,
    Use function READ_TEXT to get back the text.
    If you set a break-point in function SAVE_TEXT you will be able to see what parameters you need to provide to the function READ_TEXT to retrieve the note.
    The function SAVE_TEXT is called when you enter a note.
    For information the table is STXH as it is with any other texts/notes etc...
    Hope this helps.
    Cheers
    Colin.

  • Enhancement in infotype 0006

    Hello,
    How to add custom address fields (Building and Apt No) to Infotype 0006. Could you give me the approach and sequence steps to accomplish this task.
    Regards
    RM

    Hi Ratnakar,
    To create custom fields in standard infotype 0006,
    Go to PM01 T-code.
    Go to enhance infotype tab.
    Enter your infotype number 0006 and choose "ALL" on the right of infotype's input box,instead of "CREATE" at bottom.
    This will lead you to the CI include structure creation.
    Here enter the fields that you want to add to your infotype and save and activate it.
    Chhosing "ALL" instead of "CREATE" all the components one by one will reduce the complexity and labour of your work.
    Chhosing "ALL" creates all the modules of the Module Pool program itself and appends the CI include in the table PA0006 itself.
    Thats It!!
    Regards,
    Tejas.

  • Creation of infotype with lengthy fields?

    Hello All,
    I am trying to create a custom infotype which has fields of length 200 characters.
    But when I try to create infotype I am getting the following message:
    'Field PXXXX-field1 is too long(it has been shortened to 132 bytes)'
    And one of the fields I want to display as list box. So I modified the module pool. But I couldn't find the input field for the 200 length field in the screen. And hence I am not able to activate the screen after modifying the other field to list box.
    Please help me out in solving this issue.
    Thanks in advacne.
    RSS.

    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
    Reward points if uesful.

  • How can I show icon Services for Object in PA30 Infotype 0019

    Hi guy.
    How can I show icon Services for Object in PA30 Infotype 0019 ?
    This icon display in some infotype example infotype 0024(Qualifications).But I wanna use in Infotype 0019.
    I don't wanna use menu "Assign facsimile".
    Best regards.
    Chutima.

    Sorry - should have said I'm using JDev 10.1.3.0.4 with JSF & ADF BC.

  • How to change report region fields in read only mode?

    How to change report region fields in read only mode?
    skud.

    add the following javascript fuction to page header(or Javascript function and variables section)
    function disableItems(pRegionStaticId,pDisableFlag) {
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    pRegionStaticId is the region's static Id+
    Note that this code specifically disables only application arrays. Disabled items are not available after submission (and hence are different from readonly) . But any page javascript can modify disabled or readonly items(client side), so you must check at the server side to validate the data.
    You can disable items using
    disableItems('MY_REGION_ID' ,true);and enable them by passing false
    disableItems('MY_REGION_ID' ,false);

  • Region Field Mandatory in TRIP in Travel Management

    Dear Gurus,
                 I have able to make region field mandatory in PR05 . In our client site all permutation and combination has been done according to region field. But I am unable to bring Region field in TRIP or TP04 and also I want that field to be mandatory . Could you please guide how to bring Region field in TRIP or TP04 and how can I make that mandatory too.
    Please suggest.

    Unfortunately this is a limitation of the backend functionality because the REGION field was a new functionality starting ERP2005 in Web Dynpro, and this field is only available in FITVFELD_WEB. The field was integrated with the "Country" field in Web Portal. The customising point for Travel Request was also added in Portal which as you see is not available in FITVFELD.
    And when you create expenses for the request, the REGION field can be input manually, the value is maintained in Table T702O.
    So as a standard solution so it is not possible without making a modification
    I mentioned modifying the table PTRV_T706Z_FLDS but actually just reading it again I dont think this will work for TRIP in this manner.
    Edited by: Sally Redmond on Dec 13, 2011 12:10 PM
    Edited by: Sally Redmond on Dec 13, 2011 12:11 PM

  • User exit for salary calcuation through PA30 infotype 8

    Hello gurus,
    I want user exit which will trigger in PA30 when we put infotype 8 for a particular employee in display or change mode.
    In PBAS package i have found the exit PARA0002. In this i have 3 components. I put the hardcoded break-poin in these function modules. But when i go to PA30 infotype 8 in change or display mode. The break-point is not triggered.. or control doesn't go to that point. In CMOD i created the project and activated. But still the break-point can't be reached. What else can be done or any other exit?
    Regards,
    Yayati Ekbote

    Hi yayati,
    For infotype 8 salary (or in fact for any other PA infotype) we can use the enhancment PBAS0001.
    It has two components/FM. One for PBO i.e. for defaulting values on screen and other for PAI i.e. for checking values before saving.
    EXIT_SAPFP50M_001
    EXIT_SAPFP50M_002
    Hope this helps.
    regards,
    amit m.

  • How to update infotype 0006

    Hello,
    I want to update infotype 0006.
    I tried the things in following way using 'HR_INFOTYPE_OPERATION' function.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
        EXPORTING
          INFTY                       = '0006'
          NUMBER                   =  PERNR
          SUBTYPE                  =  '1'
          VALIDITYEND           = IT_PA0006-ENDDA
          VALIDITYBEGIN        = IT_PA0006-BEGDA
          RECORD                   = ls_p0006
          OPERATION              = 'CHANGE'
         TCLAS                      = 'A'
          nocommit      = ''
          dialog_mode   = '0'
        IMPORTING
          RETURN                   = RETURN.
    Function was executed successfully but there was no updation in the record.
    Thanks in advance.

    ****Data declaration
    Return Table for ENQUEUE - DEQUEUE messages
    DATA: zreturn TYPE bapireturn1,
          user TYPE sy-uname.
    DATA: wa_0001 TYPE p0001.
    ****Lock the pernr for editing
              CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'
                EXPORTING
                  number       = pernr
                IMPORTING
                  return       = zreturn
                  locking_user = user.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
                  EXPORTING
                    infty                  = '9009'
                    number                 = wa_0001-pernr
                   validityend            = wa_0001-endda
                   validitybegin          = wa_0001-begda
                    record                 = wa_0001
                    operation              = 'MOD'                  "It can be 'INS' for insert or 'DEL' for delete
                 IMPORTING
                   return                 = zreturn
    *******Unlock the Pernr
                CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE'
                  EXPORTING
                    number = pernr
                  IMPORTING
                    return = zreturn.
    Hope this will help you.
    Regards,
    Aniruddha

Maybe you are looking for