cancel
Showing results for 
Search instead for 
Did you mean: 

To find the name of the default printer assigned to the user

Former Member

hi all,

I want to find the default printer assigned to the user, can any one tell me in which table the data will be.

Best Regards,

Krishnakumar

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate

Yes, this is in table USR01, the field is SPLD.

This will give you the device short name, if you want the long name, you will then have to go to TSP03L. Here you can use the short name to get the long name.

You could also use the conversion routine function module to convert from the short name to the long name.

CONVERSION_EXIT_SPDEV_OUTPUT

Regards,

Rich Heilman

Former Member
0 Kudos

Hello Mr.Heilman,

it helped me a lot thanks alot

Best Regards,

Krishnakumar

former_member927251
Active Contributor
0 Kudos

Hi,

Use the function module FTR_CORR_CHECK_DEFAULT_PRINTER to achieve the result. Just pass the User Name to it.

Please reward points if it helps.

Regards,

Amit Mishra

Former Member
0 Kudos

Hi,

I was also looking for the same type of help.

Your answer solved my querry.

Thanks & Regards,

Ishan

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Krishna,

u can view that in the user profile..SU3 -->default settings

Regards.

suresh_datti
Active Contributor
0 Kudos

Try the function module GET_PRINT_PARAMETERS..

Regards,

Suresh Datti

Former Member
0 Kudos

GET_PRINT_PARAMETERS WILL GIVE THE DEFAULT PRINTER OF THE USER.

Regards,

Ravi

Former Member
0 Kudos

Hi,

Defualt printer assigned to the user will be stored in the table field USR01-SPLD.

Best Regards,

Vijay

Former Member
0 Kudos

hi

see the table

<b>usr01</b>

the field <b>spld</b>

gives the deafult output device

plz reward useful answers