Friday, June 16, 2017

Grouping Value Issues : Kalimahanthi




Data record 1234500800090 9999123120081001000 has grouping value "" instead of "XX"

Grouping Value Issues Primary Check Points:

Because of some inconsistencies in using the class CL_HRPA_INFOTYPE_CONTAINER while saving HR Master Data
In the case of new hires or due to new Infotype framework, it may happen that no grouping values are determined and therefore the grouping value SPACE is written to the corresponding Infotype records.

1) Check Tables :
1)         T77S0 set CCURE PC_UI to X
2)         V_T7CCE_GPASGM
3) V_T7CCE_GPASG
2) Run Reports :
1) RPUFACECPRFN ( required )  for adjustment of T582G from T582A-CPRFN
2) RPUFACEVIEKN ( required ) for adjustment of P0003-VIEKN in accordance with the IVWID feature
3) RPUFIXDS ( not required but recommended ) for correction of possible inconsistencies in the PSHRD-GPRVL field.

3) Note that IVWID feature is maintained for the required country

4) Check Structure: HRPAD_RETRO with components
a ) Table type : HRPAD_RETRO_TAB   - with line type : HRPAD_RETRO

5) In CL_HRPA_SAPUP50R_ADAPTER class
 methods : a) CHECK_IT0001_EXITS and b) CREATE_VIRTUAL_IT0001

Can we delete entries in T582G?



T582G is important for data sharing if there is no entry then there will be no copying of infotypes
switch on the flag PC_UI (Note 783499)
PA30 originally used the old Infotype framework (Modulepools like e.g.MP000600).
Please read the note 1447867 on how this works
·         Data sharing means, that PERNRs/Employees, which are linked to the same central person, should have the same Infotype records. By specifying a grouping reason for an Infotype in view V_T582G you specify, how (for which personnel numbers of one central person) the data sharing should work.
·         The framework then ensures, that as soon as you change Infotype data for one personnel number, the Infotype data of the linked personnel numbers is changed as well. I.e. data is kept consistent.
·         If you don't want to share data between Infotypes, you have to delete the entry in V_T582G for the corresponding Infotypes. Information about which framework is used can be found in
o    Configure Infotypes for HR Master Data Maintenance

o    Use Decoupled and Not Decoupled IT Framework