on 2016 Jun 27 1:10 PM
Hello Gurus,
We have a requirement to find the list of users with no Default Attribute selected.
Lets say some users may have two company codes assigned to them in org structure with default checkbox selected for one company code.
Now we would like to find list of users with no Default checkbox selected. We have one FM to find that "BBP_READ_ATTRIBUTES" but this FM wont satisfy our requirement. We would like to find users in bulk with no default attribute selected.
Thanks in advance
Request clarification before answering.
Hello,
BBP_READ_ATTRIBUTES function module gives you the answer...
For only one attribute, check exporting structure EV_ATTR_DFT_SINGLE (field DFT_FLAG set but AUTO_DFT_FLAG has to be unset).
For several attributes, check ET_ATTR_DFT exporting table (same fields).
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.