- Maintain OneList workflow task configuration in FAB
- Update SAP adapter table mappings
- Create category and adapter in OneList
Summary Task list layout
- ID = TOP
- Title is main summary text:
Summary sections appear below the title:
- Title and value are concatenated in OneList for a summary task:
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?)
Test for data extraction
/IQX/GET_FORM_DATA_ONE_LIST
Create category in OneList
Create adapter in OneList
Once Adapter is created, go back into the adapter Configuration and specify FAB as transformer:
Monitor in sm37
EXP