Hello Experts!
Working on a synchronization task for ABAP/IDM. There is a requirement that we do not synchronize users who:
Have a ValidTo date in the past.
If their "Lock Value" is other than 128 or 0 as seen in the USR02 table via SE16.
So based on the above example only A008421 (no lock) and A009018 (128 lock) would be synced.
So the question is, can I get this lock value when reading from an ABAP system? I'm currently using a To Custom pass to read from the ABAP system?
Thanks,
Matt