cancel
Showing results for 
Search instead for 
Did you mean: 

Data Type "User"

Former Member
0 Kudos

Hi,

I have following problem: When I create an input field and set the value with type date, in the output I became an "help"-button to set the date.

Now I want to create a data type "user", also with the help button to search for user.

Regards,

Gerhard

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Gerhard!

Refer your input field to USR02-BNAME, then you should get a F4-value list. If not, specify the search help USER_COMP explicit (in a dynpro: element list, tab references / in a report with 'PARAMETERS p_user TYPE USR02-BNAME

MATCHCODE OBJECT USER_COMP.').

Regards,

Christian