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: 

SU01 - Parameters WRK

Former Member
0 Kudos

hello abap gurus,

we are looking at SU01/Parameter/WRK field. Can someone tell us how do we get its value via abap?

thanks!

sid

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi !

You can also simply read the table USR05.

Regards

Rainer

Some point would be nice...

4 REPLIES 4

ferry_lianto
Active Contributor
0 Kudos

Hi Sid,

You can use this BAPI <b>BAPI_USER_GET_DETAIL</b> to get the user parameters value for WRK.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Former Member
0 Kudos

Hi !

You can also simply read the table USR05.

Regards

Rainer

Some point would be nice...

Former Member
0 Kudos

0 Kudos

thanks guys,

USR05 is just what i needed...

regards,

sid