‎2008 Mar 17 3:04 PM
‎2008 Mar 17 4:22 PM
‎2008 Mar 18 2:04 AM
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.
‎2008 Mar 18 3:49 AM
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
‎2008 Mar 18 4:02 AM
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
‎2008 Mar 18 4:03 AM
‎2008 Mar 18 8:48 AM