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: 

PNP standard screen

Former Member
0 Kudos

Hi,

I am using a PNP screen to get all the employees that are under a personnel area. I don't want to show Personnel area as a parameter but I still want to select only the employees that are under a specific personnel area.

How do I achieve this?

Regards,

~Mark

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mark,

There are lots of report categories availble with PNP logical DB. use the one suits your requirement and where there is no personeel area. Then you can just hard code or pass the personnel area to the selection screen variable in INITIALIZATION event.

Thanks & Regards,

Atish

3 REPLIES 3

Former Member
0 Kudos

Hi Mark,

There are lots of report categories availble with PNP logical DB. use the one suits your requirement and where there is no personeel area. Then you can just hard code or pass the personnel area to the selection screen variable in INITIALIZATION event.

Thanks & Regards,

Atish

0 Kudos

Can you please give me example code on how to pass on the personnel area to the selection screen in initialization when personnel area is not a parameter?

~Mark

0 Kudos

Hello Mark,

The Personeel area field is just not shown on the selection screen because of the report category choosen. But it is still the part of the selection screen of logical DB PNP. The fieldname is PNPWERKS

It is a select-option.

So you can just pass the value to this field in the INITIALIZATION.

Regards,

Atish