Greetings,
Using BAPI_USER_GETLIST, I'd like to find all users that have profile 'A' assigned but do not have profile 'B'. A Selection Range expression of the type:
PARAMETER FIELD Sign OP LOW
PROFILES BAPIPROF I EQ 'A'
PROFILES BAPIPROF E EQ 'B'
Returns everyone holding 'A' but does not exclude people holding 'B'.
I'm confused about this result. Can anyone explain why BAPI_USER_GETLIST works this way?
Bill Bormann
Purdue University