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

define search help in selection screen

Former Member
0 Likes
454

hello!

I created a selection screen with parameter :

zpernr like pa0002-pernr modif id PER.

The ID PER gives only the personal number, i need to add to the search help in the selection screen also the name of the employee.

Is there any modif id that includes also the employee name' or do i have to build new search help.

Regards

Yifat

hello!

I created a selection screen with parameter :

zpernr like pa0002-pernr modif id PER.

The ID PER gives only the personal number, i need to add to the search help in the selection screen also the name of the employee.

Is there any modif id that includes also the employee name' or do i have to build new search help.

Regards

Yifat

2 REPLIES 2
Read only

Former Member
0 Likes
424

Use the ID PREM, this will gve the search help as that in PA30.

Please gve points if helpful

Read only

Former Member
0 Likes
424

Hi,

use:

PARAMETERS: ZPERNR LIKE PA0001-PERNR MODIF ID PER

MATCHCODE OBJECT PREM.

reward if useful

regards,

Anji