‎2010 Jun 22 7:20 AM
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!
‎2010 Jun 22 7:45 AM
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
‎2010 Jun 22 8:18 AM
"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.
‎2010 Jun 22 9:08 AM
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
‎2010 Jun 22 9:53 AM
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!