cancel
Showing results for 
Search instead for 
Did you mean: 

Infogroup modifier

Former Member
0 Kudos

Hi

In our project IGMOD is based on employee group. our client requirement is that for a same action they have diffrent infotypes to be triggred within that employee group .how to set this in feature.

eg : for retiree action 2 sets of infogruop modifier is defined, how to default this in IGMOD feature.

Regards

Sai

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you define the info groups that are processed when actions are carried out. This must be carried out before you proceed to the next step where you must define the work list, i.e. the info group, for every personnel action that is to be carried out.

The info groups can be defined so that they are dependent on the user group (user parameter "UGR").

If there are no entries for an info group for the user's user group or if the user has not maintained their user group, then the info group is determined using the reference user group.

In addition to this, the info group can be set up so that it is dependent on the employee's control data. You can do this by using feature Info group modifier (IGMOD).

Example

When hiring an employee, the infotypes Personal data (0002), Organizational assignment (0001), Address (0006), Planned working time (0007) etc., are created one after the other.

Standard settings

The standard SAP System contains one info group for every action. The info groups are generally dependent on the user group. In this case, the country grouping is used as a value of the user group. The info groups are set up independent of the employee's control data, i.e. the feature IGMOD has "space" as its return code.

Activities

1. User group dependency of the info group.

a) Choose menu category G and the info group.

b) Determine whether the info group is to be dependent on the user group.

c) If necessary, assign the system response for the case, where the user has not maintained the user group or where there are no entries in the info group.

2. Info group modifier

a) Maintain the feature IGMOD.

b) Always call up the info group as the first decision rule, otherwise you will need to make entries for the respective return codes for each info group.

c) For additional decision rules, you can call up country grouping, company code, personnel area, personnel subarea, employee group, and employee subgroup.

3. Infotypes of the info group

a) Choose the info group.

b) Assign the operations, infotypes and info subtypes for the user group and the return value of the feature IGMOD.

Read the field documentation for the allowed operations.

Further notes

Please consider the following when using the operation INS for creating:

When carrying out actions, the system checks to see whether an infotype already exists (possibly with the same subtype) when creating infotypes. In this case, the system switches from "Create" to "Change".

It normally only makes sense to use the operation "Create" (INS) for a hiring action. For all other actions, you should use the function code "Copy" (COP) . When copying, existing records with the start date of the action are proposed. If no records exist for the infotype, the system internally switches to "Create".

In some cases, you need to create a new record. When you run the Birth of a child action, the infotypes Personal Data (0002), Family/Related Persons (0021), Additional Payments (0015) need to be processed one after the other. You need to create a new record for the infotype "Family/Related Persons" that is independent of the records that already exist. In this instance, choose the operation "Create for actions" (INSS) . The system does not switch to the "Change" operation MOD.

During a leaving action, you use the operation LIS9 for delimiting records.

Note that the infotypes Actions (0000) and Organizational assignment (0001) must never be delimited.

Former Member
0 Kudos

Hi

Thanks for your Info.

I am aware of these things, but my question is in the employee group, in hiring action if there are two sets of infotypes to be triggered then how to set that in feature IGMOD.

Regards

Sai

Former Member
0 Kudos

Hi,

Try to do this like if you want to trigger the below infotypes for Emp grp XX then in feature IGMOD give the return value XYZ and under the hiring action give the value in table V_T588D.

If you will select the employee group XX in hiring action then only below mentioned infotype will be triggred.

01 XYZ 01 INS 0000 Actions

01 XYZ 02 INS 0001 Organizational Assignment

01 XYZ 03 INS 0002 Personal Data

01 XYZ 05 INS 0006 Addresses

01 XYZ 06 INS 0007 Planned Working Time

01 XYZ 07 INS 0008 Basic Pay

01 XYZ 08 INS 0009 Bank Details

Hope it will work

Regards,

ARU

Former Member
0 Kudos

you set the IGMOD for employee group and give the return value as your infogroup number

for eg : under uger group 4o create how many inforgroup you want with different infotypes,

if you have two infogroups AA and AB then assign these two under IGMOD for Emp group10 and Emp group01

PERSK Employee Subgroup

10 Hourly FT

AA

01 Salaried FT

AB

so once you run hiring actions that triggers infogroup which asigned to employee group in the IGMOD feature and the respective infotypes will trigger for that employee group

hope this helps

Edited by: Piscian . on Jul 18, 2011 6:31 AM