Creation of Events when HR Master Data is Changed 
There are two tables for controlling the creation of events when HR master data is changed.
HR objects require this "special treatment" because the creation mechanisms mentioned so far cannot be used in this area for technical reasons.
The various infotypes of an HR master record are stored in the tables PA* and PB*. Changes to these tables are to be published by the creation of events.
The assignment between the table and the object type is made in table T588V. For an entry in this table, the key structure of the table for HR information must agree with the key of the object type.
Field name |
Description |
TBNAM |
Table for HR information |
BUSOB |
Object type |
Example
An example entry in table T588V:
T588V-TBNAM: PA0006 (HR master record infotype 0006 (addresses))
T588V-BUSOB: ADDRESSEMP (employee address)
Those changes that are to cause an event to be created are listed for each table in table T588W. The event (event ID and object type) to be triggered is also specified. This event to be triggered can also be determined using a function module with a predefined interface.
The existing entries in the table provide an orientation.
Field name |
Description |
TBNAM |
Table for HR information |
OPRTN |
Operation for event Permitted values:
|
FGRPE |
Document-triggering field group This field is not processed. |
SEQNR |
Item numbers of events If two events are to be triggered for a table for the same operation, they must be numbered. |
BUSOB |
Object type for which the triggering event is defined. |
EVENT |
Event for object type (alternative to specifying function module) |
RULES |
Name of function module (alternative to specifying event) The event ID is determined using the function module as an alternative to direct entry in the field EVENT. |
Maintain the tables using the view maintenance transaction SM30.