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
648

Plse how can i create Parameter ID?

Thanks,

6 REPLIES 6
Read only

Former Member
0 Likes
629

1. Go to tcode SM30

2. Give the table name TPARA.

3. Then press maintain button to create entries in the table TPARA.

Also chk this thread.

Edited by: Mahalakshmi Padmanaban on Mar 17, 2008 5:22 PM

Read only

Former Member
0 Likes
629

as a developer , you should always go through SE80 -> click on EDit Objects -> select Tab - More -> youwill find SET/GET Parameter ID

You can create it from here . It is good practice to use SE80.

Read only

venkat_o
Active Contributor
0 Likes
629

Hi ,

Parameter ID definition:

A field can be filled with proposed values from SAP memory using a parameter ID.

A field in the screen template is only filled automatically with the value stored under the parameter ID of the data element if this was explicitly permitted in the Screen Painter.

Creation of Parameter ID.

1. Go to SE11, Select Data type radio button and enter data

element that is assigned to the field .

2. Select Further characterstics Tab and enter parameter id .

How to use .

If you are using Standard T.Code and already defined Parameter ID, you have to set using SET command..Before that you have to search whether GET command has been used in the PBO of Tcode.

Regards,

Venkat.O

Read only

Former Member
0 Likes
629

hi,

You can create parameterId by different ways.

1.goto SE11. select the datatype option.

2.give the datatype assigned to the field.

3.goto further characteristics.

4.u'll have a option of parameterid u can create here.

5.by using and set and get commands u can use it in ur program.

thanks

bharathi

Read only

Former Member
0 Likes
629

i would recommend to use Vaibhav Bhandari method

Read only

0 Likes
629

I think two. Thanks for all your answers