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

User name search help

Former Member
0 Likes
12,088

I want to include search help fucntionality on the SAP username within a custom table. Si it possible?

I have defined my field using XUBNAME but this doesn't inherit and search helps or lookup tables. I can see that the function 'DD_SHLP_CALL_FROM_DYNP' is usually used by standard SAP apps, but I am not sure how or if it is possible to add this into the table?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,535

Hi,

I found a standard search help SX_USER which is for the data element SO_USR_NAM. See if this is of use to you.

If not please refer to this link on how to create search helps.

4 REPLIES 4
Read only

Former Member
0 Likes
4,535

Yes,

Please give the search help against the fieldname in tab <b>'Entry Help/check'</b>

Read only

Former Member
0 Likes
4,535

The search help is greyed out and when I choose to add a search help by selecting the search help button I have to choose one from the list of existing search helps, but i can't find one for usernames. Do I need to create my own?

Read only

Former Member
0 Likes
4,536

Hi,

I found a standard search help SX_USER which is for the data element SO_USR_NAM. See if this is of use to you.

If not please refer to this link on how to create search helps.

Read only

Former Member
0 Likes
4,535

Thanks SX_USER did the trick.