Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The SYNC_TASKS_BY_OBJECT_ID adapter calculates the HASH CHECKSUM value from table /IQX/FORMHD_INST to check the changes in the FAB Instance and sync it to OneList.
The tasks are being checked per object id which is the FAB instance.

  1. Create/Use OneList Action in FAB

image-20240723-111954.png
  1. Create the implementation ‘Set string for OneList hash calculations’.

    image-20240723-112055.pngimage-20240724-052321.png
    • IS_DATA - FAB Instance data

    • R_STRING_FOR_HASH - any string from the FAB instance data

      • If this string is changed, the value CHECKSUM is also changed

      • If CHECKSUM is changed, it will trigger the sync from SAP to OneList

  2. Utilize the hash string as needed

  3. Go to /IQX/OL_CONFIG to set up the OneList Integrations

    1. If not yet configured, create New Entry of OneList Integration configuration, name Task Type and add FAB Form as Task ID

      image-20240723-112358.png

    2. After saving the new entry, select your Task Type and open OneList Job configuration

      image-20240723-112945.png

    3. Create the Integr.API/Action SYNC_TASKS_BY_OBJECT_ID

      image-20240724-053642.png

      The Sync Action should be enabled/Active

      image-20240723-113442.png

  4. Login to OneList > Administration > Adapters

    image-20240724-053223.png

    1. Click on Add button and input details and Save
      Source System: From which the FAB Form is being called
      Task Type: Name of Task Type created from /IQX/OL_CONFIG
      Category: Select depending on the Form requirements

      image-20240724-053335.png

  5. Create an instance by triggering the OneList Task Action

  • No labels