on 2012 Feb 13 8:32 PM
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
In config table T77S0, entry HRALX / PINAC, set the value to 'X' to include inactive ees in ALE.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
User | Count |
---|---|
102 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.