cancel
Showing results for 
Search instead for 
Did you mean: 

Personel number value help

Former Member
0 Kudos

Hi,

I have created an input field of type pernr_d (employee number). I was kind of hoping that I would get the standard SAP search help (same that you have for example in transaction PA20) for employees for the input field, but I didn't.

Is there some standard WD value help component existing for searching employees, or do I have to develop my own component? And if I have to, do you have any guidelines/ideas?

Regards,

Pa

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Pa,

I have just tried to replicate your problem and I manage to get the search help from the system. In PA20 the system is making using of the search help PREM. So go to the context attribute which you are using for binding your input fields value.

1) Specify the type of the attribute as "PERNR_D"

2) Select the "Input Help Mode" as "Dictionary Search Help"

3) Specify the "Dictionary Search Help" as "PREM"

That should resolve your problem.

Regards,

Uday

Former Member
0 Kudos

Thanks Uday, your instructions did the trick.

Answers (2)

Answers (2)

raja_narayanan2
Active Participant
0 Kudos

Hi.....

Declare the attribute as type EPERNR and

Data Dictionary Search Help is EWAPERNR

Hope this will help you.

Thanks & regards

Raja

Former Member
0 Kudos

Hi,

Try to declare your attribute of type PERSNO instead of pernr_d.