I am creating my first process using HCM Processes and Forms. The process that I am creating is to modify the attributes for a position. The user needs to be able to select a position and then modify the following position attributes:
- Job associated to the Position: defined in infotype 1001, Subtype B007 (Describes)
- Organizational Unit associated to the Position: defined in infotype 1001, Subtype A003 (Belongs to)
Using the Design Time, I was successfully able to configure the process to modify the Job associated to the Position (1001, B007). However, as soon as I configure the process to modify the Organizational Unit associated to the Position (1001, A003), my process stops working.
It appears as though my process works when it is configured to modify one relationship in 1001. As soon as I configure the process to modify two relationships in 1001, it shows duplicate fields on the form and I receive the following error when I test the configuration using RPASR_TEST_PROCESS_EXECUTION. (See attachment.)
“Rule IT1000_S_CHANGED does not permit multiple entry for field JOB_ABBR_OLD”.
The field JOB_ABBR_OLD only exists once in my configuration. How can I resolve this error? How can I configure the process to allow me to modify multiple relationships in 1001?
Any insight into this problem would be greatly appreciated. Points will be awarded for helpful answers.