cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP E-Recruiting: POWL Query : My Open Requisitions : "Days Since Release"

Former Member
0 Likes
392

Hi,

I am able to see "Days Since Release" column in the "My Open Requisitions". I guess the days count starts from Requisition Release status to Closed status.

There is a requirement to calculate the Time/days for each candidate for each process in Assignments process.

Do I need to create POWL query for a requisition to display "Days since Application entry", "Days since Pre-screening", "Days since Screening", "Days since Offer", If the process template consists of the processes "Application entry", "Pre-screening", "Screening" and  "Offer".


or

How do I proceed?

Thanks and Regards,

Harish

View Entire Topic
NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Harish,

Do you want to display in the POWL table of 'my open requisitions' or as an own column in the assignment screen?

Regards

Nicole

Former Member
0 Likes

Hi Nicole,

It would be fine if it can be included in Assignments screen with separate columns for each phase.

Thanks and Regards,

Harish

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Harish,

I could think of following:

you would need to read all activity types assigned to each process (VV77RCF_ACT2PROC) and check which one is created for the candidate. Afterwards you could calculate the days from the begin date of the first created activty to the end date of the last created one.

Regards

Nicole