‎2006 Jun 08 8:04 AM
Hi.
how to create Parameter Id for particular user defined field in Z table?
‎2006 Jun 08 8:16 AM
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
‎2006 Jun 08 8:10 AM
‎2006 Jun 08 8:12 AM
1)goto transaction SM30
2)enter table tpara
3) create your new parameter
‎2006 Jun 08 8:25 AM
‎2006 Jun 08 8:27 AM
ya it's ok but u forget to assgein point to me..
u can check i gave 1st reply....
‎2006 Jun 08 8:16 AM
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
‎2006 Jun 08 8:26 AM
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.