2008 Mar 26 10:03 AM
How to create a new user parameter id , so that i can assign the same in Su01
2008 Mar 26 10:05 AM
hi,
you can do in SE80, choose Other Objects, Enter name and Create...
hope this helps
ec
2008 Mar 26 10:10 AM
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.
2008 Mar 26 10:23 AM
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.
2008 Mar 26 10:27 AM
2013 Aug 19 1:24 PM
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