cancel
Showing results for 
Search instead for 
Did you mean: 

judge termination in schema

former_member48736
Participant
0 Kudos

Hi,

How to judge if the employee is terminated in current month in schema? Except function is there any other method?

Accepted Solutions (1)

Accepted Solutions (1)

venkateshorusu
Active Contributor
0 Kudos

It depends on the scenario what exactly your requirement is since there are operations to query action type and action reasons and employment status of an employee which are indicators for employee termination etc.

OUTWPMASSN

OUTWPMASSG

OUTWPSTAT2

Regards

Venkatesh

former_member48736
Participant
0 Kudos

does TABLEP0000 read the current month's action? I only want to check if the employee left at current month?

venkateshorusu
Active Contributor
0 Kudos

Yes it works according to payroll periods Go to PE04 and check the documentation of operation TABLE you will get an idea how exactly it works.

Regards

Venkatesh

former_member48736
Participant
0 Kudos

can you provide the whole rule statements, such as termination id is Z7.

venkateshorusu
Active Contributor
0 Kudos

As mentioned earlier it varies with requirement.

TABLEP0000

VARGBMASSN

**

    ADDWT *

Z7

    AMT=  XXXX

    AMT+  YYYY

    ADDWT *      Write the logic under Z7 according to the requirement.

Regards

Venkatesh

Answers (1)

Answers (1)

Sanky
Active Contributor
0 Kudos

Hi You,

You can check it through Action Type in the PCR or from WPBP table you can get the details for separation.

Regards,

Sankarsan