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

Plant parameter from User Settings

Karan_Chopra_
Active Participant
0 Likes
3,962

How can i get Plant parameter from User Settings.

How can i get Plant parameter from User Settings.

4 REPLIES 4
Read only

Former Member
0 Likes
1,781

Hi,

Use Tcode : SU3 and check in tab: Parameters.

You can create a default plant under Parameter id: WRK

Reward if helpful.

Ashok

Read only

Former Member
1,781

Hi

Goto USR05 table and pass the parameter ID WRk for the plant and then it will get the PARVA value for the use based on user name

Regards

Shiva

Read only

0 Likes
1,781

In case you want to use this user-dependent setting (Parameter) programmatically in your own program, you can retrieve the current value of this ParamaterID using the ABAP statement

GET PARAMTER ID wrk FIELD ...

Read only

Former Member
0 Likes
1,781

In case you want to use this user-dependent setting (Parameter) programmatically in your own program, you can retrieve the current value of this ParamaterID using the ABAP statement

GET PARAMTER ID wrk FIELD ...{/code}