cancel
Showing results for 
Search instead for 
Did you mean: 

restricting user using paramenter id in VTO1n

Former Member
0 Kudos

dear sd con

in VT01n i want ot restrict the forwarding agent using paramenter id plz sugeest your valuable input

regards

vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Parameter ID

A field can be filled with proposed values from SAP memory using a parameter ID.Parameter ID SAP memory

You can set and display the default values from the SAP memory using SET/GET parameters. These are assigned by means of a 20-character parameter ID.

For fields with a reference to the ABAP Dictionary, a specified parameter ID is used.

Example

A user only has authorization for company code 0001. This company code is stored in memory at the beginning of a transaction under the corresponding parameter ID. Fields that refer to the data element are automatically filled with the value 001 in all subsequent screen templates.

Dependencies

A field in the screen template is only filled automatically with the value stored under the parameter ID of the data element if this was explicitly permitted in the Screen Painter.

F4-search help restrictions are NOT possible through this.You have to lok for some SEARCH HELP EXIT,

Reward points if useful.

Regards,

Anbu

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe that we may not be able to use any std config to achieve this.

An option we have here is to receive fecth the paramter id value in a user exit/BADI, and set the default value.

Also, we may use another user-exit/BADI to restrict the values against the same.