Hello All,
I have carefully followed the instruction in SAP Note 1591291 however, when I defined an additional condition in the decision table, the trigger is not activated.
The requirement is such that when I change the first name of an employee in the backend system, a trigger should be activated to initiate a change account request type in GRC application.
The condition defined for the columns in the BRF+ rule is as follows:
Connector (xxxCLNT800), parent_type (0002), sub_type, field_name (VORNA), New_field_value (<>Field Val.), Old_field_value (CNG).
Where <>Field Val = New_field_value is not equal to Old_field_value
CNG is an action ID of the 'change account' request type.
Is there any thing to do again to have the trigger activated like running a background job?
I checked SLG1 (HRTRIGGERS suboject) but I did not find any log.
Please help.