cancel
Showing results for 
Search instead for 
Did you mean: 

PFAL - Withdrawn employees

Former Member
0 Kudos

Hello,

I am trying to use PFAL to distribute HR master data outbound message type HRMD_A06. However, withdrawn employees (stat2 = 0) are rejected by the IDoc. We did implement some filters and User Exit, but there is no custom code to actually reject withdrawn employees. Could there be something else thats making withdrawn employees to not be on the outbound IDoc?

Thanks,

NS

Accepted Solutions (0)

Answers (1)

Answers (1)

ted_dinh
Active Contributor
0 Kudos

In config table T77S0, entry HRALX / PINAC, set the value to 'X' to include inactive ees in ALE.

Former Member
0 Kudos

hmm, i dont see PINAC within HRALX in T77S0... I am on ECC 5.0... also you said inactive wmployees will show up... but I see inactives (stat2 = 1) already. its the stat2 = 0 that get rejected...

ted_dinh
Active Contributor
0 Kudos

The switch (HRALX/PINAC) is part of SAP_ABA (Cross-Appl Component) , and I'm not sure at what release / level. You can check if the flag is used by going intoclass builder 'CL_HR_ALEOX_CUSTOMIZING' using SE24 - drill into method 'CLASS_CONSTRUCTOR' , and search for string 'PINAC' to see if it's used there.

Former Member
0 Kudos

Ted,

Thanks for the response, but I am not sure if thats the real issue here... I debugged PFAL, and within RHPREL00 it calls GET_OBJECT and RP_HIRE_FIRE which actually check if STAT2 = 1 or 3 and reject employees with STAT2 = 0 or 2. So its in the code. Not sure what was SAP's intention here, I wonder if there is a way to override this...

Thanks,

NS