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: 

set parameter id

Former Member
0 Kudos

SET PARAMETER ID 'YK3' FIELD wa_urup-kuzuid.

where is YK3 here if i want to check it?

Please let me know?

10 REPLIES 10

Former Member
0 Kudos

Check table: TPARA

Former Member
0 Kudos

Hi Bhanu,

In your case YK3 is the Parameter ID.

This is associate to the screenfield.

Go to the screen field where you wanna set this parameter id.

if u r not aware of the field, try searching in the transaction that is being used in ur code. it should be very easy to find the field for u.

Once you reach the field, see the techical info by pressing F1 while the cursor is on the field. There you could see the listing where parameter id is also seen.

Otherwise navigate to the data element that is used for this field. In the properties of the data element, you could see the parameter id associated to it.

Reward points if this explanation helps,

Kiran

Former Member
0 Kudos

Hi Bhanu,

chk the where-used-list of that parameter..by placing cursor on that YK3

Former Member
0 Kudos

hi

go to data dictionary and place a cursor on the field where you want to see the parameter id. then click F1 on that field.

A new window will open, there see the Technical Information.

Click that, see the parameter id for the particular field over there.

Reward if help.

Former Member
0 Kudos

Hi,

when u create a Dataelement u can create a Parameter Id in Futher Characteristics Tab Parameter Id .

It will stored in Table TPARA.

Regards,

Morris Bond.

Reward Points if Helpful.

asik_shameem
Active Contributor
0 Kudos

Hi,

For that u have to use GET PARAMETER ID 'YK3' FIELD field1.

I don't think there is another way to retrieve the value.

Former Member
0 Kudos

Hi Bhanu,

You can use the table DD04L to see what are parameter ID's defiened for the dataelement created.

Reward if Usefull.

Best Regards,

Kishore

venkat_o
Active Contributor
0 Kudos

Hi Bhanu, Try to double click on YK3 and check . Regards, Venkat.O

Former Member
0 Kudos

Hi,

1.go to data element of the Field.

2.select the further Characteristics.

or.

Go to SE11.Give the field name in database table place and display it.Then select the further characteristics.

U get the parameter id.

Thanks and regards,

Shiva .(Rewards points)

Former Member
0 Kudos

Hi Bhanu,

Goto transaction code : SM30

Enter table name : TPARA.

and then enter 'YK3' and then display

if its useful reward points