What Is The Use Of The Feature Igmod?

It is used to define your Info group.

The info group modifier feature (IGMOD) allows you to store the contents of variable key T588D-IGMOD according to the company code , personnel area, employee group, employee subgroup, action type and reason for action.
IGMOD is a standard field within SAP Table t529f that stores Info group modifier information. The info group modifier feature (IGMOD) allows you to store the contents of variable key T588D-IGMOD according to the company code , personnel area, employee group, employee subgroup, action type and reason for action.
IGMOD is a standard field within SAP Table t529f that stores Info group modifier information. The info group modifier feature (IGMOD) allows you to store the contents of variable key T588D-IGMOD according to the company code , personnel area, employee group, employee subgroup, action type and reason for action.

Below is the list of attribute values for this field including its length, data type, description text, associated , search help etc… You could also view this information on your SAP system if you enter the table name T529F or data element IGMOD into the relevant SAP transaction such as SE11 or SE80.

Also check out the Contributions section below to add and view useful hints, tips and screen shots specific to this SAP table field. These details can also be found quickly in the future by simply searching on the SAP object name T529F-IGMOD or its description.

Example ABAP code to select data from table T529F field IGMOD

DATA: LD_IGMOD TYPE T529F-IGMOD.

SELECT single IGMOD
FROM T529F
INTO LD_IGMOD
WHERE…