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 IDs

Former Member
0 Likes
488

How to create our own parameter IDs which we can use in data elements created by us.

3 REPLIES 3
Read only

Former Member
0 Likes
463

Hi Ronny,

check with [How to create Parameter ID's|]

Thanks!

Read only

Former Member
0 Likes
463

Hi Ronney,

To create parameter id:

write

SET PARAMETER-ID <PID NAME>.

Then doble click on PID NAME to create your own PID.

After creating a parameter id you can assign it to data element.

A field can be filled with default values from SAP memory using a parameter ID. A screen field is filled automatically with the value stored under the parameter ID of the data element only if this was explicitly permitted in the Screen Painter. To specify the parameter ID, go to theFurther Characteristics tab page and make the entry in field Parameter ID.

If a user has authorization only for company code 001, this company code can be stored in memory under the corresponding parameter ID at the beginning of a transaction. Fields referring to the data element for the company code are then automatically filled with the value 001 in all subsequent screen templates. In this case, the corresponding parameter ID must be entered only in the data element for the company code.

Thanks,

Smita

Edited by: Smita Gupta on Apr 18, 2009 12:06 PM

Read only

Former Member
0 Likes
463

HI,

1. You can create using SE80 tcode select the Package from the List box and give the desiered package name and press enter. Now right click on the package using the path Create->More->Set/Get Parameter id.

Create your Parameter id.

2. Using SM30 give the TPARA in the Table/view input and press Maintain, in the Next screen give the parameter id and press enter, in the pop give the text and press continue.