Application Development and Automation 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: 
Read only

define a new parameter - SE80?

was_wasssu
Participant
0 Likes
986

I need to define a new parameter that should be used/inserted into User Profile - Own Data -> Parameters and after that should be checked into a program (if the user has that parameter or not).

How can i define this new parameter? With SE80? What are all the steps (and how can i define what values should have this custom parameter)?

Thank you!

4 REPLIES 4
Read only

Former Member
0 Likes
748

Hi

You can create parameter-id as below.

Go to Tcode:SM30......> Givae table name TPARA...>clik on Maintain

....> GIve the Parametr ID and enter give the Text description

and save.

This way u can carte parametr id.

In the Table for the filed u can assign at data element level.

Regards,

Pravin

Read only

0 Likes
748

"In the Table for the filed u can assign at data element level."

Could you give more details please? For example i want the value X for the created parameter id.

Thanks.

Read only

0 Likes
748

Hi,

why do u need to make the parameter value as X?

what si ur requirement.

see this link in saptechnical URL.saptechnical/Tutorials/ABAP/ParameterID/custom.htm

Regards,

Pravin

Read only

0 Likes
748

Into a program should be made an auth. check. If the user has this parameter id with value X. .. should be able to do something with this program.

Thnx!