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: 

how to add new parameters which can be made available in su3

Former Member
0 Kudos

Hi,

I need to add a couple of (Set/Get parameter ID)parameters which should be set for all the users accessing the system.

SAP help says that all the parameters should be present in the TPARA table but there is no table maintanence for that.

Can someone help me by explaining how I should I go about add these paramters so that users can customise these?

Thanks

Regards

Puneet

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Puneet,

For creating new Parameter ID use FM RS_PARAMETER_ADD and for changing/deleting u can SM32.

For all the users to acess the PID, u can do two things...

1. For each user u can maintain the PID in SU01. This can be done by the BASIS guys or each user can do this by System->User Profile->Own Data->Parameters.

2. U can update the table USR05 programatically.

6 REPLIES 6

suresh_datti
Active Contributor
0 Kudos

Hi Puneet,

TPARA is a system table which means maintenance is allowed only by SAP. You may have to register the Object for a change(Modification) to include your PIDs in TPARA.

Regards,

Suresh Datti

Former Member
0 Kudos

I think you can maintain PIDs with standard SAP transaction SM32. Enter TPARA as the table name and press 'maintain'.

Rob

Message was edited by: Rob Burbank

0 Kudos

You can create and change them here. New PIDS should start with Z or Y. It will create a transport request.

Rob

Message was edited by: Rob Burbank

hymavathi_oruganti
Active Contributor
0 Kudos

for a field, in dataelement-> further characteristics, u can set a parameter id,and save which will be stored in tpara and maintained.

but for a standard table , for u to set u need authorizations

Former Member
0 Kudos

Hi puneet,

1. In sm30, table maintenace for tpara

is available.

Just type tpara in sm30.

regards,

amit m.

Former Member
0 Kudos

Hello Puneet,

For creating new Parameter ID use FM RS_PARAMETER_ADD and for changing/deleting u can SM32.

For all the users to acess the PID, u can do two things...

1. For each user u can maintain the PID in SU01. This can be done by the BASIS guys or each user can do this by System->User Profile->Own Data->Parameters.

2. U can update the table USR05 programatically.