Application Development 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: 

Parameter ID

Former Member
0 Kudos

Hi all,

I am creating a new data element. I want to assign a parameter ID to it but when I assign a new parameter ID it says entry not present in TPARA table. I have no authorization to maintain a new parameter ID in TPARA table. Is there any alternate method to maintain the entries in TPARA table.

Regards,

Sowmya.

5 REPLIES 5

Former Member
0 Kudos

Hi!

Are you using SM30 transaction for maintaining the TPARA table?

Unfortunately there are no other standard ways to maintain this table. Ask rights from your basis/security team, create a right-check with SU53 transaction.

Maybe you could write a small Z-program, which inserts the new parameter ID into TPARA table (not recommended).

Regards

Tamá

Former Member
0 Kudos

Hi,

You can create entry in the TPARA by adding the parameter id using se80 also.

go to se80 and there you ahve option to create parameter id once you create it there it would be avaliable in your table.

Right click on the development class and go to create and more and there you will get the option to create parameter id.

Regards,

Himanshu

Former Member
0 Kudos

go to SE80. click on Edit object button, select SET/GET parameter ID.

Create.

then use this parameter id in the data element

former_member191735
Active Contributor
0 Kudos

Yes, you have to create parameter id before you assign it to any data element and it is not a free form text. So maintain as SAP said in table TPARA.

If you dont have authorization to maintain- You cannot maintain it and better get help from basis or get an authorization.

good luck

Former Member
0 Kudos

Resolved. Thank you for the immediate response.