...
Enter the Job Name , for example
ONELIST_JOBS_SCHEDULER
Enter the Job Class - B or C (Medium / Low priority)
Press the Step button
Enter the ABAP Program Name -
/IQX/ONELIST_JOBS
Enter the User - e.g.
OL_ADMIN
A service user account must be created to run these background jobs, similar to WF-BATCH. This user can be allocated any name (like OL_ADMIN above) to fit in with your organisation's policies / standards.
We recommend that this user should be classified as a 'System' user in SU01 (not 'Dialog'):
We recommend that, like WF-BATCH, the service account must have broad authorisations (to be able to start background jobs, call programs, execute the methods in the Adapter framework, etc.). We therefore recommend SAP_ALL be allocated to this user. If that is not possible, then the user must be given at least the following:
Authorisation Object: S_BTCH_NAM (BTCUNAME - Background User Name for Authorization Check)
Values: * (All users)
Press the Save button
Press the Start conditions button
Press the Date/Time button and enter the scheduled start date and time
Press the Period Values button and choose Other period from the options
Enter 1 in the Minute(s) field
Press the Save button to complete the setup
...
With the above in place, the background job defined in the first step will create a background job per integration task type, at the specified frequency. The 'SYNC*' methods (described above) will call the methods you have redefined in your custom Adapter class, thereby enabling the extraction of data from the SAP Workflow / SAP objects (which will be sent to OneList) and the return flow of the OneList Actions to the SAP Workflow / SAP Objects.
OneList Delegation Profiles
Delegation Profiles that should be synchronized to OneList can be configured in transaction /IQX/OL_CONFIG.
FAB Workflow integration with OneList (Optional)
...
...
Key | Value |
---|---|
Workflow Type | WF - Workflow |
Substitution Profile | Defines the Substitution Profile maintained in SPRO that will be used by OneList. |
Active | Flag that sets the Delegation Profile as active when ticked or inactive when unticked. |
OneList Global Settings
OneList Global Settings can be configured in transaction /IQX/OL_CONFIG.
...
Key | Value |
---|---|
EMAIL_APPR_ENABLED | Flag that sets the email approval enabled if the value “X” or disabled if left blank. |
EMAIL_MAX_AGE_DAYS | Defines the maximum age of the email. |
EMAIL_MAX_FILESIZE | Defines the maximum size of the email. |
EMAIL_SOURCE | Possible values:
|
FAB Workflow integration with OneList (Optional)
Info |
---|
Not everyone will integrate FAB Workflows with OneList. If you are using only standard SAP Workflows, then skip this section. |
...
Note that there is a sequence to be followed, as per the tree structure, shown below:
OneList Endpoint configuration (this may be complete already)
Add entries for each of the systems in your SAP landscape. When you save this information, SAP will prompt you for a transport request. This will enable you to transport the entries to your Quality Assurance and Productive systems, as well as importing into your Development Unit Testing Client.
...