cancel
Showing results for 
Search instead for 
Did you mean: 

PNP Selection Screen - Payroll Period Default

Deon_van_Zyl
Active Participant
0 Kudos

Hi,

This should be really easy, but for some reason I can't seem to get this working now.

I have change a report to have the option to either a date selection or use the payroll period dates via the reporting categories of the logical database.

Normally you want to default it to display the Payroll Area/Period on report execution you do:

INITIALIZATION.
pnptimed = '1’.

But somehow this does not seem to work now? I remember waaayyy back that I had a similar issue but can’t to the death of me remember how I fixed it.

Do you anyone have some quick insights that can help save me fix this?

Kind Regards

Deon

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member226519
Active Contributor
0 Kudos
Deon_van_Zyl
Active Participant
0 Kudos

Hi Volker,

Please read my posts before responding. In the first post I inserted an image of the reporting category I created and now you post me a link on how to create a reporting category?!

This is not helping.

Deon

former_member226519
Active Contributor
0 Kudos

find or create a report class

Deon_van_Zyl
Active Participant
0 Kudos

A reporting category? Did you see my screenshot in my initial post?

former_member226519
Active Contributor
0 Kudos

with PNP it is simple, too:

initialization.
pnpxabkr = '01'.

Deon_van_Zyl
Active Participant
0 Kudos

Hi Volker,

I was trying to avoid defaulting in a payroll area. Is that the only way of doing it for a PNP database?

-d

Former Member
0 Kudos

works for me too.

initialization.

pnptimed = '1'.

can you try removing the HR report category in the program attributes and check.

Deon_van_Zyl
Active Participant
0 Kudos

pnptimed = '1' does not work for PNP.. only for PNPCE

Former Member
0 Kudos

hello,

it works for PNP too. I tried in my system.

Probably you have a custom HR report category assigned in the attributes of the program. please remove it and try.

Deon_van_Zyl
Active Participant
0 Kudos

Hi A V,

The whole point is to get it working WITH a reporting category...

-d

former_member226519
Active Contributor
0 Kudos

for me it works:

Deon_van_Zyl
Active Participant
0 Kudos

Hi Volker,

From your image it seems your are using PNPCE? I am using just the PNP database.

-d