Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Default - printer

Former Member
0 Kudos

Hi ,

In the "defaults" tab of SU01 there is an entry for the default printer. now, if I need to query a table on users assigned a particualr printer , which table do I query ? Any ideas ??

1 ACCEPTED SOLUTION

andrea_brusarestelletti
Active Contributor
0 Kudos

Hello,

table USR01 should be the right one.

Hope to be useful.

Best regards,

Andrea

3 REPLIES 3

andrea_brusarestelletti
Active Contributor
0 Kudos

Hello,

table USR01 should be the right one.

Hope to be useful.

Best regards,

Andrea

0 Kudos

USR01 Does giv e the selection list..but Iam lookign for where I can selct say "X" and the out put list me all users that doesnto have a prionter assigned....true i can sort it in and tehn export it to excel . I think i will stick with this solution,

Thanks !

Former Member
0 Kudos

There is no obvious table that i could find, but i think making use of the function module SUSR_USER_DEFAULTS_GET could help

do wait for others to answer too, i am sure there would be an alternate solution