cancel
Showing results for 
Search instead for 
Did you mean: 

How to find list of users with no Default attribute selected

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Hello Laurent,

My requirement is to pull the same attribute for list of users. Solution which you suggested will give us several attributes as output.

Could you please share me the idea to find out list of users with attribute Company Code marked as default.

Former Member
0 Kudos

Hi Sanjay,

Have you tried using the table HRV1222A for extracting this data ?

you can use this table with below shown selection criteria together with desired Attribute.

Regards,

Nishanth