Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > SAP Forum > SAP HR Forum


Check condition of Wage Type


Reply
Views: 1612  
Thread Tools Rate Thread
Payroll Time OM & PA Portal Payroll Fixes Career Tips SuccessFactors
  #1  
Old 08-23-2010, 07:24 AM
bholas bholas is offline
Award Winner
 
Join Date: Apr 2010
Posts: 4,977
Default Check condition of Wage Type

Questions

Dear all!
I have a serious problem when modifying Payroll schema. I want to check amount of wage type that I have created by myself.
I use PE02 to create for Wage type 9166: and this is the code: ZTET
1 D AMT?0
2< SCOND=F IF
3= SCOND=T IF
4> SCOND=F IF
But when I running payroll: the error will appear: No rule in key ZTET *****.
I try again with another code:
1 D AMT= 9166 AMT?0
2< SCOND=F IF
3= SCOND=T IF
4> SCOND=F IF
but, poor me, the error doesn't go away.
Please help me. Thank a loT.

Answers

The way a PCR is called within a schema has an impact on how it must be built.
When you use function PIT, you can use GEN in parameter 1 and NOAB in parameter 2, only one of them, or none.

When you have an error that tells you that you have "rule in key ZTET * ****" that means that with the way you call your PCR, you need to create a PAYTP for Employee Sub Group * and WT **** (where the operation will usually be ADDWT *)

And for WT 9166, you must first create it through the WT Copy Program (I always use t-code spro, and follow the nodes Personel Admin Management > Pers. Admin. > Payroll Data > ... and the required infotype, or Payroll > Payroll my Country > Basic Options > WT Management). You can't create a WT in a PCR if it doesn't already exist in the configuration tables.

Reply With Quote
Reply

Latest News in SAP HR Forum





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.