This has been a frequent question in this category.
For off-cycle payroll,
!)only IT 267 should be processed with function P0267
1.1)This requires V_T512Z to be configured for IT 267 with relevant w/t's.
2)Several functions or PCRs should not apply - e.g., P0014, P0015, ZLIT, PAB, P2010, etc.
2.1)In payroll schema you can skip or process functions. See example below
IF bbbb SPRN. Off cycle run?
P0267 X011 GEN NOAB -yes; process IT 267
ELSE -no;normal pay run
P0014 X012 GEN NOAB
P0015 X011 GEN NOAB
...
...
ENDIF
.