SAP Program RNCGET04 - IS-HCM: Retrieve OU-Related Services from Partner Systems

Description
This report retrieves the data for organizational-unit-related servicesfrom (selected) partner systems. You can choose whether batch inputsessions are generated or whether the data is updated straight away.Transaction NL04 is used for this purpose.
If the 'Start update immediately' indicator is not set, the data issimply placed in a batch input session. This mode is actually onlymeaningful for tests.
In normal operation, the inbound data should be imported to the IS-Hdatabase as soon as possible. This is done by setting the 'Start updateimmediately' indicator. In this case, the data is updated straight awayby means of a CALL TRANSACTION. A batch input session is only started ifthe data could not be updated. These sessions are indicated by theending '_ERR' and must be checked manually (with extended log and(subsequent) troubleshooting).
You can enter a batch input session name other than the standard name orthe name defined in Customizing in the 'Alternative session name'parameter. This entry is not mandatory. If you do not enter analternative name, the name set in Customizing is used. If you have notspecified a name here, the system uses the standard name 'ISH_OUSRV'.
The connection is established via the SAP commuication module.
The report should run cyclically in the background (for example, everyevening) to transfer the services performed that day to the IS-Hdatabase.
SAP recommendations:
RESET N1
You should name the corresponding background job in accordance with theISH naming conventions, that is:
ISHCM_GET_OUSRV_xxx
Where 'xxx' stands for the client in which the job was scheduled. Thejob only runs/works for this client.
Insert the SAPCDERR program as the first job step before RNCGET04. Thistransfers any pending receipt acknowledgements to partner systems andthereby avoids any complications.
Enter a "meaningful" repetition period. In general, we recommend thatservices be retrieved on a daily basis (for example, at 7 p.m.).

Precondition
RESET N1
The SAP communication module must be installed correctly.
In IS-HCM Customizing, you must specify the systems from whichOU-related service data may be retrieved.
The format must also be correct for the system in question.

Output
A short log containing the number of messages retrieved from eachpartner system. Any communication problems are also included in the log.