- Maintain OneList workflow task configuration in FAB.
- Update SAP adapter table mappings.
- Create a category and adapter in OneList
...
SAP Adapter table mappings
Via SM30
Create 4 entries for task list, changed task, attachment and actions:
/IQX/OL_JOB_DEF
For convenience, use the form name as Job Type
Use the corresponding base classes and methods:
Type | Class | Method | Frequency (min) |
Task Sync | /IQX/CL_FAB_ADPT | SYNC_DELTA_TASK_LIST | 1 |
Actions | /IQX/CL_FAB_ADPT | SYNC_ACTIONS | 1 |
Attachments | /IQX/CL_FAB_ADPT | SYNC_ATTACHMENTS | 1 |
Change details | /IQX/CL_FAB_ADPT | SYNC_CHANGED_TASK_LIST | 60 |
/IQX/OL_TASK_DEF
Map the Job Type to OneList task category and number (of tasks to sync per call?)
...