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

How to create user specific parameters?

Former Member
0 Likes
792

Hey,

can somebody tell me how to create user specific parameters,

that I can choose it in SU3?

Michael

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Hi!

These fields are stored in the table TPARA.

We can use SE80 To Create PARAMETER ID.

Goto SE80

Menu path :

Select Workbench->Other Object (Edit object) -> Select the Tab MORE ..

-> SET/GET Parameter ID

These parameter IDs are stored in table TPARA.

Now you have to assign this Parameter ID to the Field

You can Assign either in the Data Element or At The Screen field level.

Regards

Tamá

Hey,

can somebody tell me how to create user specific parameters,

that I can choose it in SU3?

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
738

Hi!

These fields are stored in the table TPARA.

We can use SE80 To Create PARAMETER ID.

Goto SE80

Menu path :

Select Workbench->Other Object (Edit object) -> Select the Tab MORE ..

-> SET/GET Parameter ID

These parameter IDs are stored in table TPARA.

Now you have to assign this Parameter ID to the Field

You can Assign either in the Data Element or At The Screen field level.

Regards

Tamá

Read only

0 Likes
737

Thanks