This is transaction is to be executed manually if needed . This is for sending of and serves the purpose of sending a personnel number (PA30) from SAP to FSM. When triggering program /PACG/ECM_TRIG_EMPLOYEE_MASTER, the determination of addresses with the 'PERN' type is called.
...
...
Info |
---|
It is required to enter a company ID before executing the program. If not, an error message is displayed at the bottom of the screen ('Fill in all required entry fields'). |
Expand | ||
---|---|---|
| ||
Configuration occurs on two levels.
The configuration can be found under the transaction '/PACG/ECM_DEFADR' or using the standard user menu '/PACG/EC' The addresses from this configuration are read only when user-specific configuration is missing.
The configuration can be found under the transaction '/PACG/ECM_USRADR' or using the standard user menu '/PACG/EC'
Technical documentationThe logic for addresses was implemented in the following classes:
ProcessAfter setting the configuration, when sending people to the FSM cloud system should send 3 Idocs with the appropriate addresses. Below is a sample test. FSM database result: |
As long as there is an entry of "HOME/WORK/OTHER" in transaction /PACG/ECM_DEFADR or /PACG/ECM_USRADR, then the addresses from PA30 infotype 0005 will be sent. In another case, if the employment is not "3 Active", then transaction_type = D will always be sent as this is checked internally. The employment field here is in PA0000-STAT2.
...