2008 Aug 04 10:29 AM
Hi
How can assign parameter id for a field in Table maintenance?
Because we want to get the value specific to the user
Please update on this.
Thanks in Advance
Regards
G.V.Rao
2008 Aug 04 10:32 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,
Harish
2008 Aug 04 10:46 AM
Hi,
There is no parameter id for table/view field in sm30 table maintenance.
but if you are creating a transaction for table mainternace, in parameter option you have to pass the table name and update or not option,
and also check the below FMs
VIEWCLUSTER_MAINTENANCE_CALL
VIEW_MAINTENANCE_CALL
Regards,
Boobalan S
2008 Aug 04 10:53 AM
Go through with these steps.
Step1: Creation of parameter ID.
Parameter ID can be created in the table TPARA. Just enter the name of the parameter id in the table and that parameter ID will be created
Go to the table maintenance generator of the table TPARA and go to the Maintain button through the transaction SM30.
Enter the table view name TPARA.
Click on the maintain button. The following information will appear. Click on the Tick button or the ENTER button to go to the next screen.
Enter the Set/Get parameter id as the parameter ID you want to create. Here, I will be creating the parameter Id as ZNAME_DATA1. Click on ENTER button.
It will ask for the text of the parameter Id. Enter the text of the parameter ID and click on the Save button
Enter the Package and the transport number.
The parameter id can be seen in the table TPARA
Step2: Using the parameter Id that you have created.
Now go to the SE11 transaction for creating a data element and enter the parameter id at the Further Characteristics tab at the parameter Id section.
Activate the data element and use it with the program. It will act the same good as a standard one.
Hope this will help.
2008 Aug 04 10:56 AM
Go thorugh with these steps
Step1: Creation of parameter ID.
Parameter ID can be created in the table TPARA. Just enter the name of the parameter id in the table and that parameter ID will be created.
Go to the table maintenance generator of the table TPARA and go to the Maintain button through the transaction SM30.
Enter the table view name TPARA.
Click on the maintain button. The following information will appear. Click on the Tick button or the ENTER button to go to the next screen.
Enter the Set/Get parameter id as the parameter ID you want to create. Here, I will be creating the parameter Id as ZNAME_DATA1. Click on ENTER button.
It will ask for the text of the parameter Id. Enter the text of the parameter ID and click on the Save button
Enter the Package and the transport number.
The parameter id can be seen in the table TPARA.
Step2: Using the parameter Id that you have created.
Now go to the SE11 transaction for creating a data element and enter the parameter id at the Further Characteristics tab at the parameter Id section.
Activate the data element and use it with the program. It will act the same good as a standard one.
Hope this will help
2008 Aug 04 11:00 AM
Hi,
In table maintenance generator, double click on the screen number and goto the layout screen(press the layout button in screen painter). In that, select the field you what to have parameter id, change the field property, uncheck the Dictionary field option. Now you can see the parameter id textbox enabled, specify the parameter id and check the get & set checkbox.
Hope it will help you !!!
Thanks,
Muthu
2008 Oct 21 8:36 PM
You do not need to set up a new parameter ID. Look in the PBO for SM30 screen 100.
Double click on parameter id viewnam_paramid and this will give you the name of the ID. It may change from installation. I used this and it works well.
module d100_pbo output.
set pf-status '100'.
set titlebar '100'.
view_viewcl = text-a01.
get parameter id viewnam_paramid field viewname.
call 'GET_PARAM_TCOD' id 'PTCOD' field partcode.
Regards,
Mike