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

parameter id

Former Member
0 Likes
842

Hi.

how to create Parameter Id for particular user defined field in Z table?

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
790

Hi,

U can create by going to the sm30(Table maiantainence view)

Then in the Table/view field give TPARA.

PRESS display button .It will take u to screen set/get parameterid..

Regards,

Nagaraj

6 REPLIES 6
Read only

Former Member
0 Likes
790

hi,

refer this thread:

rgds,

latheesh

Read only

0 Likes
790

1)goto transaction SM30

2)enter table tpara

3) create your new parameter

Read only

0 Likes
790

thanks kishan and nagraj..

Read only

0 Likes
790

ya it's ok but u forget to assgein point to me..

u can check i gave 1st reply....

Read only

former_member404244
Active Contributor
0 Likes
791

Hi,

U can create by going to the sm30(Table maiantainence view)

Then in the Table/view field give TPARA.

PRESS display button .It will take u to screen set/get parameterid..

Regards,

Nagaraj

Read only

Former Member
0 Likes
790

parameter id is with respect to screen fields, so if you are talking about a custom transaction to update the table( which has a zfield). Then see the fallowing steps.

a. In the screen for which you want the field with set parameter, click on the attributes of that screen field.

b. in the field Param.Id enter the name of the parameter id that you want (starting with Y or Z ), check the box with SET and GET parameter.

c. Activate screen and go to main program.

d. In the main program PBO of that screen, use the statement SET PARAMETER ID 'ZZZ' field '100' to set the respective values.