SAP Program RNCGET01 - IS-HCM: Retrieve Case-Related Services From Partner Systems

Description
This report retrieves the data for performed services from (selected)partner systems. You can choose whether batch input sessions aregenerated or whether the data is updated straight away. Transaction NL10is 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_SERVS'.
The connection is established via the SAP communications module.
The report should run cyclically in the background to transfer (forexample, every evening) the services that have been performed that dayto the IS-H database.
SAP recommendations:
RESET N1
You should name the corresponding background job in accordance with theISH naming conventions, that is:
ISHCM_GET_SERVS_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 RNCGET01. Thistransfers any pending receipt acknowledgements to partner systems andthereby avoids complications.
Specify 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 which servicedata 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.

387009IS-H: RNCGET05 importing services without procedure