Application Development and Automation 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: 
Read only

Default - printer

Former Member
0 Likes
644

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
Read only

andrea_brusarestelletti
Active Contributor
0 Likes
570

Hello,

table USR01 should be the right one.

Hope to be useful.

Best regards,

Andrea

3 REPLIES 3
Read only

andrea_brusarestelletti
Active Contributor
0 Likes
571

Hello,

table USR01 should be the right one.

Hope to be useful.

Best regards,

Andrea

Read only

0 Likes
570

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 !

Read only

Former Member
0 Likes
570

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