Application Development 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: 

Searching Employees using BAPI_EMPLOYEE_GETLIST by personnel number

Former Member
0 Kudos

Hi friends,

I am invoking BAPI_EMPLOYEE_GETLIST to get list of employees but when i search by using personnel number (PERNR) as search parameter , it does not return any values. I saw there is record in database with same pernr. If anybody worked on this please help me.

Thanks and regards,

Shivanand

1 REPLY 1

Former Member
0 Kudos

Hi,

before search use FM CONVERSION_EXIT_ALPHA_INPUT

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'

EXPORTING

INPUT = PERNR

IMPORTING

OUTPUT = PERNR .

Try this...

rgds,

Paras