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: 

create user parameter id

Former Member
0 Kudos
14,887

How to create a new user parameter id , so that i can assign the same in Su01

5 REPLIES 5

JozsefSzikszai
Active Contributor
0 Kudos
2,862

hi,

you can do in SE80, choose Other Objects, Enter name and Create...

hope this helps

ec

Former Member
0 Kudos
2,862

Hi,

If u want create paramenter id 'TEST' means

STEP 1:

First add value 'TEST' in TPARA Table.

STEP 2 :

Assign value to paremeter id

DATA : LV_TEST TYPE CHAR10.

LV_TEST = 'TEST'.

SET PARAMETER ID 'TEST' FIELD LV_TEST.

If its useful reward points.

Former Member
0 Kudos
2,862

Hi,

Follow the steps.

TO create a Parameter Id for a Data Element.

In se11 --> Dataselement name > Futher Charactersitics>

Parameter Id --> Type name example ZPARA --> Dbl click in it and create.

Regards,

Ballack.

Reward Points if helpful.

Former Member
0 Kudos
2,862

NeeleshJ
Product and Topic Expert
Product and Topic Expert
2,862

Hi,

As the status says you are not fully convinced with the above answeres.

Please follow these steps to create user parameter ( I am taking a example of creating user parameter for division. lets name it z_division_name.

1. Txn SE80

2. Select that package, in which you want to create this user parameter.

3. then create a Paraemeter ID as follows-

    

  then dialog box will be dispalyed- entere parameter name and description in it as shown below

so now a user parameter with this name is created and values might be maintained in user profile in SU01.

4. Maintain value for this user parameter in SU01.

Hope this might complete your query.

Regards,

Neel