Synchronization Editor - Object scope for SAPUser having UserType =Dialog (BAPILOGOND_USTYP)

Hallo,

we have requirement to synchronize only "Dailog" SAPUser from target system. As not system  filter is supported, we need to add an object filter. Even with 2500 SAPUser, Synchronization Editor can't load the data from target system with BAPILOGOND_USTYP ='A' (Dialog User). If i do that same way with UserName, it works very good. Do someone have an idea or experience with such kind of filter?

Thank you

Parents
  • Hi Satnam,

    if the object filter takes too much time during sync because all objects have been full loaded before filtering is processing you have another option at workflow definition:

    set a condition onto the "insert" method at "user" step in "Initial Synchronization" workflow like this: Other.BAPILOGOND_USTYP='A'

    This will filter the users. Be aware all non-imported users are selected in the superset on the target system side during each synchronization, which costs runtime.

    regrads,

       Tino

Reply
  • Hi Satnam,

    if the object filter takes too much time during sync because all objects have been full loaded before filtering is processing you have another option at workflow definition:

    set a condition onto the "insert" method at "user" step in "Initial Synchronization" workflow like this: Other.BAPILOGOND_USTYP='A'

    This will filter the users. Be aware all non-imported users are selected in the superset on the target system side during each synchronization, which costs runtime.

    regrads,

       Tino

Children