Skip to Content
0
Former Member
May 28, 2008 at 09:51 PM

Selection programs

20 Views

Hi experts,

I used PNP LDB to display the address details of the employee based on the selections made in the selection screen.

In se38 I got the standard selection screen consist of Today, week, month, all, other periods and personnel number.

Now based on the date and personnel number i need to display address (sub type 3) of an employee. So my code is,

PROVIDE * FROM P0006 BETWEEN PN-BEGDA AND PN-ENDDA WHERE P0006-SUBTY EQ 3 and P0006-pernr eq

But I dont know what is the screen element for personnel number(pernr). For start date PN-BEGDA. Like wise i want to know the screen field for PERNR.

How can i find this. Can anyone help me on this or need to explain more?

Thanks,

Your help will be appreciated.