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: 

how to find custom parameters and its values?

Former Member
0 Kudos

Hi,

Please let me know how to find the list of custom parameters with its possible values and its use in programs?

Thanks.

5 REPLIES 5

Former Member
0 Kudos

Check out table TPARA and TPARAT.

0 Kudos

Thanks

How to find out the values of those custom parameters..i got the parameters now..

0 Kudos

There is no validation for the values that can be input so you can put anything in the value field. For example, try "BUK" and

then a value for a company code you know does not exist.

When you run a transaction with that it will default that value.

0 Kudos

Hi,

if you look in table usr05 you find the info per userid and the pid and value.

Have fun

Bye

Jan van Roest

0 Kudos

I took the question to mean what are all possible values for a PID and not what is already set up in table USR05.